In Quantity Discounts I downloaded today it works great. I am trying to add additional levels as discussed using the following code:
function setup() {
// Add extra levels and discounts here in this manner:
// "Buy more than 100 items, get 50 (% or $, as per admin) off"
$this->add_extra_level_discount(100, 50);
}
This is cut & paste from instructions but it does not seem to add the discount - anyone else experience this? thanks


Reply With Quote

