Hi,
I need create a simple math functions in Suite in Quotes module, need to first divide and then multiply the two panels.
example:
(a/b)*c
A-produtcs (min 1000 pieces)
B-always divide half
C-price
I,m sorry for my English B)
Hi,
I need create a simple math functions in Suite in Quotes module, need to first divide and then multiply the two panels.
example:
(a/b)*c
A-produtcs (min 1000 pieces)
B-always divide half
C-price
I,m sorry for my English B)
Hi Mendziu,
You can do custom math functions for AOS Quotes in: modules/AOS_Products_Quotes
Thanks,
Will.
Great Will, Thanks You,
Hi Mendziu,
Check the function “format2Number” in line_items.js file in AOS_Products_Quotes module. You will get the idea from there.