Hi,
Following is the requirement for a jewelery that store sells bracelets. How
do I configure and get the final price of the bracelet.
* Input the weight of the bracelet in gms
* Add extra weight called wastage.  For example 10% of the weight of the
bracelet
* The value of the bracelet is dependent on the weight of the bracelet
* Add making charges to the bracelet

Example for the price calculation:
Cost per gm of gold = $32
Weight of the bracelet = 10 gms
Extraweight(wastage) that needs to be added = 10 * 0.1 = 1
Making charges = $100.

Final price = (weight + wastage) * cost/gm + makingcharges.
Final prices = (10 + 1) * 32 + 100 = $452.

Is this possible to configure OOTB

Thanks
-Aswath

Reply via email to