Multi Vendor Marketplace Plugin | WCFM Marketplace › Forums › WCFM – Ultimate › How can I customize the filter in store list?
Tagged: filter, store list
- This topic has 5 replies, 2 voices, and was last updated 5 years ago by Ramamurthy Krishnan.
- AuthorPosts
- November 6, 2019 at 4:09 pm #91088GilbertParticipant
I configure my site to only be available in one country hence, i don’t want the country filter in store-list to show only the state and city remains. I tried adding the country=”” in the short code but after refreshing the page the filter for the country is still there.
- November 7, 2019 at 11:40 am #91258Ramamurthy KrishnanKeymaster
Hi,
You can go to WooCommerce->Settings->General and choose the country where you want to sell or ship under “Sell to specific countries” and “Ship to specific countries” dropdown and save it. Then remove the country field by adding the below given code in your style.css file..wcfm-store-list-page .country_select + .select2 {
display: none;
}Thanks
- November 7, 2019 at 1:46 pm #91269GilbertParticipant
I did the steps above and the country is no longer in the filter however now the state dropdown is empty. It does not shows the states of the country.
- November 7, 2019 at 2:55 pm #91272Ramamurthy KrishnanKeymaster
Hi,
Please choose the specific country for “Sell to specific countries” and “Ship to specific countries” dropdown under wp-admin->WooCommerce->Settings->General and save it?
If the problem still persists then please share the url with us.Thanks
- November 7, 2019 at 3:57 pm #91283Ramamurthy KrishnanKeymaster
Hi,
These are the only steps by which you can achieve this but after following these steps if the issue still persists then we can only figure it out after we get the access to your site.
Whenever you are done with your server transition just contact us with your website link, credentials and forum topic thread link here: https://wclovers.com/woocommerce-multivendor-customization/We’ll gladly help you.
Thanks
- AuthorPosts
- The topic ‘How can I customize the filter in store list?’ is closed to new replies.