Free Freight Exception

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Gulfcoast
    Mivite

    • Mar 2006
    • 213

    #1

    Free Freight Exception

    I am using the following to trigger free freight for orders over $75:

    Code:
    <mvt:item name="toolkit" param="basket|total" />
    <mvt:if expr="l.settings:toolkit:baskettotal LT 75">
    <mvt:item name="toolkit" param="sassign|trigger|75" />
    <mvt:item name="toolkit" param="math_subtract|result|trigger|l.all_settings:toolkit:baskettotal" />
    <mvt:item name="toolkit" param="currencyformat|formatted_result|result" />
    <br><span style="color: #ff5911; font-size: 14px;">Order &mvt:global:formatted_result; more in products and receive free freight on your order.  
    $75.00 is all it takes.</span>
    <mvt:else>
    <br><span style="color: #ff5911; font-size: 14px;">Congratulations! Your basket contains over $75.00, therefore you qualify
    for free freight today if you complete your purchase.</span>
    </mvt:if>
    I have a few products over $75 that the manufacturer requires we charge shipping on. Is there a way for these few products to be the exception to the rule? Thanks.
    Tim S. Raisbeck, owner
    Charlotte’s Saddlery Inc.

    11623A Katy Freeway
    Houston, Texas 77079
    1.800.231.6530

    http://www.charlottes-saddlery.com
    Proudly Serving the Equine Industry for Over 35 Years.
  • Brennan
    Super Moderator









    • Jun 2009
    • 3481

    #2
    Re: Free Freight Exception

    That logic looks like it is just for visual display of a free shipping message. It is not actually applying the free shipping to the order. You most likely have some shipping/discount module applying the free shipping.

    You can use Miva's built in shipping discounts to create a free shipping discount, and exclude the products you don't want to offer free shipping on.

    docs.miva is your ultimate resource for all Miva documentation including the Miva Reference Guide, How To Guides and Developer Docs and API Docs
    Brennan Heyde
    VP Product
    Miva, Inc.
    [email protected]
    https://www.miva.com

    Comment

    Working...
    X