- This topic has 5 replies, 3 voices, and was last updated 13 years, 6 months ago by .
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › WP eStore Troubleshooting › Free Trial Does Not Seem To Be Working Correctly
Tagged: estore, free trial, PayPal
I have estore and emember set up on my wp site (self hosted). I want to set up a free two week trial before the customer pays for the subscription. In the “Subscription/Recurring Payment Specific Settings” section I have the following settings:
Trial billing amount 0
Trial billing period 14 days
When you click on the subscribe button it takes you to paypal and wants to charge the subscription amount right away, how do I fix this or am I missing something?
Thanks
When you go to PayPal what does it show in the “Terms” and “Amount” Section?
Please post a link to the page where you have the subscription type button.
For paypal are you referring to when I am a customer? If so there is nothing there.
Here is the link to the product
Looks like you have entered an incorrect Product ID. The product ID that you used for the subscription does not seem to exist in your products database. Can you please verify this for me?
The ID is 1 and it is accurate. I did have the code:
[wp_eStore_buy_now_fancy id=1]
[wp_eStore_subscribe:product_id:2:end]
in the products page.
I removed the second line and tested it out and I still have the same results. Paypal wants to do an instant transfer for the 9.99.
Should I be looking somewhere else?
Thanks
ID 1 is accurate and that is why your first shortcode is working. But your 2nd shortcode is using ID 2 which does not exist?
Use the following when you want to create a subscription button:
[wp_eStore_subscribe:product_id:1:end]
This document explains how to create subscription buttons:
http://www.tipsandtricks-hq.com/ecommerce/how-to-add-a-subscription-button-for-recurring-payment-400