Knowledgebase
How can I configure the Buy Together "You have added..." page to skip the cart.php page and go directly to the checkout.
Posted by Nick Poindexter on 04 March 2010 04:58 PM
Open the skin1/modules/Buy_Together/buy_together_added.tpl and change this code. It is found two places in the file, near line 57 & 130, you will want to change both.

{include file="modules/Buy_Together/buy_together_buttons.tpl" button_title=$lng.lbl_proceed_checkout style="button" href="`$catalogs.customer`/cart.php"}


to this:

{include file="modules/Buy_Together/buy_together_buttons.tpl" button_title=$lng.lbl_proceed_checkout style="button" href="`$catalogs.customer`/cart.php?mode=checkout"}

Comments (0)
Post a new comment
 
 
Full Name:
Email:
Comments: