Hi,
I've been playing around with the following scenario..
$this->add_cat_to_cat(4, 4, "%", 50);
Buy 1 item in catergory 4 and get the 2nd category 4 item at 50% off.
From what I can work out it doesn't matter which order items are added to the cart, it always discounts the lowest priced item regardless of whether this is added to the cart 1st or 2nd. I've done maybe 10 tests and get the same result everytime.
Is this the way the module is set to work, or could it end up discounting the higher priced item. I guess I'm asking for what rules does the module use to determine the item to be discounted?
Thanks
James


Reply With Quote
