Jump to content

Can't see the "Add to cart" button. Prestashop 1.5.3.1


enriquevi

Recommended Posts

I have Prestashop 1.5.3.1 and I can’t see the “add to cart” button. I have tried the following:

1. Catalog mode: OFF (Preferences/products of my Prestashop backoffice)
 
2. I reinstalled the cart module
 
3. In modules/homefeatured/homefeatured.css I have changed:
#featured-products_block_center li .ajax_add_to_cart_button {display: none;}
to
#featured-products_block_center li .ajax_add_to_cart_button {display: block;}
or
#featured-products_block_center li .ajax_add_to_cart_button {}

And
#featured-products_block_center li span.exclusive {display: none;}
to
#featured-products_block_center li span.exclusive {display: block;}
or
#featured-products_block_center li span.exclusive {}


Nothing has worked.

Any other ideas?

Thanks

Link to comment
Share on other sites

My suggestion is to open product-list.tpl in the theme folder, locate

{if ($product.id_product_attribute == 0 || (isset($add_prod_display) && ($add_prod_display == 1))) && $product.available_for_order && !isset($restricted_country_mode) && $product.minimal_quantity <= 1 && $product.customizable != 2 && !$PS_CATALOG_MODE}

And remove the conditions one by one, to see which one hides the button

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...