Skip Navigation

[Resolved] Custom product filter using taxonomy

This thread is resolved. Here is a description of the problem and solution.

Problem:
Want to add custom search filter by multiple taxonomy terms in frontend along with prices for each category.

Solution:
This is not possible using builtin features of Toolset.

This may be possible using custom coding & custom development and it is out of support policy (https://toolset.com/toolset-support-policy/). So we recommend to contact Toolset recommended service providers to further discuss the custom approach. We have some recommended list of service providers here if you would like to take a look: https://toolset.com/consultant/

This support ticket is created 7 years, 1 month ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Our next available supporter will start replying to tickets in about 4.92 hours from now. Thank you for your understanding.

Sun Mon Tue Wed Thu Fri Sat
- 12:00 – 17:00 12:00 – 17:00 12:00 – 17:00 12:00 – 17:00 12:00 – 17:00 -
- 18:00 – 21:00 18:00 – 21:00 18:00 – 21:00 18:00 – 21:00 18:00 – 21:00 -

Supporter timezone: Asia/Karachi (GMT+05:00)

This topic contains 2 replies, has 2 voices.

Last updated by ChristineL838 7 years ago.

Assisted by: Noman.

Author
Posts
#585836
Screen Shot 2017-11-03 at 10.41.35.png
Screen Shot 2017-11-03 at 10.42.07.png

I am trying to: set up a product filter similar to the one used on the training site but filtering by one of my custom taxonomies, Location, which has two choices, Seattle and Portland and also Price.

Link to a page where the issue can be seen: hidden link

I expected to see: A filter box with choices Seattle, Portland, and Price

Instead, I got: The taxonomy categories aren't showing up and not filtering. Not sure what I'm doing wrong? Here's my code in the filter editor:

[wpv-filter-start hide="false"]
[wpv-filter-controls]

<div class="panel">
<div class="panel-body">
<div class="row">
<div class="col-sm-6">

</div>

<div class="col-sm-6 text-right">
[wpml-string context="wpv-views"]
Filter by:
[/wpml-string]
[wpv-sort-orderby type="select" options="wpv-taxonomy-field, wpv-taxonomy-field, wpv-taxonomy-field name" label_for_wpv-taxonomy-field="Seattle" label_for_wpv-taxonomy-field="Portland" label_for_wpv-taxonomy-field="Price"]

</div>
</div>
</div>

</div>

[/wpv-filter-controls]
[wpv-filter-end]

#585883

Noman
Supporter

Languages: English (English )

Timezone: Asia/Karachi (GMT+05:00)

Hi Christine,

Thank you for contacting Toolset support. I have gone through your requirements and screenshots, I am afraid that is not possible using builtin features of Toolset.

This may be possible using custom coding & custom development and it is out of support policy (https://toolset.com/toolset-support-policy/). So we recommend to contact Toolset recommended service providers to further discuss the custom approach. We have some recommended list of service providers here if you would like to take a look: https://toolset.com/consultant/

Thank you

#587472

Thanks