| ||||||||||
Shopping cart software Solutions for online shops and malls | ||||||||||
|
X-Cart Home | FAQ | Forum rules | Calendar | User manuals | Login |
Can I retrieve extra field info next to product title ? | |||
|
|
Thread Tools | Search this Thread |
#1
|
|||||||
|
|||||||
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 |
|||||||
#2
|
|||||||||
|
|||||||||
use the global extra fields method and then add to products.tpl or product_t.tpl
Code:
change param00 to whichever extra field you are using. Check the database if your unsure
__________________
Looking for a reliable X-cart host ? You wont go wrong with either of these. EWD Hosting Hands On Hosting |
|||||||||
#3
|
|||||||
|
|||||||
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 |
|||||||
#4
|
|||||||
|
|||||||
It works now :)
It was my mistake !!! thanks heaps |
|||||||
|
|||
X-Cart forums © 2001-2020
|