View Single Post
  #2  
Old 11-14-2007, 02:50 AM
  SystemSkins's Avatar 
SystemSkins SystemSkins is offline
 

eXpert
  
Join Date: Oct 2007
Posts: 350
 

Default Re: Requesting help on a smarty command

After looking around I think I have found what to change, but I don't know what to change it to. Can someone of more intelligence help me out here?

When displaying the product price, according to products_t.tpl, it states:
Code:
{$lng.lbl_our_price}: {include file="currency.tpl" value=$products[product].taxed_price}

I'm guesing the value=$products[product].taxed_price is what needs to be changed to something like:
Code:
value=$o.price_modifier display_sign=1 plain_text_message=1 or $v.options item=o or product_options[`$v.classid`]
I have no idea....

In product options the price modifier id (orderby) number is 3, thats the lowest price I have set for my products. Thats what I want it to have displayed (called upon) in the products_t.tpl

Does anyone know the "value=" for the product options price modifier orderby #3 would be?

When viewing my main page keep refreshing till you see an Xbox 360, you will see it says $0.00. But if you go to the actual Xbox 360 category you will see they are now displayed as $13.95? That I don't understand, but anyways, that is actually the product option price modifier orderby #1. I want this to display as orderby #3 because its my lowest price. Yes I know I can change my orderby #'s but I do not want to because when a customer goes to the actual product. I want the Highest price to be the first price option like it is now.


Thanks,

Doug
__________________
Doug Rock
X-cart Gold 4.1.9
_____________________________________
Altered Cart: 1-Page checkout
Firetank: Feed Manager
Website CM: CDSEO PRO
Website CM: Product A-Z Map
Website CM: Review Approval
Website CM: Site Map Pro
Qualiteam: Sales & Stats (free version)
Reply With Quote