View Single Post
  #2  
Old 03-28-2011, 04:20 AM
  qualiteam's Avatar 
qualiteam qualiteam is offline
 

X-Guru
  
Join Date: Dec 2010
Posts: 6,373
 

Default 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
__________________
Alex Solovev,
Qualiteam

---

User manual Video tutorials X-Cart FAQ

You are welcome to press "Thanks" button
if you find this post useful

Click here to learn how to apply patches

X-Cart Extensions
Reply With Quote