- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2019
03:20 AM
12-04-2019
03:20 AM
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
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2019
04:19 AM
12-04-2019
04:19 AM
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
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2019
04:41 AM
12-04-2019
04:41 AM
Re: Add to cart button does not appear
I remove all the rules and flush the cache from Magento
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2019
10:01 PM
12-04-2019
10:01 PM
Re: Add to cart button does not appear
@marina_córdoba have you tried by changing its price?