Forum Replies Created
-
AuthorPosts
-
wpCommerce
ModeratorPlease post a link to the page where you have the login form.
a)Do you have any test login details that we can use to check it out?
b)What URL are you using for the redirect page?
c)Do you have the
Enable After login Redirection
option checked in the eMember general settings.wpCommerce
ModeratorwpCommerce
ModeratorFor subscription or buy now type button there is no checkout. You click on the button and you are taken directly to PayPal. This feature is effective when you add multiple items to the cart (e.g. add to cart type button) and do a checkout.
wpCommerce
ModeratorPlease go to
WP eMember->Admin Functions->Create WordPress User Account for the members that do not have one
section. When you use this option the plugin will create wordpress user accounts for every eMember user that does not have a corresponding WordPress account already.wpCommerce
ModeratorAre you doing transaction in test mode? I can see that you are using the same email address for buyer and seller. If the buyer and the seller email addresses are not valid they are not likely to receive email.
wpCommerce
ModeratorThe error has nothing to do with the plugin. After eStore submits the data to PayPal everything is happening on the PayPal site. The plugin is not responsible for that.
wpCommerce
ModeratorDo you have any test affiliate account which I can use to test it?
Please run a test purchase with the debug enabled and share the content of the
ipn_handle_debug.log
andeStore_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
Moderator“Will the removal of the old plugin destroy all the information, i.e. sales data, commission data as well as all the product configurations” – No. Everything will be same like it was before.
wpCommerce
ModeratorEverything looks fine to me. When I clicked the “Add to Cart” button it showed the product in the cart with the thumbnail.
Once thing that I noticed is you are using three shortcodes for displaying the shopping cart on the same page which is confusing.
wpCommerce
ModeratorCan you please post a link to the page?
The above shortcode is for showing the thumbnail images of the products in the cart.
wpCommerce
ModeratorI think you forgot to deactivate the plugin while upgrading to the recent version. So the plugin was updated but the database wasn’t.
Please do the following:
1. Deactivate the plugin.
2. Delete it.
3. Now Upload it again
4. Install
Let me know how it goes.
wpCommerce
ModeratorCan you please share the code of the last transactions?
wpCommerce
ModeratorYou can keep the price of $40 in the regular price section for display. The plugin will ignore the regular price section anyway while submitting product information to PayPal (as this is a subscription type product). But don’t use the above shortcode
[wp_eStore_fancy2 id=ID]
as by default it is for “Add to Cart” type button. You can use the following shortcode instead:[wp_eStore_fancy_display id=ID type=3 style=2]
where ID= your product id, type
(Subscription type button), style=2 (fancy 2 display).
You will need to have the extra eStore shortcode plugin for this shortcode to work. You can find all the shortcodes and the plugin here:
http://www.tipsandtricks-hq.com/ecommerce/wp-estore-shortcodes-and-functions-reference-460
wpCommerce
ModeratorwpCommerce
ModeratorYou can protect the page from the settings(WP eMember->Membership Level->Manage Content Protection section). Once logged in the affiliate will be able to view the product page.
-
AuthorPosts