Preset filters are being removed
-
Hi,
Currently the above link has a preset filter which is
&filters=product_cat[6288]
, denoting a product category within WordPress which I have built from the back-end. This is working correctly and the result is as expected – all products within that category are shown on this page.However, when setting a category from the product filters from the sidebar, such as Skin Types > Dry for example the filtering set before as
filters=product_cat[6288]
is overridden by&filters=skin-types[6658]
. The products that are shown on this new page has some products that should be in the category, however since the first filter is not being applied, some products are still being shown (not falling under product_cat 6288)My goal is to get them together with a pipe ‘|’ since I know that the final result within that part should look like
&filters=product_cat[6288]|skin-types[6658]
for it to work correctly. However on clicking and setting the category, the preset filter is being removed and technically overriden.Is there any way I can achieve the pipe ‘|’ functionality successfully? Can be either through code or from the plugin setup.
Thanks
The page I need help with: [log in to see the link]
- The topic ‘Preset filters are being removed’ is closed to new replies.