X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Redirect Home Page (https://forum.x-cart.com/showthread.php?t=58589)

marketology 03-23-2011 10:02 AM

Redirect Home Page
 
Our site is www.Sample.com

We installed xcart at www.sample.com/checkout

At the end of the checkout the invoice at the bottom says continue to shop.

When you click it, it goes to www.sample.com/checkout. It needs to go to our main page of sample.com

We looked at home.php, but could not see it listed here.

Were can we change?

Thanks..

qualiteam 03-28-2011 04:20 AM

Re: Redirect Home Page
 
Assuming you use 4.4.x, you should alter the "skin/%SKIN_DIR%/customer/main/order_message.tpl" template and change href in the following code fragment:

Code:

<div class="buttons-row center">
      <div class="halign-center">
        {include file="customer/buttons/button.tpl" button_title=$lng.lbl_continue_shopping href="home.php" additional_button_class="main-button"}
      </div>
</div>


Note: %SKIN_DIR% - e.g. vivid_dreams_chromo or common_files depending on the used skin.

http://help.qtmsoft.com/index.php?title=X-Cart:Editing_Skin_Files


All times are GMT -8. The time now is 02:11 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.