• Brilliant plugin! Just one small bug after woocommerce update I think. The settings are not kept after updating woocommerce settings from another tab.

    Optional fix:
    – in archive-customiser.php find add_action( 'woocommerce_update_options_products', array( $this, 'save_admin_settings' ) ); // 2.1 +
    – add the following line after the previous one add_action( 'woocommerce_update_options', array( $this, 'save_admin_settings' ) ); // 2.3 +

  • The topic ‘small bug’ is closed to new replies.