Posts by Ricardo Martins • 97 points
2 posts
- 
		0 votes1 answer306 viewsA: Error while installing UserI don’t recommend changing any Magento core files as you did above. Errors of this type are hidden safely and saved in var/report in your Magento. If Magento is not allowed to write to this folder,… 
- 
		-3 votes2 answers401 viewsA: In Magento how to add class in list depending on the attributes to be displayed?If I understand correctly, what you want is to add a class in the <li> in case this filter has any product to be brought, right? I think I’d look like this: <li<?php echo…