Hi SWGUY, Thanks for this very beautiful mod on Zencart.
I have installed this recently and I have a small issue (instead clarification). I am using the this code in my setup function: $this->add_cat_to_cat(5, 2, "$", 150); But if any product in Catagory 2 has price less than 150 (lets say 100), then I expect to have only $100 to be reduce from the total amount. But in this case $150is reduced from the Order total, which is not good for my newly started business :)
However, I tested for %, (5, 2, "%", 80), and it works fine, as it reduces 80% from the product price of catagory 2.
Not sure if it is designed to work in this way only.


Reply With Quote
