• Resolved ewhitaker

    (@ewhitaker)


    I have added a link to a screenshot of the problem I am having with the PPOM plugin. I like the way it works, but when I go to the all products area in the admin part of the site, the formatting is all messed up.

    Any ideas on how to fix this?

    Also – would like to know if it’s possible in the free version to add more than 7 fields to a meta. If not, that’s fine, I can upgrade, but would like to know if the paid version allows more fields.

    Thank you!

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi,

    well this is design limitation issue, when other plugin try to add more columns it all messed up. But if you need to remove our PPOM column you can remove or comment these line from classes/plugin.class.php

    add_filter('manage_product_posts_columns' , 'ppom_admin_show_product_meta');
    add_action( 'manage_product_posts_custom_column' , 'ppom_admin_product_meta_column', 10, 2 );

Viewing 1 replies (of 1 total)
  • The topic ‘Admin section all products area messed up’ is closed to new replies.