Why product category assign automatic
-
Hello
I have face one issue related to product category.
When i have add new product at that time it is autometic assign in some random category
Note : In Admin –> Product edit only one category is checked this is Uncategorized
So why other are come in debug
I have use this code for check response
$prod_cat_args = array( ‘taxonomy’=>’product_cat’,’orderby’=>’name’,’empty’=> 0);
$woo_categories = get_categories( $prod_cat_args );
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Why product category assign automatic’ is closed to new replies.