[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
[ic] How to display adjusted options prices?
On Wednesday 10 July 2002 01:20, you wrote:
> "But I'm facing a strange problem now, at the Checkout page, the
> prices are not reflected correctly. They always take the base
> prices from the products table, not the adjusted price, ie, size L
> should show $105 but instead, it's showing $100. Any clues?"
>
> Take a look at this page and see if this is what you are looking
> for:
>
> http://store.satcomresources.com/catalog/shop/C3_5900KU.html
Yes, this is what I'm looking for...
Are you doing it such that you set the base price in the products
table to be 0, and the price in options table to be, eg,
"S=100, M=100, L=105"
?
If so, I didn't really want to do that, as I have a few more sizes
than that for each product. Moreover, only 1 size for ALL products
needed the additional cost.
If not, I'll be very interested to know how you did it!
> Assuming you are using the right browser....you can configure your
> item with multiple options, and varying prices and see the results
> of your pricing configuration.
Yes, these worked in the select box. But whatever I selected on the
flypage had no effect on the checkout page, ie, size L is still $100
instead of $105 :( What else could have caused this discrepancy?
I have a feeling I need to set the item price (according to size)
into the cart somewhere, not sure whether I'm heading in the right
direction... Using item-options seem to do it "automatically"
somewhere, but using the pricing table doesn't, so I should add some
codes somewhere.
> I did this using some javascript,
> and editing the item-options tag in the flypage, and then going
Do you mean adding "price=1"?
> into the admin pages and editing the forms for the simple options
> to include a price field. If the javascript does not work in your
> browser, the items will still total appropriately in the cart.
Yes, I tried that. In my options table, my price field for each
product looked like this:
L=+5
That's why if I were to use the options table, my select box would
show "L -- $5", instead of "L -- $105" :(