Jump to content

How to do Manuel "Static COMBINATION" Created ?


Recommended Posts

Hi Prestashop!

 

I want to do: product.tpl manuel "static combination". This is a: weight and height.

 

weight: start => 30 and stop 260 (30,31,32....260)

price impact: 30...100 = +$0

100..110 = Total + (($price * 1.10) - $price);

110..120 = Total + (($price * 1.20)) - $price);

..

 

height: start => 100 and stop 350 (30,31,32...350)

price impact: 30...200 = Total + ($price X 2)

200..300 = Total + ($price X 3)

...
 

sample: product price = $100

height => 150 => $Total =  (100 X 2);

weight => 103 => $Total +  ((100 X 1.10) - 100);

 

product new price = $Total

..

 

My v: 1.5.4.1 Sample, open source module.. ? How can I do?   :(

post-450642-0-13191100-1398071921_thumb.jpg

 

Link to comment
Share on other sites

×
×
  • Create New...