Hi.
I have problem with Image Handler 2 (maybe) under Zen 1.3.8.
I have Red Passion theme, and when i go to product, i have this under Add to cart (example - http://www.rollshop.sk/index.php?mai...roducts_id=4):
xt' => "\n " . $link); $col ++; if ($col > (IMAGES_AUTO_ADDED -1)) { $col = 0; $row ++; } } // end for loop } // endif ?>
When i look to source, i see this code:
<!--bof Additional Product Images -->
xt' => "\n " . $link);
$col ++;
if ($col > (IMAGES_AUTO_ADDED -1)) {
$col = 0;
$row ++;
}
} // end for loop
} // endif
?> <!--eof Additional Product Images -->
How i can remove this code from my shop???
Bookmarks