Forum Replies Created
-
AuthorPosts
-
December 6, 2009 at 8:45 pm in reply to: Payment Gateway Settings "Customize the Return Button Text " #16494amin007Participant
Hi Kamal, Please post a link to the page where you have the “Add to Cart” buttons so I can take a look.
amin007ParticipantYou can use this plugin to customize the from email address name:
You can also uncheck the “Use WordPress Mailing System” checkbox from the settings menu of the eStore. This way the plugin will use simple PHP mail and won’t have the “wordpress” in the “From Name”.
amin007ParticipantHi Brett, When integrating WishList with a payment processor you have a few option. You probably used a plain paypal button integration option which sends the visitor back to the site to complete the registration but this approach is error prone as the customer can close the browser after paying on paypal.
when you use Wishlist with eStore it does everything through the PayPal IPN (Instant Payment Notification) feature. This also allows the integration with the affiliate software for commission awarding purpose. When you use the IPN feature everything starts to happen in the background as soon as the customer hits the “Pay Now” button on paypal.
So after a visitor pays for a membership they will receive two emails from eStore.
1) one for the standard purchase email
2) and a 2nd one which will contain a unique link to complete the registration
once the visitor clicks on this unique link they will be brought to the page where Wishlist will let them complete the membership.
Due to the limitation of integration option you can choose one of two methods (either through a plain PayPal button) or using eStore where everything happens in the background via emails.
You can customize the “Return URL” in eStore’s settings page so it redirect the customer to a “Thank You” page where you can put instructions like “You will receive an email with instructions bla bla bla”.
amin007ParticipantHi Jane, eStore doesn’t have any option for setting the page style on PayPal as the default/primary one gets displayed automatically.
You only need this option when you have multiple style pages and not many people use multiple style pages. Anyway, this sounds like a good idea so I will definitely add this option in eStore so you can specify the page style.
It is just a matter of adding the following field to your payment submit form if you wanted to do it manually:
<input type=”hidden” name=”page_style” value=”page_style_name”>
The following URL explains how to create Page Styles in PayPal (just mentioning it here if someone is curious to learn about it):
https://www.paypal.com/en_US/ebook/subscriptions/custom_payment_pages.html
amin007ParticipantThere was a small bug with the “More Tag” option not getting saved. This has been fixed and I have sent you an updated version of the plugin.
amin007Participant@mdeisley, the plugin doesn’t give out the download links for a product until the fund clears. This is to stop people from trying to pay using echeck so they can get the download then cancel the payment!
If you are making an instant payment (eg from your credit card or paypal account) then the fund should be cleared instantly… if this is not happening then please ask PayPal.
December 6, 2009 at 12:30 am in reply to: How to work with WP Super Cache plugin + WP E Store #16483amin007ParticipantHi Amit, The following URL explains how to make our plugins work with WP Super cache plugin
amin007ParticipantAh I see… by default the login form is catered for a wide sidebar (eg 300px). Usually these days most themes use a wider sidebar so it fits with the most common advertisement units.
This can be changed so it fits in a narrow sidebar too. usually I just put the labels (eg. username, password) in a separate row for sidebars that are narrow. here is the instruction on how to change it:
1. Open the “eMember_misc_functions” file.
2. Search for the following in that file:
<form action="" method="post" class="loginForm" name="loginForm" id="loginForm" >
3. Just below it you will notice a bit of code that looks like the following:
<table width="95%" border="0" cellpadding="3" cellspacing="5" class="forms">
.
.
.
</table>4. Replace that table (start to end) with the following bit of code:
<table width="95%" border="0" cellpadding="3" cellspacing="5" class="forms">
<tr><td colspan="2"><label for="login_user_name" class="eMember_label">Username: </label></td></tr>
<tr>
<td colspan="2"><input class="eMember_text_input" type="text" id="login_user_name" name="login_user_name" size="15" value="'.$_POST['login_user_name'].'" ></td>
</tr>
<tr><td colspan="2"><label for="login_pwd" class="eMember_label">Password: </label></td></tr>
<tr>
<td colspan="2"><input class="eMember_text_input" type="password" id="login_pwd" name="login_pwd" size="15" value="'.$_POST['login_pwd'].'" ></td>
</tr>
<tr>
<td><input name="doLogin" type="submit" id="doLogin" class="eMember_button" value="Login"></td>
<td><a id="forgot_pass" class="forgot_pass_link" href="javascript:void(0);">Forgot Password?</a></td>
</tr>
<tr><td colspan="2"><span style="color:red">'. $msg .'</span></td></tr>
</table>Let me know how you go.
amin007ParticipantDo you have auto return (in your paypal profile) turned on? please note that when you turn on the auto return paypal won’t POST the payment data and it won’t trigger the post payment clean up.
By default the plugin is designed to work with the default paypal profile settings.
amin007ParticipantLOL… (I am now confused as to what you are fighting about) ofcourse plain links work.
For example the following is a plain link and it will work just fine:
http://buyyournichesite.com/sites-for-sale/?ap_id=mikee17
You can create a tinyURL of the above which looks like the following and it will work fine too:
Now what I meant by giving “Anchor Text” is how do you create a HTML link without an anchor text??
For example you had the following HTML code:
<a href="http://www.BuyYourNicheSite.com?ap_id=amin21"></a>
when you put that on a HTML page it’s going to have a blank link (remember you need to put the link text between the
">"
and"</a>"
block?all I did was point out an HTML coding error and I had to get a lecture on how affiliate software works
December 5, 2009 at 1:15 am in reply to: WP Affiliate + WP eStore + WishList Member => Not Working #16459amin007ParticipantI have a feeling that you didn’t see the WishList integration instruction at the following URL:
I will send you an email so we can do this step by step to see what the issue is.
amin007ParticipantThis is weird. I can’t explain it. Please, download the latest version from the following URL and reinstall the plugin (not sure if it will fix it but it’s worth a try)
http://www.tipsandtricks-hq.com/wordpress-simple-paypal-shopping-cart-plugin-768
amin007Participantexplain “correctly” please. is it too wide? it doesn’t show? it doesn’t work when login button is clicked?
amin007ParticipantYeah you can but I already added this option and sent you an update
amin007ParticipantHi mikee17, Just had a quick look.. clicks are getting tracked fine. you however made a slight mistake when configuring the link. This is what I got from the “Banners” that you configured:
<a href="http://www.BuyYourNicheSite.com?ap_id=amin21"></a>
you can see that the link doesn’t specify an “Anchor Text” you need to fill that field in when you configure a Banner or Text Link.
I modified the above to the following and put it on one of my test sites:
Then I clicked on it a few times and I can see that the “Referrals” are being tracked nicely. You should be able to see this in your WordPress dashboard too.
-
AuthorPosts