cancel
Showing results for 
Search instead for 
Did you mean: 

Add to cart button does not appear

Add to cart button does not appear

Good morning,

 

I have a problem with the add to cart button when I am not logged.

It does not appear in the categorie grid search but in the list view it does. 

That happend with the single product view too.

I modify the file list.phtml from /app/design/frontend/royal/hijo/template/catalog/product

I remove the code but the problem still existing

if(Mage::getSingleton('customer/session')->isLoggedIn() && $total > 0)
3 REPLIES 3

Re: Add to cart button does not appear

@marina_córdoba May be there is a rule that only a product with price greater than a particular price would be purchase.

 

So try to change the price of that product and check if it is the problem.


Thanks

Re: Add to cart button does not appear

I remove all the rules and flush the cache from Magento 

Re: Add to cart button does not appear

@marina_córdoba have you tried by changing its price?