ERROR
-
Hallo, es wurde ein Fehler endekt, ich bitte um Update. Danke.
LG
Kamran NuriyevThis is an error coming from the WooCommerce Germanized plugin.
In their class-wc-gzd-compatibility-woo-poly-integration.php file there are two references to a function that has been renamed in WooPoly.
return $this->get_pll_email_instance()->translateEmailStringToOrderLanguage( $subject, $object, ‘subject’, $email_id );
should be changed to:
return $this->get_pll_email_instance()->translateEmailStringToObjectLanguage( $subject, $object, ‘subject’, $email_id );
And:
return $this->get_pll_email_instance()->translateEmailStringToOrderLanguage( $heading, $object, ‘heading’, $email_id );
should be changed to:
return $this->get_pll_email_instance()->translateEmailStringToObjectLanguage( $heading, $object, ‘heading’, $email_id );
- The topic ‘ERROR’ is closed to new replies.