View Single Post
  #15  
Old 01-26-2007, 01:14 AM
 
Alexander Whillas Alexander Whillas is offline
 

Advanced Member
  
Join Date: Jun 2006
Posts: 37
 

Default Re: Showing discounted price

Actually, I think you could just hit the 'discounts' table yourself (inthe PHP) for the discount value and then add it to Smarty before calling the template THEN do a calculation. Actually, it would be better to loop over the $products array int he PHP and make a new column called 'discounted price' (or something) and then just reference this in the template.

Boring but it works I guess.
__________________
Version 4.1.3 pro
Reply With Quote