I'm using eStore for a single-product site and would like to set up the order page so that users can:
* Enter a coupon code
* Edit their quantity
* Purchase using the 'Buy Now' button (no shopping cart)
How would I achieve this?
Thanks in advance!
I'm using eStore for a single-product site and would like to set up the order page so that users can:
* Enter a coupon code
* Edit their quantity
* Purchase using the 'Buy Now' button (no shopping cart)
How would I achieve this?
Thanks in advance!
Entering a coupon code and editing quantity is a shopping cart feature (you apply the modifications to the cart after the product is added to the cart). Buy Now buttons do not use that option. Buy Now buttons are to be used when you just want the customer to click on that button and go directly to PayPal for payment and hence the name Buy Now (if you want to add customization for the purchase then you need to use Add to cart type buttons).
You must log in to post.