How can I set up a discount that applies to all products in a cart when a promo code is used?

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
3 years ago
I'm trying to set up a discount that takes 10% off each product in the cart. Our CRM requires that the math be done this way.  I can't just take 10% off the subtotal because then I'd have a single value for the discount, not specific values for each product.  I've tried to write code to distribute the amount, but its always off by a penny (fractional cent rounding issues).
3 years ago
Maybe you can try using discount type "Assigned to Category".  Then create an unpublished category, and assign all products to it (best done in SQL ;)
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.