Forum Replies Created
-
AuthorPosts
-
wpCommerce
ModeratorPlease get a recent build of eMember from here –
Let me know how it goes.
wpCommerce
ModeratorIf you want to use eMember with eStore you can’t check “Enable Wishlist Members Integration” option.
wpCommerce
ModeratorPlease open the “eMember_misc_functions.php” file and search for the following line:
if (!empty($redirect_page)) $output .= EMEMBER_PLEASE.' <a href="'.$redirect_page.'">'.EMEMBER_LOGIN.'</a>';
Now you should be able to customize the registration complete message.
The following post will help you customize the textmessages –
February 8, 2011 at 4:14 am in reply to: Authorize.net and Paypal for integration with Emember #28815wpCommerce
ModeratorCan you please make a test transaction with debug enabled and share the content of “ipn_handle_debug.log” and “eStore_post_payment_debug.log” files?
The following post will explain on debugging:
https://support.tipsandtricks-hq.com/forums/topic/how-and-when-to-enable-debug-and-what-does-it-do
wpCommerce
ModeratorCan you please make sure that a registration page URL is specified in the “Registration Page”(WP eMember->Settings->Pages/Forms Settings) field and it is correct?
February 5, 2011 at 3:31 am in reply to: All works fine in Sandbox mode, but no registration email sent in real mode #28726wpCommerce
ModeratorThe product ID “AK-1234” is a generated ID from sandbox which doesn’t exist in eStore. So the product validation has failed. Either you can use a Product ID which exists in eStore (to test in sandbox mood) or you can do a complete checkout with eStore in sandbox mode. If you do a complete checkout with eStore in sandbox you won’t need to worry about correct product ID and stuff.
The instant Payment Notification (IPN) URL you have specified is wrong. It should be something like the following (replace “example” with your own domain) –
http://www.example.com/wp-content/plugins/wp-cart-for-digital-products/paypal.php
wpCommerce
ModeratorAfter eStore submits all the data to PayPal it doesn’t have control over anything anymore. The plugin only waits for the response from PayPal and process the sales accordingly. So you need to contact PayPal as to why you are getting error after the payment. It is happening on PayPal’s site so they will know best.
Auto return to your site will only work if you have enabled PDT in your PayPal account. This documentation will show you what to do:
http://www.tipsandtricks-hq.com/ecommerce/wp-estore-instant-digital-product-delivery-499
February 4, 2011 at 2:23 am in reply to: "Membership Level "Free" couldn't be created due to error." #28463wpCommerce
ModeratorPlease log into your cpanel and go to phpMyAdmin under Databases section. Now click on your wpdb database and check if the following two tables have been created –
wp_wp_eMember_members_tbl
wp_wp_eMember_membership_tblLet me know how it goes.
wpCommerce
Moderator“If I specify a different list in the product details, will the purchaser be added to both the global a/r list and the product-specific list”- yes and one will not override the other.
wpCommerce
ModeratorWe don’t have any filemaker integration with eStore.
wpCommerce
ModeratorWe do not offer hourly granularity (only day, month or year).
The plugin works based on the server time. There is a difference in timezone between the server time and the customer’s PC time. Say for example, someone signs up at server time 5 p.m. today for a 1 day membership. The account should expire the next day at 5 p.m. but it won’t. It will expire in 7 hours (at 12 a.m server time). So when anyone signs up for a one day membership the account is likely to expire before 24 hours.
wpCommerce
ModeratorPlease go to WP eStore->General Settings->Testing and Debugging Settings and check the “Enable Debug” option. Click on “Reset Debug Log files”.
Place a “squeeze page” type form on a post/page to test it out. Enter your details and click the download button. Once you are done please share the content of “eStore_post_payment_debug.log” and “squeeze_form_debug.log” files. This files will be stored in the wp-cart-for-digital-products directory.
February 2, 2011 at 5:35 am in reply to: 404 error for thankyou page return URL + encrypted download link not working #28595wpCommerce
ModeratorCan you please also contact your hosting provider as to why the following URL is giving a 404 error. This is a standard PDT response that PayPal sends:
[http://www.workyourselfout.com/thankyou?tx=1VX5893102033531S&st=Completed&amt=0.01&cc=AUD&cm=&item_number=]
-
AuthorPosts