This thread is resolved. Here is a description of the problem and solution.
Problem:
If you're experiencing issues with the display of product bundle images in secondary languages on your WooCommerce site, and the images display correctly in the primary language but not in French or English, the issue might be related to the WPML configuration for the WooCommerce Product Bundles plugin.
Solution:
We recommend updating your WPML configuration manually until our compatibility team integrates the fix into the official WPML configuration files. Here are the steps you should follow:
1. Navigate to WPML -> Settings -> Custom XML Configuration tab.
2. Add the following XML code to ensure the custom fields are set to copy:
<wpml-config><br /> <custom-fields><br /> <custom-field action="copy">_wc_pb_base_regular_price</custom-field><br /> <custom-field action="copy">_wc_pb_base_sale_price</custom-field><br /> <custom-field action="copy">_wc_pb_base_price</custom-field><br /> <custom-field action="copy">_wc_sw_max_price</custom-field><br /> <custom-field action="copy">_wc_sw_max_regular_price</custom-field><br /> <custom-field action="copy">_wc_pb_layout_style</custom-field><br /> <custom-field action="copy">_wc_pb_edit_in_cart</custom-field><br /> <custom-field action="copy">_wc_pb_add_to_cart_form_location</custom-field><br /> <custom-field action="copy">_wc_pb_group_mode</custom-field><br /> </custom-fields><br /></wpml-config>
3. Click the Save button.
4. You may need to manually update each product bundle by editing the original bundled products in the primary language and clicking the Update button.
This solution might become outdated or might not apply to your specific case. If this solution does not resolve your issue, we highly recommend checking related known issues at https://wpml.org/known-issues/, verifying the version of the permanent fix, and confirming that you have installed the latest versions of themes and plugins. If further assistance is needed, please open a new support ticket.
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 12 replies, has 1 voice.
Last updated by 1 year, 3 months ago.
Assisted by: Itamar.


