For Advanced Users Only
You only need to follow these instructions if automatic theme installation did not work. Customer Shipping Rules attempts to automatically insert the include tag into your theme, and should work with the following unmodified free Shopify themes: Simple, Pop, Boundless, Venture, Debut, Jumpstart, Supply, Narrative, Brooklyn, Minimal.
If you are not comfortable editing theme code, please just contact our support team, we offer free theme installation.
- Email: info@customershippingrules.com
- Phone: +1 (646) 949-2802
If you are comfortable editing theme code continue with the instructions below.
If you went through all the set-up steps and you still were not able to see the correct shipping rates at checkout, then it means that the automatic installation of the include tag for your theme did not work properly, and you will need to switch to Manual Installation.
Switch To Manual Installation
- Go to the Theme Setup tab within the app
- In the Include Tag section click the blue link Switch to Manual Mode
When you switch to manual mode, we remove the include tag that we added to your theme. You will now be responsible for placing the include tag in the right spot in your theme.
Locate the "Add To Cart" form within your theme.
- Go to Shopify Admin > Online Store > Themes
- Click the Action button menu, and choose Edit Code
- Open the product.liquid file in the Templates folder
- Look for code that indicates an add to cart form. You can look for the text like:
- type='submit'
- </form>
- {% endform %}
- If you do not see any text like that, you need to look for any sections or snippets that are in the file. Look for text like:
- {% include
- {% section
- In the left side navigation of the theme editor, open up the included files from the Snippets folder or the Sections folder.
- Repeat steps 5 and 6 until you locate what looks like an add to cart form.
Paste Include tag within the add to cart form
- Identify the add to cart form in your theme using the above instructions
- Copy this code {% include 'customer-shipping-rules' %} to your clipboard
- Paste the code before a {% endform %} tag, or before a </form>
- If you don't see form tags, then find code that looks like a button or Add To Cart code, and past the code right before the code.
- Save the theme file
Test if it worked
- Login to the shop store with a user account with a customer tag that you have configured within the app.
- Clear the cart
- Add a product to the cart
- Proceed to checkout
- In the shipping address field put in a valid address, and use the first name "Bambri"
- Continue to Shipping Methods
- If you see a rate appear with [CSR] at the end of the title, this means that the manual installation was successful.
If it still didn't work
If you still don't see the rate with [CSR] at checkout, you will need to contact us for assistance with installing the app into your theme. Some customized themes or themes heavily modified by other apps can be difficult to figure out. But, we are happy to assist...
We offer free set-up support via email or over the phone.
- Email info@customershippingrules.com
- Call +1 (646) 494-2802