Multi Vendor Marketplace Plugin | WCFM Marketplace › Forums › WCFM – Marketplace (WooCommerce Multivendor Marketplace) › Few issues after latest update
- This topic has 3 replies, 2 voices, and was last updated 6 years ago by WCFM Forum.
- AuthorPosts
- November 10, 2018 at 7:59 am #36268samsun34567Participant
Hey guys,
Great work on the update!
Noticed a few issues though,
1. Custom color on store list no longer working and reverted back to default
2. New function: select category will also include “uncategorized”. -> Which can’t be deleted but shouldn’t appear as one of the categories.Thanks!
- November 11, 2018 at 7:25 am #36323WCFM ForumMember
Hi,
1. Custom color on store list no longer working and reverted back to default
– Kindly show me screenshot which color you are referring here.2. New function: select category will also include “uncategorized”. -> Which can’t be deleted but shouldn’t appear as one of the categories.
– It’s not possible to exclude any category right now. Well, why are not rename “uncategoried” category to something else!Thank You
- November 13, 2018 at 1:50 am #36559samsun34567Participant
Hi,
For 1 –> Please see screenshot for store list and settings
For 2 –> The thing is… uncategorized is a default woocommerce category and it’ll exist even if there are no product in this category. And I do not intend to put any products in this category, which makes it meaningless. Is there absolutely no way to hide or disable this category?
Thanks!
Attachments:
You must be logged in to view attached files. - November 13, 2018 at 7:33 am #36582WCFM ForumMember
HI,
1. Understand your point. Actually that custom styling right now work only for Store page and not for Store list page.
We will extend this is next update. Thanks for pointing out this.2. Yeah right, it’s WC default category and can not be deleted.
Kindly add this code to your site –add_filter( 'wcfm_allowed_taxonomies', function( $is_allow, $taxonomy, $term_id ) { if( $taxonomy == 'product_cat' ) { $term = get_term( $term_id ); if( $term->slug == 'uncategorized' ) $is_allow = false; } return $is_allow; }, 750, 3 );
Thank You
- AuthorPosts
- The topic ‘Few issues after latest update’ is closed to new replies.