I am having an issue with the better together mod - when I get to the point it would show up this is the error I am getting
Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in /home/nicebadg/public_html/cart/includes/modules/order_total/ot_better_together.php on line 498
this is all I have added so far just to check it out
function setup() {
$this->add_cat_to_cat(1, 3 "%", 10);
the second line there is line 498 where it is having an issue - any ideas on what I need to fix or what I did wrong? Thanks



