• thank for this plugin.

    The plugin removes tabs from the Product Data box, leaving “General”, “Advanced” and “Get More Options”

    I use a plugin “Woo Custom Emails Per Product” which usually adds an option named “Custom Emails”.
    Is there a way to let this plugin display in the Product Data?
    thanks

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support WP Zone Support

    (@aspengrovesupport)

    Hi! Do you mean the content of Woocommerce > Settings > Product tab is not available/visible?

    Thread Starter Marklcm

    (@marklcm)

    I mean
    Add new product > Product Data(Meta Box) – the options for “Simple Product” are
    General
    Inventory
    Shipping
    Custom Emails
    Shipping
    Linked Products
    Attributes
    Advanced
    Get More Options

    -the options for “Donation” are
    General
    Advanced
    Get More Options

    I need the “Custom Emails” option to be available for “Donation”

    Plugin Author WP Zone

    (@aspengrovestudios)

    Hi Markclm, it looks this is related “Woo Custom Emails Per Product” not supporting donation product type.

    A quick fix would be to update

    woo-custom-emails-per-product/admin/class-woo-product-data-admin.php
    around line 14

    $display_classes_default = 'show_if_simple, show_if_variable, show_if_external, show_if_downloadable, show_if_grouped';

    to

    $display_classes_default = 'show_if_simple, show_if_variable, show_if_external, show_if_downloadable, show_if_grouped, show_if_donation';

    The best would be to contact “Woo Custom Emails Per Product” author, as there is nothing we can do on our site to solve this.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Product data’ is closed to new replies.