When I add a two for one discount it appears in the checkout process as "Better Together Discount" with the correct discount, but when I do a product to product or category to category discount nothing actually happens.
The code is attached
function setup() {
// Using Better Together Admin? Uncomment this out
/*
if (!IS_ADMIN_FLAG) {
require(DIR_WS_MODULES . 'better_together_admin.php');
}
*/
// Add all linkages here
$this->add_twoforone_cat(36);
$this->add_cat_to_cat(33,34,"%", 15);
// Some examples are provided:
/*
Any help is apprecaited
Bookmarks