Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
snippets:shipping:multiple_flat_rates [2014/03/17 13:58] – [Multiple Custom Flat Rate Shipping Options] adam | snippets:shipping:multiple_flat_rates [2017/04/26 07:02] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 4: | Line 4: | ||
name : Multiple Flat Rate # the name of the snippet | name : Multiple Flat Rate # the name of the snippet | ||
description | description | ||
- | versions_tags : 0.6.0, 0.7.0, 0.7.1, 0.7.2, 1.0 # compatible versions | + | versions_tags : 0.6.0, 0.7.0, 0.7.1, 0.7.2, 1.0, 1.1 # compatible versions |
reference_url : http:// | reference_url : http:// | ||
tags_tags | tags_tags | ||
date_dt | date_dt | ||
---- | ---- | ||
+ | |||
====== Multiple Custom Flat Rate Shipping Options | ====== Multiple Custom Flat Rate Shipping Options | ||
Line 14: | Line 15: | ||
<WRAP center round important 80%> | <WRAP center round important 80%> | ||
**Versions 0.7.1 and older**: Note that applying javascript shipping modifications using either live or flat rates where you are setting custom values has been found to not work as expected for subscription based products where you need the shipping to apply to each subscription renewal. A fix is in place for versions 0.7.2 and newer. | **Versions 0.7.1 and older**: Note that applying javascript shipping modifications using either live or flat rates where you are setting custom values has been found to not work as expected for subscription based products where you need the shipping to apply to each subscription renewal. A fix is in place for versions 0.7.2 and newer. | ||
+ | </ | ||
+ | <WRAP center round important 80%> | ||
+ | **Using version 2.0?** There is a new snippet available for our latest version, [[v: | ||
</ | </ | ||
<WRAP center round info 80%> | <WRAP center round info 80%> | ||
Line 39: | Line 43: | ||
==== Step 3: Add Javascript ==== | ==== Step 3: Add Javascript ==== | ||
- | Add the following right before the closing ''</ | + | Add the following right before the closing ''</ |
<code javascript>< | <code javascript>< | ||
Line 53: | Line 57: | ||
/* BEGIN CUSTOM SHIPPING LOGIC */ | /* BEGIN CUSTOM SHIPPING LOGIC */ | ||
| | ||
- | | + | |
| | ||
/* END CUSTOM SHIPPING LOGIC */ | /* END CUSTOM SHIPPING LOGIC */ | ||
Line 249: | Line 253: | ||
===== Related Forum Discussions ===== | ===== Related Forum Discussions ===== | ||
- | * http:// | + | * https:// |
===== Changelog ===== | ===== Changelog ===== |