freuxbang Posted July 22, 2021 Share Posted July 22, 2021 Hello everyone, How can I associate a price amount to a combination that is not multiplied by the selected quantity? I have a customizable product, with different combinations. Among these combinations is an attribute called "Graphic Review". The impact that this attribute has has to be calculated only once and not multiplied by the selected quantities. Product price 10 € Selected attribute + € 5 Quantity 10 The result must be this: (10 * 10) + 5 = € 105 Currently how prestashop manages the attributes the result is this: (10 + 5) * 10 = 150 € Thanks in advance. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now