Page 1 of 1

OPENCART 1.5.x OPTIONS BOOST

Posted: Fri Jun 22, 2012 5:37 pm
by cyanda
Hello,

I need some help

under docs= * Added additional price prefixes aside from (+) and (-):
(%) will price the option based off the percentage of the product price

but i want , when i select first option example:

product price= 100€

1 option= +20€

2 option= %40

price = 168

and now he takes the percentage of the product price (140€)

but i want the percentage of the live price = 120€

is their a way to do this ?

i want pay for this

thx

Re: OPENCART 1.5.x OPTIONS BOOST

Posted: Fri Jul 20, 2012 10:13 pm
by Qphoria
Options boost has no way to take previous options as part of the price. I tried to do it once but never got it to work right.
Options are each individually matched with the product price only

Product: 100
option1: +5.00 (100 + 5.00) = 105
option2: +25% (100 + 100 * 0.25) = 175

option2 cannot calculate as part of option 1

Re: OPENCART 1.5.x OPTIONS BOOST

Posted: Mon Sep 24, 2012 5:41 am
by fairmount
Hi,

Is there a way to calculate the special price for the price against a particular option? i.e. have special price for only specific options?

or atleast calculate the special price directly based on the options price?

i.e. base price is set to, let say, £25.00

option 1: =50;
option 2: =100;

I want to apply 20% discount based on the option prices 50 or 100. so that it calculates to 40 and 80. this way it is easier to calculate the price and easy to refer back to.

Any help appreciated.

Thanks.
Karthick KG