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:dimensional_weights [2011/05/26 22:52] – [Data entry] sami.fiazsnippets:shipping:dimensional_weights [2017/04/26 07:02] (current) – external edit 127.0.0.1
Line 4: Line 4:
 name          : Dimensional weights #the name of the snippet name          : Dimensional weights #the name of the snippet
 description   :  #description about snippet description   :  #description about snippet
-versions_tags :  #compatible versions+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=1988&page=1 #Item_0            # External link reference_url : http://forum.foxycart.com/comments.php?DiscussionID=1988&page=1 #Item_0            # External link
 tags_tags     : snippets, shipping, advance #tags, separated by commas. tags_tags     : snippets, shipping, advance #tags, separated by commas.
-date_dt       :  #the date in YYYY-MM-DD format+date_dt       : 2011-05-27 #the date in YYYY-MM-DD format
 ---- ----
  
Line 64: Line 64:
  
 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