![]() |
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 |
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 |
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 |
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.