- This topic has 3 replies, 4 voices, and was last updated 10 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.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › eStore – Discount Codes with Buy Now Button
Tagged: buy now, Buy Now button, coupon, discount
I am trying to add a discount code that expires in 17 days to my buy now button on my site at [http://manifestingmadeeasy.com/invitation/order-manifesting-made-easy/]
I checked out the videos on how to do it in a shopping cart but I could not find instruction on how to add a discount coupon with a Buy Now Button in eStore.
I want to give a $47 discount 1 time to a group on one email list I have.
Is there a shortcode or addition to my Buy Now Button that I am missing?
Thanks for letting me know
Coupons do not work with “Buy Now” buttons.
Too bad, that doesn’t work. I would need that too. Would be an awesome extension of the plugin.
Use the following feature, you would get what you are after:
Here is roughly what you would do:
1) Create a page called “Checkout” (you can call it anything really).
2) Put the shopping cart shortcode [wp_eStore_cart] on that page.
3) Now, on your landing page, you will have a button/link that uses the following as the target URL (you will need to replace some parameters with actual values):
example.com/checkout/?wp_eStore_add_to_cart=1&discount_code=COUPONCODE
When your users click on that link/button, they will get sent to the checkout page with the item added to the cart and the discount code applied. Then they will click the checkout button to make the payment.