Shortcode [wcfm_stores filter=""] not work

We're shifting our Forum based support to a more dedicated support system!

We'll be closing our Forum support from 10th June, 2020 and move to Email Support assistance.

  • If you are a WCFM premium add-ons user, contact us- here
  • Want to know more before buying our add-ons? Send Pre sale queries- here
  • If you are a WCFM free user, please open a support ticket at WordPress.org
  • For WCFM App related queries, reach us- here
From now the forum will be read-only!

Multi Vendor Marketplace Plugin | WCFM Marketplace Forums WCFM – Feature Request Shortcode [wcfm_stores filter=""] not work

Tagged: 

Viewing 3 reply threads
  • Author
    Posts
    • #69809
      Sergio Pottstock
      Participant

      Hi, in my principal page include [wcfm_stores filter=”” has_orderby=””] , but I´cant eliminate country, state, postcode, etc.. filter

      Any idea?

      Thank

    • #69922
      WCFM Forum
      Keymaster

      HI,

      Use short code like this – [wcfm_stores filter="no" has_orderby="no"]

      Between, where you have “country, state, postcode, etc.. filter”? In sidebar ?
      If so, then you have to manage those from wp-admin -> Appearance -> Widgets -> Store List Sidebar

      For details check here – https://docs.wclovers.com/store-list/

      Thank You

    • #86707
      jaspreet_2744
      Participant

      hi i tried using [has_orderby=”no”] but it doesnt remove the sorting dropdown. can you please help

    • #87069
      WCFM Forum
      Keymaster

      Hi,

      Please add this line to your site –

      add_filter( 'wcfm_is_allow_store_list_orderby', '__return_false' );

      Add this code to your child theme’s functions.php
      In case you do not have child theme then add code using this plugin – https://wordpress.org/plugins/code-snippets/

      Thank You

Viewing 3 reply threads
  • You must be logged in to reply to this topic.