- /config/settings.html adding the fieldset/section to theme settings file
- /layout/theme.liquid adding the module to the Shopify theme, by including:
- /snippets/retailers.liquid javascript file. It decodes the...
- /assets/retailers_data.json outputs it as an object in the...
- /templates/page.retailers.liquid alternate Page template containing
div#retailers_placeholder
[
{
"Name": "Tricky3",
"Address": "PO Box 12345",
"Address 2": "",
"City": "Santa Barbara",
"Province/State": "CA",
"Country": "USA",
"Postal/Zip Code": "78910",
"Phone": "123.456.7890",
"Fax": "",
"Email": "[email protected]",
"Website": "http://tricky3.uk/"
},
{
"etc" : "etc."
}
]
notes
- trailing slashes should be escaped
- designate
"Country": "ONLINE"
for online-only retailers - designate
"Province/State": 'SPECIAL'
for special retailers
- 1 Drop Down Style, driven by jQuery Selectbox plugin
- 2 Links-based, with collapsible groups
- 3 Full-list, with horizontal or vertical layout
Responsive Layout with configurable Breakpoints & Columns :: Script calculates automatically the width for each column Options for hiding Retailers Outside the US, Online and/or Special Retailers Aggregate data for Retailers Outside the US as well as for Special Retailers Script automatically orders and groups the data by name and country