banel Posted October 11, 2013 Share Posted October 11, 2013 Hello everybody, I need help to solve this problem: I want to use an attribute that has a price that is added to the final price, which is not included in the calculation of the price per unit. Example: Unit price: 20 option1: 5 option2: 10 Quantity: 2 Calculation: ((20 +5) * 2) +10 So option2 must be added to the final price. Thank you for your help. Link to comment Share on other sites More sharing options...
tuk66 Posted October 14, 2013 Share Posted October 14, 2013 I suggest don't touch price calculations in PrestaShop. It could turn out to be a nightmare. 1 Link to comment Share on other sites More sharing options...
banel Posted October 14, 2013 Author Share Posted October 14, 2013 Hello, Thank you for your reply. Actually i want an "additional option" like here: http://www.pixartprinting.com/digital-litho-printing/printing-folded-flyers/ Is this possible ? Link to comment Share on other sites More sharing options...
tuk66 Posted October 14, 2013 Share Posted October 14, 2013 Set "File verification" as another attribute with a price impact together with "Paper", "Lamination" and so on. Link to comment Share on other sites More sharing options...
banel Posted October 14, 2013 Author Share Posted October 14, 2013 Thank you,The impact of this attribute must be added after the price calculation.Exemple:((lamination + paper) * quantity ) + file verification Link to comment Share on other sites More sharing options...
tuk66 Posted October 14, 2013 Share Posted October 14, 2013 It is like a surcharge for the order. Like a negative voucher - maybe the only way how to do it. Link to comment Share on other sites More sharing options...
banel Posted October 14, 2013 Author Share Posted October 14, 2013 What do you think if i define the "file verification" like a service and add it like an accessory on the product settings? Link to comment Share on other sites More sharing options...
tuk66 Posted October 14, 2013 Share Posted October 14, 2013 Can be. Link to comment Share on other sites More sharing options...
banel Posted October 14, 2013 Author Share Posted October 14, 2013 ok,thank you! Link to comment Share on other sites More sharing options...
Recommended Posts