Question

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #94569
    Chris Larson
    Guest

    Hi Tom,

    Wondering if your plugin can provide this level of shipping customization

    First class shipping $3.50 for the first item and $1.00 for each additional item
    Priority shipping $8.50 for the first item and $3 for each additional item
    Overnight shipping $25 for the first item and $9 for each additional item

    International shipping $14 for the first item and $8.50 for each additional item

    #94570
    Tom Anbinder
    Moderator
    Plugin Support

    Hi Chris,

    Yes, that is possible. You need to add 4 custom shipping methods and for each set Cost accordingly:

    3.5+([qty]-1)*1
    8.5+([qty]-1)*3
    25+([qty]-1)*9
    14+([qty]-1)*8.5

    Hope that helps. Please let me know if you have any questions.

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