Loaded Commerce Community

Banner


Board index » Web Design and Development » Contribution Garage

All times are UTC - 5 hours




Post new topic Reply to topic  [ 1 post ] 
Author Message
 Post subject: X Dollars Til Free Shipping
PostPosted: Tue Jun 09, 2009 6:11 pm 
Offline
CRE Newbie
User avatar

Joined: Sat Mar 21, 2009 12:30 am
Posts: 8
This little contribution can be pasted into a new infobox, and when the Free Shipping Over X $ is turned on in Shipping Modules, it lets the customer know how much more they need to spend to earn free shipping.

Code:
<?php
/*
  $Id: free_shipping_calc.php,v 1.0 2009/06/06 00:18:17

  Released under the GNU General Public License
*/

?>


<tr>
  <td align="center">
 
  <?php
 
  if ( defined('MODULE_SHIPPING_FREESHIPPER_OVER') )
  {
     if (($cart->show_total()) < MODULE_SHIPPING_FREESHIPPER_OVER)
         {           
            if (($cart->show_total()) > 0)
               {
               echo 'Spend '   . $currencies->format(MODULE_SHIPPING_FREESHIPPER_OVER - ($cart->show_total())) . ' more and get free shipping!';
              }
         else
            {
                echo '';                
                }
        }   

   else
         {
         echo 'Shipping is on us!';
         }
}
           ?></td>
         
</tr>
<tr></td></tr>





Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 1 post ] 

Board index » Web Design and Development » Contribution Garage

All times are UTC - 5 hours


Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
It is currently Wed May 23, 2012 9:44 pm
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group

Login

Forums Latest Activity

Top Listing

1. Cart2Cart - Shopping...
    Category: Shopping Cart Database Conversion Scripts
    
2. Points & Rewards PLUS!...
    Category: Add-Ons
    
3. Configuration Server...
    Category: Fixes
    
4. Credit Card with CCV
    Category: Payment Modules
    
5. CC7333_ATS
    Category: Templates
    
Show more...

© CRE Loaded is a product of Chain Reaction Ecommerce, Inc. Usage & Privacy Policy