How to calculate the sell price of a commerce product?
I know this question might sound elementary but I have been struggling with this for over a week. I have seen most of the screencasts and read most of the discussions. Somehow, I am not able to get this to work. Any help will be appreciated.
I have a customized Commerce Product Type.
1. I have a Base Price (which could be in 6 different currencies - Products are sourced from 6 different countries). This base price needs to be converted to store's default currency. I am able to convert the product sell price to default currency by using product pricing rules. How should I do this for a custom price field?
2. Need to apply a profit margin to the calculated base price. I have a custom field with a default float value. Need to calculate
Base Price * Profit Margin.
3. Need to add two types of service fee to the above amount.
Sell Price = (Base Price * Profit Margin) + Service Fee 1 + Service Fee 2
This should be a very simple to implement. However, I am totally lost.