Filter store results
-
How can I filter the results?
My stores have different sized service-areas (in miles). The search results should only show those stores, if the specified position indicated is in the service-area.
I would also like to add something like:
if (distance > service-areas)
return or (CSS) display:noneif ( !$wpsl_settings['hide_distance'] ) { $listing_template .= "\t\t\t" . '<div id="text_distance" ><%= distance %> </div>'. esc_html( $wpsl_settings['distance_unit'] ) . '' . "\r\n"; }
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Filter store results’ is closed to new replies.