• We have a large group of wholesale stores that carry our products. We want to add them all to the store finder. However, we have some stores that only carry specific line of our products. Can we tag stores so customers can search by stores in their area that carry say “shoes”. Also, similar to this, let’s say we are running a promotion and not all the stores are participation. Can we sort by participating stores?

    Thanks

Viewing 1 replies (of 1 total)
  • Plugin Author Tijmen Smit

    (@tijmensmit)

    This is possible, but you do have to be a bit comfortable with code.

    If you’re running a promotion, and want to show those locations first in the search results, then you will first have to create custom meta field that allows you to set set a custom value that you can use to sort the stores.

    How to sort the locations on a custom field is described here. If the custom field you created is for example called promotions, then replace $custom_sort[$key] = $row[‘store’]; with $custom_sort[$key] = $row[‘promotions’];

    Do flush the wpsl transient cache on the WPSL settings page ( tools section ) before reloading the page.

    You can also simply create a category called promotions, assign the relevant locations to that category and then enable the option to filter by category on the settings page.

Viewing 1 replies (of 1 total)

The topic ‘Unique Store Features’ is closed to new replies.