Results 1 to 2 of 2
  1. #1
    Join Date
    Jul 2006
    Location
    London, UK
    Posts
    11
    Plugin Contributions
    0

    Default Add $XX.XX to your order to qualify for a free gift

    Hi,

    I wondered if the code below for 'Add $XX.XX to your order to qualify for Free Shipping' could be adapted to 'add $XX.XX to your order to qualify for a free gift'?

    Quote:
    Originally Posted by VaicekaL View Post
    Hi,

    You will need to add the following code:

    PHP Code:
    $free_ship_on = MODULE_ORDER_TOTAL_SHIPPING_FREE_SHIPPING;

    if ($free_ship_on == 'false') {
    $free_limit = MODULE_ORDER_TOTAL_SHIPPING_FREE_SHIPPING_OVER;
    if ($_SESSION['cart']->count_contents() > 0) {
    $_SESSION['cart']->get_products();
    $basket_total = $_SESSION['cart']->show_total();
    if ($basket_total < $free_limit) {
    $diff_to_free = ($free_limit - $basket_total);
    $content .= '<span class="alert">' . 'Add '. $currencies->format($diff_to_free) .' to your order to qualify for Free Shipping!' . '</span>';
    } else {
    $content .= '<span class="alert">' . 'Your order qualifies for Free Shipping!' . '</span>';
    }
    } else {
    $content .= '<span class="alert">' . 'Free Shipping for orders of ' . $currencies->format($free_limit) . ' or more.' . '</span>';
    }
    }
    into the line 51 in the includes/templates/template_default/sideboxes/tpl_shopping_cart.php.
    Use ($free_ship_on == 'false') on the 4th line of code above if you intend to use free shipping option. The($free_ship_on == 'true') - did not work for me. Maybe it will work with the freeshipper enabled.

    Check out it here: http://www.unique-gifts-jewelry.com

    I already have the store automatically adding a free gift once the customer spends $40 but it'd be nice to have a prompt like this to encourage them.

  2. #2
    Join Date
    Dec 2005
    Posts
    166
    Plugin Contributions
    0

    Default Re: Add $XX.XX to your order to qualify for a free gift

    I tried shopping for 59$, but no free gift was added.
    I was checking this option .

 

 

Similar Threads

  1. Prompt to qualify for Free Shipping - code help please!
    By Scott_C in forum General Questions
    Replies: 6
    Last Post: 20 Feb 2011, 07:39 AM
  2. coupon for free gift with gift certificate purchase?
    By tkepler in forum Discounts/Coupons, Gift Certificates, Newsletters, Ads
    Replies: 1
    Last Post: 24 Jul 2008, 03:31 PM
  3. Amazon Style: Wait! Add $XX.XX to your order to qualify for FREE Shipping.
    By Stenrique in forum Built-in Shipping and Payment Modules
    Replies: 2
    Last Post: 1 Jun 2008, 08:37 AM
  4. offer free shipping to canada also?? and some items not Qualify
    By Dashizna in forum Built-in Shipping and Payment Modules
    Replies: 0
    Last Post: 18 Dec 2007, 08:23 PM
  5. Excluding gift certs from order total for free shipping
    By KTNaturals in forum Built-in Shipping and Payment Modules
    Replies: 9
    Last Post: 18 Feb 2007, 03:49 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR