Hello Can you help me:
I want to use COMBO to perform my own price calculation instead of the predefined system’s price calculation.
You can see at the picture that I can’t do it now if I make Update button click
Please help me where can I change in the code.
Thank you
- DPAnswered
and Why a can’t sell this COMBO
- DPAnswered
I want to calculate the average price of the product combinations and save it as a new product.
- MSAnswered
Hello,
I didn’t understand. Please share the English language screenshot or translate the error for me.
Thank you
- DPAnswered
We have different import prices. I want to calculate these prices in an average price I do it like this:
quantity_1 * price_1 = total_1 quantity_2 * price_2 = total_2 quantity_3 * price_3 = total_3
total_quantity = quantity_1+quantity_2+quantity_3; Total price= total_1 + total_2 + total_3;
average price = total price / total_quantity;
and this should be reflected in the purchase price.
Do you have any solution with our system for me please?
Thanks
- Login to Reply