[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
[ic] How to display adjusted options prices?
The simple answer is to set products.price to 0 and modify
your options.price to S=100, M=100, L=105
then your prices will show up the way you want.
But this also assumes o_matrix=0 which you didn't mention.
Plus you didn't say if you're looking for a single
selection via a select widget. Assuming select widget
then you should be fine, but now your base price will
be displayed as 0 .
Jon
Interchange wrote:
> In my flypage, I would like to display the adjusted Prices in the
> Size selection box, like this:
>
> S - $100
> M - $100
> L - $105
>
> Instead of (what it is now):
>
> S
> M
> L - $5
>
> My products table contains the following:
>
> code size price
> aaa S, M, L 100
>
> My options table contains the additional cost if "L" is ordered, eg,
>
> code o_enable o_value price
> aaa 1 S, M, L L=+5
>
> My html code looks like this:
>
> [if-item-data options o_enable]
> [if-item-data !options o_modular]
> [table-organize cols=2 table=' ' pretty=1]
> [item-options td=1 label=1 bold=1 price=1]
> [/table-organize]
> [/if-item-data]
> [/if-item-data]
>
> This looks like a very simple problem, but I just can't seem to find
> a solution in the archives... I must have missed out something, any
> pointers?
>
> _______________________________________________
> interchange-users mailing list
> interchange-users@icdevgroup.org
> http://www.icdevgroup.org/mailman/listinfo/interchange-users