Cost table parameters

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #94647
    Owners
    Participant

    Hi I am trying to set up a cost table with these parameters, I am just not sure how to write this out.

    Wholesale Shipping
    0-$800 | .08*[cost]
    $801+ | .04*[cost]

    #94648
    tychesoftwares
    Participant

    Hi, Apologies for the late reply.

    Here is how you can implement it:

    https://prnt.sc/vmlkmc – 10% of total cost for order totals between $0 to $30.
    https://prnt.sc/vmlnhx – 4% of total cost for order totals above $31.

    Here is the formula:

    [costs_table prop="cost" table="0-.10*[cost]|31-.04*[cost]"]

    I hope this helps.

    #94649
    Peter
    Guest

    Hi i want add kilometers to email template “order complete” how i do this?

    #94650
    tychesoftwares
    Participant

    Hi Peter, It is not possible to add kilometers in the email template.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.