studiouk Posted September 12, 2014 Share Posted September 12, 2014 Hi, We are creating website selling blinds. Our website: http://electricblindcompany.com/index.php?id_product=1&controller=product&id_lang=1 There is a website http://controlissblinds.co.uk/24v-electric-curtain-tracks that allows you to put a custom size in. We want to do the same. The price is generated from the size that is entered. Our website has the following size and prices. 1000mm = £10 2000mm = £20 3000mm = £30 So if a customer enters a size of 1200mm they will be charged at the 2000mm price etc. Can anyone work out a way to do this with Prestashop? Any help would be great. Thanks Phil Link to comment Share on other sites More sharing options...
musicmaster Posted September 12, 2014 Share Posted September 12, 2014 What you can do is to create combinations. You can give each combination a different price. So you would have a base price of 10 pound. You would declare the additional price of 1000mm to be zero, for 2000mm to be 10 pound, etc. On the screen that will result in a dropdown select box where when you change the option the price automatically changes. If you really want it more like that of your competitor you could create an input field and write some custom javascript to change that select box when something is written in the input field. Link to comment Share on other sites More sharing options...
Recommended Posts