• Front Series

    (@frontseries)


    Hi,

    We recently got errors while trying to save a draft product in WooCommerce.

    We tried to disable all the plugins and we managed to see that your plugin is in conflict with the ‘save in draft’ action.

    WC Version: 8.2.1
    WP Version: 6.3.2

Viewing 1 replies (of 1 total)
  • Thread Starter Front Series

    (@frontseries)

    `Hi,

    We managed to give a solution for this.

    In plugin go to woocommerce-sendinblue-newsletter-subscription/src/managers/products-manager.php file and find the line 100 and 101 and change it with the following:

    $data['date_created'] = ( $product->get_date_created() ) ? $product->get_date_created()->date(DATE_ATOM) : "";
    $data['date_modified'] = ( $product->get_date_modified() ) ? $product->get_date_modified()->date(DATE_ATOM) : "";
    
    
    
    
Viewing 1 replies (of 1 total)
  • The topic ‘Error Saving Draft’ is closed to new replies.