Feature request - calculated price on customer input
Posted: 02 Feb 2021, 07:59
Hello,
can you ad a option to sell products based on customer input of (dimension, length, width, height, surface).
so in the product details you define the price on specs defined.
Example
length (min. value, max. value, value, type of value (mm,cm,mtr), price per defined value, base value,
width (min. value, max. value, value, type of value (mm,cm,mtr), price per defined value , base value
length
min.value 100
max.value 6000
valuestep: 5
valuetype: mm
valueprice: 0,50
basevalue:10,00
so when customer defines the length of the product needed, lets say 500
then the price will 10,00 * (50 (500/5) * 0,50) =
if a customer defines 496 then it will calculate with first next step, so 500
product can have single or multiple values types (length, width)
the product price is based on calculation of the value types together..
example based on virtuemart (http://demo.virtuemart.net/istraxx-custom-size-4-detail).
can you ad a option to sell products based on customer input of (dimension, length, width, height, surface).
so in the product details you define the price on specs defined.
Example
length (min. value, max. value, value, type of value (mm,cm,mtr), price per defined value, base value,
width (min. value, max. value, value, type of value (mm,cm,mtr), price per defined value , base value
length
min.value 100
max.value 6000
valuestep: 5
valuetype: mm
valueprice: 0,50
basevalue:10,00
so when customer defines the length of the product needed, lets say 500
then the price will 10,00 * (50 (500/5) * 0,50) =
if a customer defines 496 then it will calculate with first next step, so 500
product can have single or multiple values types (length, width)
the product price is based on calculation of the value types together..
example based on virtuemart (http://demo.virtuemart.net/istraxx-custom-size-4-detail).