Forum Replies Created
-
AuthorPosts
-
wpCommerce
ModeratorDoes other emails from eMember get sent out? for example- when a new member registers.
January 21, 2011 at 4:02 am in reply to: Using affiliate & estore plugin with Aweber for squeeze page #27828wpCommerce
ModeratorOpen the “ajax_process_download.php” file and search for the following line:
if (eStore_send_free_download1($name, $email, $download))
Once you find the line you can comment it out like the following –
//if (eStore_send_free_download1($name, $email, $download))
wpCommerce
ModeratorI’m guessing that you are using two types of URLs on your site.
Please have a look at the “Incorrect server setup” section of the following post –
https://support.tipsandtricks-hq.com/forums/topic/paypal-says-your-shopping-cart-is-empty
January 20, 2011 at 1:37 pm in reply to: Using affiliate & estore plugin with Aweber for squeeze page #27826wpCommerce
ModeratorWhich version of the squeeze page are you using? The normal or the ajax one?
January 20, 2011 at 1:26 pm in reply to: Digital Download Transaction Doesn't Send Email Notification #17981wpCommerce
ModeratorHi, The following post will explain about not receiving the email –
wpCommerce
ModeratorYour “selling preferences” section looks different in PayPal. It can vary a little based on your country. Can you please contact PayPal about this? They will be able to tell you where to configure PDT.
wpCommerce
ModeratorAfter signing up eMember will always send email to the user. You need to modify the code to turn this off. Open the “eMember_misc_functions.php” and search for the following line:
wp_mail($_POST['aemail'],$subject_rego_complete,$email_body1,$headers);
Once you find it, you can either delete the line or comment it out like the following –
//wp_mail($_POST['aemail'],$subject_rego_complete,$email_body1,$headers);
wpCommerce
ModeratorAfter you log in to your account click on the “Profile” tab. Now you should see three sections “Account Information”, “Financial Information” and “Selling Preferences”. Under the “Selling Preferences” section you will find the “Website Payment Preferences” option.
wpCommerce
ModeratorHi, The plugin is using the WordPress mailing system but it’s not actually creating a WordPress user. If you don’t have any name next to the from email address, by default it puts WordPress as the name. You can enter the email in the following format to set the from name and from email in one go: Your Name <youremail@example.com>
January 19, 2011 at 5:26 am in reply to: E-Store + Wishlist with one time payment and coupon code #28156wpCommerce
ModeratorIt’s fine that you have IPN enabled in your Paypal account. But make sure you go through all the checklists for the empty debug file until you find the issue.
You will find all the checklists in the “Debug File Empty Troubleshooting Checklist” section of the following post –
https://support.tipsandtricks-hq.com/forums/topic/what-to-do-if-the-debug-file-is-empty
wpCommerce
ModeratorThanks Judith. Just adding to the post:
https://support.tipsandtricks-hq.com/forums/topic/plugin-language-translation
wpCommerce
ModeratorLooks like the post payment processing is not updating the “available copies” in the database. Can you make a test transaction with the debug turned on?
The following post will explain about debugging:
https://support.tipsandtricks-hq.com/forums/topic/how-and-when-to-enable-debug-and-what-does-it-do
January 19, 2011 at 3:51 am in reply to: E-Store + Wishlist with one time payment and coupon code #28153wpCommerce
ModeratorHi, “Add to Cart” button is not a problem for one time payment. Can you make a test transaction with the debug turned on? That way we will be able to see if eStore is communicating with WishList.
The following post will explain about debugging:
https://support.tipsandtricks-hq.com/forums/topic/how-and-when-to-enable-debug-and-what-does-it-do
January 16, 2011 at 1:10 pm in reply to: Google Chrome& IE corrupting fancy ID Subscribe sing up #28071wpCommerce
ModeratorCan you please place a subscription type button (whatever you are using) on a page and post the link to that page so I can view the source code?
wpCommerce
ModeratorPlease have a look at the following post which will explain this –
http://www.tipsandtricks-hq.com/ecommerce/how-to-customize-the-encrypted-download-url-224
-
AuthorPosts