Opencart Version 3.0.3.8
I'm would like to understand the logic applied for PRICE < DISCOUNT > SPECIAL PRICE
I noticed the following
Excluding available dates for simplicity on the test cases below
If we have:
- Price (only) that is the only price availble
- Price > Special Price = the special price will be the elegible
- Price >Discount Price (QTY) = the Discount price will be the elegible IF added >= (QTY)
- Price > Special Price :Priority=1> Discount Price >=(QTY) :Priority=2 = the special price will be the elegible and shown IF added >=(QTY) the Discount price will be applied
I have read the documentation
- http://docs.opencart.com/en-gb/catalog/ ... /discount/
http://docs.opencart.com/en-gb/catalog/product/special/
I played around with the priority field settings:
both to 0 = Same Results
Special 1 / Discount 2 = Same Results
Special 2 / Discount 1 = Same Results
It appears to me the only way arount if decided to use Discount & Special is to set Different dates to both in order to have it applied and compare the (SP/DC-prices) against the Price ?
Please let me know if this is correct or am I missunderstading the logic by design
Thanks again,