Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Manuel Razzari

    (@manuelrazzari)

    Looks like a bug in the WooCommerce data format for shipping rates, that is triggered by our clone script. We’ll need to investigate this.

    What version of Woocommerce are you using?
    Any third-party Woocommerce extensions?

    Note: as a quick fix, you can add this at the bottom of your wp-config.php:

    error_reporting(E_ERROR | E_PARSE);

    (Since what you’re receiving are just PHP warnings, you can add the snippet above to display just serious PHP errors, but not warnings.)

    Plugin Author Patricio T

    (@pmtarantino)

    I installed WooCommerce, created Shipping clases, set the Shipping settings and I even added a Product but I couldn’t reproduce the error. The plugin didn’t interacted with any WP_Shipping_Rate object either.

    Could you tell me which WooCommerce version are you using and more details about your configuration?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Error On Clone’ is closed to new replies.