TBT (Sweet Tooth) Rewards
Sweet Tooth Rewards are integrated with Firecheckout by Reward developers, but there is one bug that can be fixed with following instructions:
-
Open
app/design/frontend/base/default/template/rewards/spender/additional/firecheckout.phtml
and find the following lines:var html = t.responseText; html = html.replace('checkout-review-submit', 'st-checkout-review-submit'); $('checkout-review-load').update(html); $('st-checkout-review-submit').remove();
Replace them with:
checkout.update(checkout.urls.shopping_cart);
-
Save the file.