• Resolved Daniel Mesteru

    (@daniel-mesteru)


    LATER EDIT – RESOLVED:

    I’ve managed to solve this:

    I’ve copied the file variable.php from: wp-content/plugins/wc-variations-radio-buttons/templates/single-product/add-to-cart/variable.php to themes/my-child-theme/woocommerce/single-product/add-to-cart/variable.php and I’ve removed these hooks:

    <?php do_action( 'woocommerce_before_add_to_cart_button' ); ?>

    <?php do_action( 'woocommerce_after_add_to_cart_button' ); ?>

    And done! Now the plugin isn’t rendering the hooks twice on variable product page.

    Cheers!
    ____________________________________________________
    Hello,

    With the latest version installed of Woo (3.4.3), WP (4.9.7), XAMPP enviroment, no template overrides) the plugin conflicts with Woocommerce hooks and the custom fields added to product page are showing twice (are duplicated). The problem appears only on variables product page.
    So this plugin is currently rendering the custom defined fields twice (just on variables product page too).

    Any workaround? Maybe it’s something that needs to be change in the code to support latest versions of Woocommerce?

    Thanks,
    Daniel

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Conflict with latest Woo – duplicates custom filelds on variable product pages’ is closed to new replies.