- This topic has 3 replies, 3 voices, and was last updated 3 years, 5 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Stripe payment plugins for your WordPress site
· ·
Home › Forums › Stripe Payments Plugin › optional product during checkout
Hi
I have a subscription product(card machine) and am looking to add an option to purchase a pack of 10 receipt rolls for $10 with the product during checkout. Receipt rolls to be a once off payment and not recurring. Is their a way i can achieve this?
That’s not possible at the moment. From Subscription documentation …
Variable Products and Subscriptions
Please note that subscription plans do not support variable product options due to some subscription API limitation at the momentYou can create multiple plans with the different price points and then offer them on a landing page. You can create as many product entries as you want to in our plugin and then embed them on your landing page.
For example: lets say that you want to offer a $30 per month option and then a $300 annual price option.
You can create one subscription plan for the $30 per month option and create a product for it. Then create another subscription plan for the $300 per year option and create another product for that. Embed both of these subscription products on your landing page. Your customers can then pay using the option they want.
A subscription product can’t be mixed with a one-time payment product. Those need to be two separate products handled using two separate checkouts.
You can potentially use the “Setup Fee” feature of the subscription plan to charge a one-time fee for it. So you can make two subscription plans and offer the customers a choice like the following:
1) The standard subscription plan for the main item.
2) Another subscription plan for the main item with a “Setup Fee” of $10 for the 10 rolls.
3) Create two products for these two plans, then put both of those products on the landing page.
4) The customers can select the one they want.
Thanks so much, i sorted it by adding receipt rolls to the thank you page as “would you like to add receipt rolls to your order. The customer has to add their card details again which is not ideal but it works..