Inserting Suburb List Into Site
Want to show your customers which suburbs you deliver to? You can add a live list of delivery suburbs straight into a section template or any page that`s code only, and it`ll update automatically whenever your delivery areas change.
What you can do here
- Add a full list of your delivery suburbs to a section template or code-only page on your site
- Show the delivery charge and/or postcode next to each suburb
- Automatically link each suburb to its SEO landing page, if you have one set up with a matching suburb name
- Keep the list current without manual updates it pulls straight from your delivery settings
Step by step
- Open the section template or code-only page where you want the delivery list to appear
- Add this code to the page:
<ssi="https://www.yourdomainname/cgi-bin/cart/cat.cgi?showpostcodes=1">
- Replace "yourdomainname" with your actual website address
- If you want to show the delivery charge for each suburb, add
&showamount=1 to the end of the code
- If you want to show the postcode for each suburb, add
&showcode=1 to the end of the code
- Save the page and preview it to check the list is showing correctly
Tips
- Any suburb with a matching SEO landing page will be linked automatically, so double check your landing pages are set up correctly first
- You can combine the extra parameters for example, show the amount and the postcode together by adding both &showamount=1 and &showcode=1
- This code can be added to as many section templates or code-only pages as you like handy for footers, delivery info pages, or dedicated suburb pages
Ask the assistant
AI assistant support for this screen is coming soon.