Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| v:2.0:snippets:custom_live_rate_endpoint [2015/10/23 13:31] – adam | v:2.0:snippets:custom_live_rate_endpoint [2017/04/26 07:02] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Custom Live Rate Endpoint ====== | ====== Custom Live Rate Endpoint ====== | ||
| + | |||
| + | <WRAP center round important 90%> | ||
| + | **This snippet has been replaced.** In place of the following snippet, we now have [[v: | ||
| + | </ | ||
| If you have requirements outside of the live shipping rate integrations that FoxyCart currently has, whether to make use of a specific shipping carrier, or make use of functionality that we don't current support, you can use the following snippet to roll your own endpoint. | If you have requirements outside of the live shipping rate integrations that FoxyCart currently has, whether to make use of a specific shipping carrier, or make use of functionality that we don't current support, you can use the following snippet to roll your own endpoint. | ||
| Line 89: | Line 93: | ||
| ==== Step 2: Add javascript ==== | ==== Step 2: Add javascript ==== | ||
| - | Add the following in the “footer” | + | Add the following in the “custom |
| <code javascript> | <code javascript> | ||