View Single Post
  #9  
Old 03-28-2016, 09:40 PM
 
equivox1 equivox1 is offline
 

Newbie
  
Join Date: Jan 2012
Posts: 2
 

Default

try getting the example to code to work EXACTLY as it is presented with only one field first...i would suggest you make your extra field names simpler, they do not have to be capitalized or have underscores, they are for your reference, they do not display anywhere but in admin, so try to make them one word, lowercase...

do not add any other loops outside the main product loop...use my example as is and then go from there once it works...

if you are simply inside the main products loop you do not need to add other loops...the extra fields values will already be available in the main loop because of the code added to products.php...you only need the extra field smarty tag for each field you set up...

{$product.WHEEL_MATERIAL}

just drop that into the template, you do not need extra loops anywhere and you certainly can't use this outside of the main loop

and you did not post your code for products.php, so i cannot see if there is a problem there...just try to follow my example exactly as i have made it...
__________________
Equivox

Last edited by qualiteam : 03-31-2016 at 03:24 AM.
Reply With Quote