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>