Skip Navigation

This thread is resolved. Here is a description of the problem and solution.

Problem:
The 'Cart Totals Additional Block' widget is not displayed in the Advanced Translation Editor.
Solution:
We recommend adding the following code to the WPML>>Settings>>Custom XML Configuration field and then updating the template in the Greek language to refresh the translation settings:

<widget name="woocommerce-cart-etheme_page">
  <fields>
     <field type="Cart Totals Additional Block" editor_type="LINE">additional_cart_totals_template_content</field>
  </fields>
</widget>

For more details, please refer to our documentation on how to register page builder widgets for translation:

If this solution does not seem relevant to your issue, please do not hesitate to open a new support ticket with us.

This is the technical support forum for WPML - the multilingual WordPress plugin.

Everyone can read, but only WPML clients can post here. WPML team is replying on the forum 6 days per week, 22 hours per day.

This topic contains 1 reply, has 2 voices.

Last updated by Bigul 1 year, 1 month ago.

Assisted by: Bigul.

Author Posts
November 29, 2023 at 1:16 pm #14951597

antoniosG-2

also please check why these texts are not displayed in the Advanced Translation Editor

14942083-Screenshot_2023_11_28_171607.png
December 1, 2023 at 8:03 am #14969615

Bigul
Supporter

Languages: English (English )

Timezone: Europe/Vienna (GMT+01:00)

Hello,

Welcome to the WPML support forum. I will do my best to help you to resolve the issue.

The Cart Totals Additional Block widget is missing WPML language configuration, that is why it is not showing for translation. I am getting the expected results after adding the following code in WPML>>Settings>>Custom XML Configuration field and update the template in Greek language to refresh the translation settings.

<widget name="woocommerce-cart-etheme_page">
      <fields>
        <field type="Cart Totals Additional Block" editor_type="LINE">additional_cart_totals_template_content</field>
      </fields>
    </widget>

Please check the attached images and following documentation for more details, and let us know your feedback.

https://wpml.org/documentation/support/language-configuration-files/how-to-register-page-builder-widgets-for-translation/

--
Thanks!

Bigul

2023-12-01_13h29_36.png
2023-12-01_13h28_59.png
2023-12-01_13h18_26.png
December 2, 2023 at 6:21 pm #14978489

antoniosG-2

the fix of the support worked