View Single Post
  #1  
Old 02-08-2011, 03:57 AM
 
waldenponddesign waldenponddesign is offline
 

Newbie
  
Join Date: Dec 2010
Posts: 9
 

Default 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>
__________________
Version 4.4.1
Reply With Quote