View Single Post
  #4  
Old 10-14-2003, 10:22 AM
 
Gibberish Gibberish is offline
 

Senior Member
  
Join Date: Sep 2003
Posts: 182
 

Default

Yes you would use the same code I posted.

you would do that same thing I posted. If Unit price is under param02 and the price for it is $1 you would put the code.

Unit Price: {$products[product].param02}

and that would display ont the screen

Unit Price: $1

you can change the param number to whatever the param is. Also if you want the "Unit Price" text to be pulled out of language you would just replace "Unit Price" with {$lng.whateveryoucalledit} and you would get the same result but the text would be in the database for easier changes later.

Hope that made more sense.
Reply With Quote