Volume Weight

Volume Weight

From
Reddit
Status
Done
Share

Length

prop("Size") .split("*") .at(0) .toNumber()

Width

prop("Size") .split("*") .at(1) .toNumber()

Height

prop("Size") .split("*") .at(2) .toNumber()

Volume Weight (from L/W/H)

prop("Length") * prop("Width") * prop("Height") / 5000

Volume Weight

prop("Size").split("*").at(0).toNumber() * prop("Size").split("*").at(1).toNumber() * prop("Size").split("*").at(2).toNumber() / 5000
 
By Ben  •  Latest  •  Was this helpful? Please consider buying me a coffee. Cheers!By Ben  •  Latest  •  Was this helpful? Please consider buying me a coffee. Cheers!
By BenLatest • Was this helpful? Please consider buying me a coffee. Cheers!