RE: Options trouble :(
Emmtee <[email protected]>
| Newsgroups | gmane.comp.web.oscommerce.features |
|---|---|
| Message-ID | <392e0412b077d7b862bd23ac83b82d5c@osCommerce-Forums> |
This message was sent from: Features http://forums.oscommerce.com/viewtopic.php?p=171970#171970 ---------------------------------------------------------------- to state it clearly: you have ONE product with price A then you add option for size ... with price B... ... but want price B just to be difference to price A and not total addition now the solution: use a calculator and calculate the price-difference! options always add a difference or subtract a difference model1 -> type (default) [color=red]A = 100 [/color] -> type [color=red]B = 120 [/color] -> type [color=red]C = 98 [/color] then you add a product named "model1" and assign it a price of 100 then you create options... the FIRST option that you create is [color=blue]"A (normal/default)" with [b]price = 0[/b][/color]! then you add option [color=blue]B with 20[/color] and [color=blue]C with -2[/color] .... hope that helps you