To create a link to a specific catalogue folder from within the home page or any other page using html do the following.
To go to the root catalogue folder of your MAIN catalogue this would be the link: /Store/Site/Layout/Catalogue.ashx
To go to folder within the main catalogue you would do the following: /Store/Site/Layout/Catalogue.ashx?ID=0&T=Folder Name or you can do this if you only have 1 catalogue /Store/Site/Layout/Catalogue.ashx?T=Folder Name
To create a link to a specific folder in an alternative catalogue the link would be: /Store/Site/Layout/Catalogue.ashx?ID=47&T=folder name
So your html would look as follows:
<a href="/Store/Site/Layout/Catalogue.ashx?ID=47&T=folder name">Go to folder here</a>
If your folder name has a space you should substitute the space with a plus sign (+).
For sub folders you should substitute the forward slash with %2f.
Examples: Forms and Documents/Tax Forms would be
/Store/Site/Layout/Catalogue.ashx?T=Forms+Document%2fTax+Forms
You can use this online resource to help decode URLs: https://meyerweb.com/eric/tools/dencoder/
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article