delivery_time entered through Woocommerce Germanize breaks the product frontend

We're shifting our Forum based support to a more dedicated support system!

We'll be closing our Forum support from 10th June, 2020 and move to Email Support assistance.

  • If you are a WCFM premium add-ons user, contact us- here
  • Want to know more before buying our add-ons? Send Pre sale queries- here
  • If you are a WCFM free user, please open a support ticket at WordPress.org
  • For WCFM App related queries, reach us- here
From now the forum will be read-only!

Multi Vendor Marketplace Plugin | WCFM Marketplace Forums WCFM – Ultimate delivery_time entered through Woocommerce Germanize breaks the product frontend

Viewing 1 reply thread
  • Author
    Posts
    • #20718
      lhaemmerle
      Participant

      Hi,
      when I choose a shipping time, everything breaks.

      Fix:
      in class-wcfm-thirdparty-support.php change line 537

      from:
      $delivery_time = $wc_gzd_product->delivery_time;
      to:
      $delivery_time = $wc_gzd_product->delivery_time->slug;

      Then it works

    • #20725
      WCFM Forum
      Keymaster

      Hi,

      Really thanks man. Really appreciate your support and cooperation.

      Will fix this in next update be sure.

      Thanks again

Viewing 1 reply thread
  • The topic ‘delivery_time entered through Woocommerce Germanize breaks the product frontend’ is closed to new replies.