SwissUpLabs Logo

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:

  1. 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);
    
  2. Save the file.

Edit this Page