Viewing 2 replies - 1 through 2 (of 2 total)
  • I’m having the same problem and it is deleting the prices on products on the front end.

    WordPress 4.6.1 running Rise theme.

    I tried using it with the 2014 theme and got it to work, sort of, but it’s still showing the error.

    Try this:

    1. hide PHP warnings
    2. deactivate the plugin
    3. open plugin file: /wp-content/plugins/wc-product-bundles/wcpb.php and change line 41 from this:
      wp_register_script( 'wcpb-script', $this->settings['dir'] . "assets/js/wcpb.js", 'jquery', $this->settings['version'] );
      to this:
      wp_register_script( 'wcpb-script', $this->settings['dir'] . "assets/js/wcpb.js", 'jquery', $this->settings['version'], true );
    4. reactivate the plugin
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Error in the page “add new product”’ is closed to new replies.