X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Display Image Inside Product Description using $AltImagesDir (https://forum.x-cart.com/showthread.php?t=66177)

tartaglia 02-20-2013 07:58 AM

Display Image Inside Product Description using $AltImagesDir
 
What is the proper way to display an image as part of my product description?

I have tried:

Code:

<img src="{$AltImagesDir}/prod_desc_images/Hammig_Cut_sm.jpg" alt="Hammig_Cut" />

But it doesn't work.

Yes, I could hard code the path:

Code:


<img src="skin/ideal_comfort/images/prod_desc_images/Hammig_Cut_sm.jpg" alt="Hammig_Cut" />


But then all my product descriptions would break if I had to make a copy of my skin under a new name to work on a new design?

This can't be hard, can someone please help?


All times are GMT -8. The time now is 07:22 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.