minicart icon indicating copy to clipboard operation
minicart copied to clipboard

Add discount coupon on the cart

Open Territoriohost opened this issue 8 years ago • 1 comments

Hi I'm using minicart in my web and I would like to have the option of adding a field in the cart to enter a discount coupon, I have read the documentation but I do not see that option, there is a way to do it, thanks

Territoriohost avatar Jan 26 '17 21:01 Territoriohost

This would be an AMAZING feature! An input field on the cart that accepts a predefined "coupon code" and subtracts an associated amount once per cart.

It could use a config like {"coupon": "SAVE10", "type":"flat", "value": "-10.00"} or {"coupon": "SAVE10", "type":"percent", "value": "10"}

I really like the default minicart :) with a few style tweaks and added mobile responsiveness I have it working here: https://vt14.com

robliberty avatar Jun 06 '17 01:06 robliberty