dawn21 Posted January 18, 2016 Share Posted January 18, 2016 Hi, I am using Prestashop version 1.6.1.3. I want to remove the 'add to cart' button from the products page. I tried editing the product-list.tpl but it just does not work. Could anyone please help me? Thank youuuuu! Link to comment Share on other sites More sharing options...
Azoda.net Posted January 19, 2016 Share Posted January 19, 2016 if you want to remove it on product detail page, let's open product.tpl file then find this words add_to_cart you will be see those line <div class="box-cart-bottom"> <div{if (!$allow_oosp && $product->quantity <= 0) || !$product->available_for_order || (isset($restricted_country_mode) && $restricted_country_mode) || $PS_CATALOG_MODE} class="unvisible"{/if}> <p id="add_to_cart" class="buttons_bottom_block no-print"> <button type="submit" name="Submit" class="exclusive"> <span>{if $content_only && (isset($product->customization_required) && $product->customization_required)}{l s='Customize'}{else}{l s='Add to cart'}{/if}</span> </button> </p> </div> remove it, hope it helpful Link to comment Share on other sites More sharing options...
endriu107 Posted January 19, 2016 Share Posted January 19, 2016 (edited) If you want it for every products in shop just go to Preferences > Products > catalog mode switch to YES, if you want it only for one product go to CAtalog > Products > choose product, click edit and in first tab "Information" you have checkbox "available for order" simply uncheck it. Edited January 19, 2016 by endriu107 (see edit history) 1 Link to comment Share on other sites More sharing options...
Jacob jack Posted January 20, 2016 Share Posted January 20, 2016 https://www.prestashop.com/forums/topic/258630-removing-add-to-cart-button/ Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now