View Single Post
  #1  
Old 12-08-2016, 10:38 AM
 
bitzer bitzer is offline
    
Join Date: Dec 2016
Posts: 1
 

Default Remove Add to Cart Button

I am using X-cart 5
Windows
http://weyhey.co.uk/xcart/planet-express-babydoll.html

I wish to remove Add to Cart button from this product (practising on default products)

I have tried to find the correct css or tpl but nothing I try seems to affect it.

The source of the code I want to remove is below
<div class="buttons-row">
<a class="regular-button cart" href="http://weyhey.co.uk/xcart/?target=cart">
<span>View cart</span>
</a>
<a class="regular-main-button checkout" href="http://weyhey.co.uk/xcart/?target=checkout">
<span>Checkout</span>
__________________
X-Cart
Reply With Quote