Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
v:2.0:shipping:custom_code:trexity [2024/03/26 12:17] – [Steps] adam | v:2.0:shipping:custom_code:trexity [2024/03/27 08:43] (current) – [Steps] adam | ||
---|---|---|---|
Line 84: | Line 84: | ||
==== Steps ==== | ==== Steps ==== | ||
+ | |||
+ | <WRAP center round info 90%> | ||
+ | Note, as Trexity requires the full address for getting rates, including the address line 1, it's not possible to get shipping rates from the cart. The steps below includes code to hide the address entry on the cart, and makes it so the checkout doesn' | ||
+ | </ | ||
+ | |||
- Log in to your store' | - Log in to your store' | ||
- Head to the " | - Head to the " | ||
- | - Enable the "Add custom header and footer code to your templates" | + | - Enable the "Add custom header and footer code to your templates" |
< | < | ||
// We can't get the full address from the cart, so let's just skip it here | // We can't get the full address from the cart, so let's just skip it here | ||
Line 110: | Line 115: | ||
} | } | ||
</ | </ | ||
- | {% endif %}{ # if context == "context" # | + | {% endif %}{# if context == "checkout" # |
- Save the configuration section | - Save the configuration section | ||
- Head to the " | - Head to the " |