Ok, kids! Here is the solution. Inside of this file (move to override folder): products_quantity_discounts.php
Change this line:
$quantityDiscounts[$columnCount]['show_qty'] .= '-' . number_format($products_discounts_query->fields['discount_qty']-1);
To this:
$quantityDiscounts[$columnCount]['show_qty'] .= '+';
Wham bam thank you, ma'am.
Can somebody click on one of my links and check to see if I created any errors? If for no other reason than to just make sure I'm not telling folks to do something bad?
Thanks,
Mike


Reply With Quote
