See previous response. After the setup function is a final brace that ends the class.
setup() {
.... bla bla bla
}
}
You have probably deleted the final brace.
Printable View
See previous response. After the setup function is a final brace that ends the class.
setup() {
.... bla bla bla
}
}
You have probably deleted the final brace.
ahhh! there is actually 2 braces! so i WAS missing the last one!!! i see my discounts now! THANKS! can't wait to start playing!!!
i am LOVING this mod!!! i have managed to do quite a bit of customizing to suit my store, but i was wondering if there was a way to change the wording "Better Together Discounts" shown in my side bar and title on the page from the Marketing Page Mod?
i am attaching 2 screen shots
thanks in advance!
Language strings are in
./includes/languages/english/modules/order_total/ot_better_together.php
for Better Together and
./includes/languages/english/extra_definitions/custom/bettertogether_sidebox_defines.php
./includes/languages/english/extra_definitions/custom/bettertogether_promo.php
./includes/languages/english/custom/bettertogether_promo.php
for Promo Page. Customize them as you wish!
ok...that's what i thought, but wasn't sure what to change, but i will play more today.
another quick question, can you confirm whether or not the Big Spender Mod will work with the Better Together Mod???
thanks! :)
Please note that my commercial offerings are not supported on the forum; response by email.
i have changed the "better together" wording in each of the files you mentioned above. but i can't seem to find the one that allows me to edit the wording on the actual promotional product page, which shows the discount (see screen shot 1).
also, i used your coding for simple cross selling, and they are not showing up on my marketing page or on the indicated products. i already changed the marketing template, so that my better together discounts show on the product page already, but i didn't know if that was the same coding needed for the cross-selling to show up too?? see screen shot2
thanks again:) i am so much enjoying this mod!! lots of possibilities. once i get this one all figured out, i have some others on my wish list!! :)
sorry for another post, but it wouldn't let me edit my last one.
anyway, i figured out the solution to my first issue about.
but my cross-sell items still aren't showing up?? any suggestions as to why?
The cross sell items don't show up on the promotional page.
They should show up on the product info page if one of the items in the cross sell linkage matches the product id you are displaying, assuming you have correctly included tpl_better_together_xsells.php as described in the documentation.