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)
-   -   Want to hide "Continue Shopping" button at end of order. (https://forum.x-cart.com/showthread.php?t=57962)

waldenponddesign 02-08-2011 03:57 AM

Want to hide "Continue Shopping" button at end of order.
 
I just started using X-cart and having a hard time find where sections are located.

At the end of the order I want to hide the "Continue Shopping" button. I found the code on cart.php. But I can't figure out which template contains the code.

How do I comment out this line and how does one go about finding the corresponding template for code.

Many thank

<div class="buttons-row center">
<div class="halign-center">



<div class="button main-button" title="Continue shopping" onclick="javascript: self.location = 'home.php'; if (event) event.cancelBubble = true;">
<a href="home.php" onclick="javascript: if (event) event.cancelBubble = true;">Continue shopping</a>
</div>

balinor 02-08-2011 04:01 AM

Re: Want to hide "Continue Shopping" button at end of order.
 
Webmaster mode will tell you what template is what. This one is customer/main/order_message.tpl


All times are GMT -8. The time now is 11:08 AM.

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