No image in tabs – display issues

HI

For some reason, i cant seem to make the image of the products to show on my tabs… i get to see the image in any where else, but in the front page, i cant seem to make it work.

The web site is http://www.pcstore.cr/inicio

Can someone tell me what can be done to fix these?

Has anyone suffer from the same issues?

3 answers

Profile photo of Sherlock 0.00 $tone September 3, 2013
Public

Hi jrubi,

let me know if you changes something in the back-end, you cam pm me your admin account, the FTP Info as well, I will check it further and try to detect the problem.

#1
Profile photo of Sherlock 0.00 $tone September 4, 2013
Public

Hi jrubi,

I open the file of app/design/frontend/default/default/template/joomlart/jmproducts/list.phtml change this snap of code

PHP Code:

<?php foreach ($listall->getItems() as $_product){  ?>


To this

PHP Code:

  <?php foreach ($listall->getItems() as $_product){ 

                      $_product Mage::getModel('catalog/product')->load($_product->getId());   
                    
?>


and it helps, you can check mate

#3

Please login or Register to Submit Answer

Written By

Comments