• Resolved galatas

    (@galatas)


    Hi,
    i would like the amount to be = (number * [qty])

    For example:
    Amount = 40*[qty]

    if i have 1 product in my cart to be 40
    if i have 1 product with quantity of 5 in my cart to be 200
    if i have 2 products in my cart to be 80

    how can i write it in Amount field?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Afsana

    (@afsanamultanii)

    Hello @galatas

    Yes, you can write the amount to multiply with shipping charges.

    For any product qty, that means, for Total Cart Qty:- we can use this formula
    Shipping Charges = 40.00 * [qty]

    By doing this, if there are any 2 products in the cart, it will calculate:- $80

    Calculation:-
    Cart Qty:- 5
    Shipping Charges:- $200

    Cart Qty:- 2
    Shipping Charges:- $80

    Cart Qty:- 3
    Shipping Charges:- 120

    And so on.

    But if you want to apply shipping charges for any particular Product or Product Category, you can use “Advanced Pricing Rule option” to satisfy this requirement.

    Please review the Documentation.

    I hope this is helpful to you. Please share your thoughts, and let me know if you need any further assistance.

    Thank you.

    Hello @galatas

    Hope the given solution was helpful, please write us back if you need any further assistance.

    Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Amount depends of quantity’ is closed to new replies.