Shop page #
- Go to the Distributors Shop page that you want to create a filter URL for
Clicking on the Supplier drop down menu on the left, click on the supplier you need.
- In the address bar of the browser you will get a URL that looks something like this:
/shop?FilterType=Custom10&FilterValue=MARS+WRIGLEY+(MARS)
Narrow the search #
On the end of the URL type &search= and enter a word that will help narrow the search. For example, I am trying to link to Mars products only, so I will type &search=mars this will remove other products like KIND Bars, M&M’S etc.
You should have a URL that looks like:
/shop?FilterType=Custom10&FilterValue=MARS+WRIGLEY+(MARS)&search=mars
Add Sorting Filter #
Depending on what you want to filter, you may now want to organise the products by name, code, date or price. If you click on one of the sort options on the top right of the shop page, you will see it will add the relevant sort filter to your url
/shop?FilterType=Custom10&FilterValue=MARS+WRIGLEY+(MARS)&search=mars&%24Sort=Age
Each filter item is separated by an &.