I created a video (link below) where you can see me explain this issue much better than writing.
estore payment issue with recurring payment and check out amount
(12 posts) (5 voices)-
Posted 5 months ago #
-
Hi,
Your problem is easy to fix :)
The reason you are seeing the unexpected behaviour is because you are trying to represent a subscription product using the wrong shortcode, ie, you are probably using a "buy now" shortcode however the code you should be using is the following:[wp_eStore_subscribe:product_id:1:end]
(where '1' is an example product ID - you will need to enter your relevant ID here)
Try this and you will find that PayPal will charge you exactly what you expect.Posted 5 months ago # -
I used that code, but now it takes me straight to the paypal buy page.
How do I get it to go to the check out page so that people can enter in a coupon code for another discount off the price?
I will be doing discount coupons codes for different JV deals and promotions.
Posted 5 months ago # -
Can coupon codes be used with the subscriptions?
It won't go the the check out page where the customer can enter in the coupon.
Posted 5 months ago # -
PayPal handles subscription payments differently than normal one so coupons can not be applied to recurring subscriptions. Maybe trying a trial period with the discounted amount would work for you
Posted 5 months ago # -
This is an interesting thread, I've come across the same issue, what is the function to call the [wp_eStore_subscribe:product_id:1:end] shortcode? Is there one?
I just added the <?php echo print_eStore_subscribe_button_form(1); ?> function and all it shows is the button. Is this correct? there is not a fancy cart style box. I guess this is because the subscription API is different from the normal cart one?
It seems to work, just wanted to clarify that we have to create a promotional image to showcase the product when using the subscription model.
Thanks in advance.
Posted 4 weeks ago # -
The
[wp_eStore_subscribe:product_id:1:end]shortcode only shows the subscription button which is why it's corresponding PHP function also shows the subscription button (the function shows exactly what the shortcode would have shown you).Yes, there are other functions for the fancy display styles. If you tell me exactly which shortcode you want to use then I will be able to tell you the corresponding PHP function for that.
Posted 4 weeks ago # -
Thanks for the quick reply, I worked it out from the documentation (should have read that first). I see there is just one fancy style for the Subscribe button...are there any plans for more designs like fancy 2? It's pretty plain that's all. Great support and service as always, a pleasure to deal with, your support always solves the issues.
Posted 3 weeks ago # -
We already have a shortcode that you can use to show a subscription product using any fancy display you like. Please check the extra eStore shortcodes and you will find it:
http://www.tipsandtricks-hq.com/ecommerce/wp-estore-shortcodes-and-functions-reference-460Posted 3 weeks ago # -
Hey - thanks for the update. I'll have to install the latest versions to take advantage of some of the new shortcodes. Great help and support as always, thank you.
Posted 3 weeks ago #
Reply »
You must log in to post.