Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
snippets:shipping:conditional_free_shipping_with_live_rates [2013/02/14 06:14] – [Data entry] adamsnippets:shipping:conditional_free_shipping_with_live_rates [2017/04/26 07:02] (current) – external edit 127.0.0.1
Line 11: Line 11:
  
 ====== Conditional free shipping with live rates ====== ====== Conditional free shipping with live rates ======
 +<WRAP center round important 80%>
 +**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]].
 +</WRAP>
  
 When using live rates, you may want to include a free shipping option for customers who reach a certain threshold - like a certain number of products, or from a certain country. When using live rates, you may want to include a free shipping option for customers who reach a certain threshold - like a certain number of products, or from a certain country.
Line 32: Line 35:
  
 jQuery(document).ready(function() { jQuery(document).ready(function() {
-  jQuery("#fc_shipping_methods_inner").ajaxComplete(function(event, request, settings) {+  jQuery(document).ajaxComplete(function(event, request, settings) {
     myCustomShipping();     myCustomShipping();
   });   });

Site Tools