Title: Unique Store Features
Last modified: May 2, 2017

---

# Unique Store Features

 *  [snapart](https://wordpress.org/support/users/snapart/)
 * (@snapart)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/unique-store-features/)
 * 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](https://wordpress.org/support/users/tijmensmit/)
 * (@tijmensmit)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/unique-store-features/#post-9095564)
 * 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](https://wpstorelocator.co/document/add-custom-meta-data-to-store-locations/)
   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](https://wpstorelocator.co/document/change-search-results-order/).
   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](https://wpstorelocator.co/document/configure-wp-store-locator/#search)
   page.

Viewing 1 replies (of 1 total)

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

 * ![](https://ps.w.org/wp-store-locator/assets/icon-256x256.jpg?rev=1007784)
 * [WP Store Locator](https://wordpress.org/plugins/wp-store-locator/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-store-locator/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-store-locator/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-store-locator/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-store-locator/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-store-locator/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Tijmen Smit](https://wordpress.org/support/users/tijmensmit/)
 * Last activity: [9 years, 1 month ago](https://wordpress.org/support/topic/unique-store-features/#post-9095564)
 * Status: not resolved