---- dataentry snippet ---- type : snippet #do not change this line category : shipping #mention the category like 'shipping', 'checkout' etc name : Handling fee on orders under $100, free if over, live rates included. #the name of the snippet description : #description about snippet versions_tags : 0.6.0, 0.7.0, 0.7.1, 0.7.2, 1.0 #compatible versions reference_url : http://forum.foxycart.com/comments.php?DiscussionID=2898&page=1 #Comment_19695 # External link tags_tags : snippets, shipping, advance #tags, separated by commas. date_dt : 2011-05-27 #the date in YYYY-MM-DD format ---- ====== Handling fee on orders under $100, free if over, live rates included. ====== **Using version 2.0?** There is a new snippet available for our latest version, [[v:2.0:snippets:live_rate_shipping_modification|available from here]]. This javascript allows you to add different amounts to shipping costs based on the carrier that the customer has chosen. This particular setup also provides free shipping if the order is over a certain price. ===== Step 1: Javascript ===== Paste the following right before the closing '''' tag in your **checkout template**. You'll need to edit the script to show the values you want to add for each carrier. ===== Related Forum Discussions ===== * http://forum.foxycart.com/comments.php?DiscussionID=2898&page=1#Comment_19695