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 Detailed Image - Alternative text (https://forum.x-cart.com/showthread.php?t=42273)

alla 09-09-2008 08:04 PM

Display Detailed Image - Alternative text
 
Hi,

How can I display the alternative text from the detailed image module.

It seems $images does not have it.


Thank you.

Yurij 09-10-2008 12:34 AM

Re: Display Detailed Image - Alternative text
 
Quote:

Originally Posted by alla
Hi,

How can I display the alternative text from the detailed image module.

It seems $images does not have it.


Thank you.


What about field "alt"?

Example for X-cart 1.10 gold (array $images for some product)


(
[0] => Array
(
[imageid] => 19
[id] => 141
[image_path] => .\images\D\Untitled-1.bmp
[image_type] => image/bmp
[image_x] => 197
[image_y] => 28
[image_size] => 16632
[alt] => dbgf
[avail] => Y
[orderby] => 0
[tmbn_url] => http://127.0.0.1/gold-10/images/D/Untitled-1.bmp
)

[1] => Array
(
[imageid] => 20
[id] => 141
[image_path] => .\images\D\keeley_hazell.jpg
[image_type] => image/jpeg
[image_x] => 1600
[image_y] => 1200
[image_size] => 157868
[alt] => ruyeryrty
[avail] => Y
[orderby] => 0
[tmbn_url] => http://127.0.0.1/gold-10/images/D/keeley_hazell.jpg
)

[2] => Array
(
[imageid] => 21
[id] => 141
[image_path] => .\images\D\c_4.gif
[image_type] => image/gif
[image_x] => 30
[image_y] => 30
[image_size] => 617
[alt] => gsgsdfgsdfg
[avail] => Y
[orderby] => 0
[tmbn_url] => http://127.0.0.1/gold-10/images/D/c_4.gif
)

)


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

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