Question: Submit Price Width Combo

Submit Price Width Combo

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

DP

Duy Khanh Pham

Asked

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

  • DP

    Duy Khanh Pham

    Answered

    and Why a can’t sell this COMBO

  • DP

    Duy Khanh Pham

    Answered

    I want to calculate the average price of the product combinations and save it as a new product.

  • MS

    Mian Saleem

    Answered

    Hello,

    I didn’t understand. Please share the English language screenshot or translate the error for me.

    Thank you

  • DP

    Duy Khanh Pham

    Answered

    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