Support

Search results for ""

Sorry, no results found. Perhaps you would like to search the documentation?
All Topics
Aharon Achildiev

Custom column I created doesn’t work when Woo Add-on is active

Hello,
I’m running a website with your Plugin (Pro version)
I created a new column type with your tutorial (this one)
This column related to Woo Products and I need it to be shown on Products screen.
But when I activate Woo Add-On my custom column disappears, both from products screen and the settings page.
What am I doing wrong?

4 years, 3 months ago
Aharon Achildiev

I just found the problem,
I needed to change the condition if ( $list_screen->get_group() === 'post' ) to if ( $list_screen->get_group() === 'woocommerce' ). Now it’s working.

4 years, 3 months ago
Stefan van den Dungen Gronovius
Developer

Great that you already found the solution.
Once you install the WooCommerce integration, the default WC post type overview will be extended by our integration, sot the group and list screens are indeed changed to WooCommerce.

4 years, 3 months ago

You must be logged in to reply to this topic.