For dev - Basic setup using Boost's collection page layout
In this article
Step 1: Upload file assets
- Download and extract the Asset files from this Zip package: https://bit.ly/BoostManualSetupAssets
- For setting up only filter feature, use the folder boost-pfs-filter
- For setting set up both filter and search feature, use the folder boost-pfs-filter-search
- Upload the following files:
- All files in snippets folder into Snippets folder.
- All files in assets folder into Assets folder.
- For vertical layout, upload:
- All files in sections folder without
-h
suffix into Sections folder. - All files in templates folder without
-h
suffix into Templates folder, override if needed.
- All files in sections folder without
- For horizontal layout, upload:
- All files in sections folder with
-h
suffix into Sections folder. - All files in templates folder with
-h
suffix into Templates folder, override if needed. - Rename the uploaded files to remove
-h
suffix.
- All files in sections folder with
Step 2: Update theme.liquid file
- Go to Layouts folder and open theme.liquid file.
- Before the </head> tag, add the following script:
{% include 'boost-pfs-style' %}
- Before the </body> tag, add the following script:
{% include 'boost-pfs' %}
That's all! You're done.