-
- dan_w

-
Total Posts: 290
Joined: 2008-01-04
|
Hey Tropical,
Try using <img src="images/<?=$_product->getId()?>" alt=""/>. Or, you could change it to use the sku with getSku.
Dan
Edit: I thought that I should mention that you’d obviously need to declare the image type after the product id. So you it should probably look like:
<img src="images/<?=$_product->getId()?>.jpg" alt=""/> or whatever your image extension is.
|