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)
-   -   Image instead of title (https://forum.x-cart.com/showthread.php?t=57000)

carbongixxer 12-10-2010 01:59 PM

Image instead of title
 
Is there a way to get a image to display instead of the product title text on a single product page?

balinor 12-10-2010 02:03 PM

Re: Image instead of title
 
You could, but it would not be a good move for SEO. You could do something with the productid - like:

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

That would link an image called productid.jpg (replace productid with the actual id)


All times are GMT -8. The time now is 11:33 PM.

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