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