Multi Vendor Marketplace Plugin | WCFM Marketplace › Forums › WCFM – Marketplace (WooCommerce Multivendor Marketplace) › Vendor Store category
Tagged: Categories, vendor store
- This topic has 12 replies, 3 voices, and was last updated 4 years, 5 months ago by web-3134.
- AuthorPosts
- May 27, 2020 at 3:57 pm #135721nicovegaParticipant
Hello,
I need to create Vendor Store categories so users can filter by store category in addition to product category
I need help setting it up
Thank you!
- May 27, 2020 at 6:47 pm #135843Sarmistha ChakrabortyMemberThis reply has been marked as private.
- May 27, 2020 at 7:12 pm #135856nicovegaParticipantThis reply has been marked as private.
- May 27, 2020 at 7:35 pm #135868Sarmistha ChakrabortyMemberThis reply has been marked as private.
- May 27, 2020 at 7:42 pm #135869nicovegaParticipantThis reply has been marked as private.
- May 27, 2020 at 8:05 pm #135880Sarmistha ChakrabortyMemberThis reply has been marked as private.
- May 27, 2020 at 9:28 pm #135929web-3134Participant
Hello,
I need the same add-on. I already enquired after reading a similar topic but had no answer.
Please help.
- May 27, 2020 at 9:35 pm #135932Sarmistha ChakrabortyMember
Hi,
Can you please tell us in which forum thread you asked for this addon?
Thanks.
- May 27, 2020 at 9:39 pm #135936web-3134Participant
Hello,
after reading your post
https://wclovers.com/forums/topic/how-to-add-wcfm-available-groups-to-the-vendor-registration-form/#post-129673I didn’t add my request but wrote directly to
https://wclovers.com/setup-guidance/as indicated in your reply to someone’s else request.
- May 27, 2020 at 10:03 pm #135950Sarmistha ChakrabortyMember
Okay! Please again send us an addon plugin request with this topic link, we will revert back to you.
Thanks.
- June 1, 2020 at 11:41 am #137186web-3134Participant
Thank you,
it’s fantastic, exactly what I needed.
Just a few questions:
1) categories filter field in store list page is too big (full width), how can I reduce its size? (image attached)
2) if I activate STORE categories filter then PRODUCT categories filter disapper from the Store List Page, but I need both, how can I fix this? (image attached)
3) where is the category ICON displayed?
4) could the icon be used as a store badge?
5) could the icon be used to have a custom map marker for each category?
6) where is store category DESCRIPTION displayed?
7) with STORE categories filter active, if I filter using a category with no store associated, all the stores are displayed instead of a “no store found” text resultThanks a lot for your kind help and congratulation for this great plugin.
Attachments:
You must be logged in to view attached files.- June 1, 2020 at 8:11 pm #137351Sarmistha ChakrabortyMember
Hello,
1) categories filter field in store list page is too big (full width), how can I reduce its size? (image attached)
>> Try this css on your theme’s style.css –.wcfmmp-store-search-form .select2-container { width: 23% !important; }
2) if I activate STORE categories filter then PRODUCT categories filter disapper from the Store List Page, but I need both, how can I fix this? (image attached)
>> Yes, Using addon “Store category” plugin we have disabled the “Product category” filter. The two category filter does not work togetherly.Regarding the rest of the points– Those are customization works. This is not possible using code snippet. And previously we mentioned any customization work on this is chargeable. You can find all “Store category” data in this table –
$store_categories = $wpdb->get_results( "SELECT * FROM {$wpdb->prefix}wcfm_store_categories" );
Thanks.
- June 1, 2020 at 9:38 pm #137383web-3134Participant
Ok, thank you very much!
I am also using the “store list meta filter” widget which is very useful.
How can I add this field in the filter under the map in Store List Page instead of using the widget?
Can I also pass (and how) its parameters as attributes in the [wcfm_stores] shortcode?
- AuthorPosts
- You must be logged in to reply to this topic.