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)
-   -   Images Lost when X-cart creates HTML (https://forum.x-cart.com/showthread.php?t=40876)

albino 07-02-2008 04:09 PM

Images Lost when X-cart creates HTML
 
I am lost on this. I have added html to our site, Image buttons also. The html works fine but the images (Buttons) I created are gone when Xcart generates the html pages.

I have tried using addresses like
/images/whites.jpg
This works when the pages are put together by Xcart. (sorry I don't know the correct term)

I have tried using the full address such as
https://www.albinotees.com/store/skin1/images/AT_whites01.jpg
This works also when the pages are being put together by Xcart.

However, when I let Xcart generate a catalog of HTML pages, all the images (buttons) I have created are gone. Is there a place I can put additional images so the html pages can find them after Xcart generates? Or is this a bug that doesn't allow extra images? Now on a few of our computers the images do appear. Other ones they don't. They all work when you just pull up the image address.

An example page is as follows.
http://albinotees.com/store/catalog/Make-Your-Statement-orderby0-p-1-c-252.html

Help please. Anyone. I don't want to progress much further til this is fixed. Thank you.

balinor 07-02-2008 04:23 PM

Re: Images Lost when X-cart creates HTML
 
The correct way to call an image is:

<img src="{$ImagesDir}/imagename.jpg" alt="" />

And upload images to the skin1/images directory.


All times are GMT -8. The time now is 12:37 PM.

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