Calculating the Price of a product based on customer's input #1479
-
Hello, We are selling cutomizable ceramic products like poolsteps, kitchen counters and such. for example, we have a product with a base size (width, height and depth) and a base-price. The user should be able to freely customize the size of the product on the product-page. The final product-price should then be calculated based on the users input values. (Think of a product configurator) My question is: best regards |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Hi! I'm happy to hear you are enjoying Vendure so far. In answer to your question, it sounds like you might want to use: https://www.vendure.io/docs/typescript-api/orders/order-item-price-calculation-strategy/ Take a look at that and let me know if it would handle your requirement. |
Beta Was this translation helpful? Give feedback.
Hi! I'm happy to hear you are enjoying Vendure so far. In answer to your question, it sounds like you might want to use: https://www.vendure.io/docs/typescript-api/orders/order-item-price-calculation-strategy/
Take a look at that and let me know if it would handle your requirement.