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)
-   -   Can I retrieve extra field info next to product title ? (https://forum.x-cart.com/showthread.php?t=4905)

jAnkis 10-22-2003 11:14 PM

Can I retrieve extra field info next to product title ?
 
I am setting up a online record store and I have an extra field called Artist.

Will it be possible to display artist name next to product title without going to product details ??

thanks

shan 10-23-2003 02:47 AM

use the global extra fields method and then add to products.tpl or product_t.tpl

Code:

Artist: {$products[product].param00}


change param00 to whichever extra field you are using. Check the database if your unsure

jAnkis 10-23-2003 03:23 AM

Almost there
 
Thanks :)

I am almost there ... This is the code I have in customer/products.tpl

{$products[product].product}</font> - Artist:{$products[product].param04}

I checked the database and the artist field is feidid 4

I can see the test "artist" but the value from artist field doesnt get retrieved.

Is this to do with "global extra field" ?

I add extra field under extra field. I assume it is the global field ?

Please help

jAnkis 10-23-2003 03:57 AM

It works now :)
 
:lol: :lol:

It was my mistake !!! thanks heaps


All times are GMT -8. The time now is 04:40 PM.

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