Skip to main content
All CollectionsTechnical GuidelinesTheme SetupManual Setup
For dev - Basic setup using Boost's collection page layout (App Lib V2)
For dev - Basic setup using Boost's collection page layout (App Lib V2)
Thomas Ta avatar
Written by Thomas Ta
Updated over a week ago

⚠️ This instruction is appropriate for App Lib V2 only. Please contact us for further assistance.


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.

  • 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.


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.

If you have any questions or need further assistance, please do not hesitate to contact our dedicated support team at [email protected].

Did this answer your question?