Skip to content Skip to sidebar

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.

Sun Mon Tue Wed Thu Fri Sat
- - 9:00 – 18:00 9:00 – 18:00 9:00 – 18:00 9:00 – 18:00 9:00 – 18:00
- - - - - - -

Supporter timezone: America/Lima (GMT-05:00)

This topic contains 1 replies, has 0 voices.

Last updated by Andreas W. 5 days, 16 hours ago.

Assisted by: Andreas W..

Author Posts
March 18, 2026 at 9:53 am #17907230

simeonN-2

When we receive an order with a product with variations, it shows a different variation for me and the shop admin. For example.
Customer orders product with color "Medium" but the shop admin sees "Light"
Me as an admin see color "Medium". And the variation id is completely different.
I have a video that I can share with you in private showing what is happening.

March 19, 2026 at 6:40 pm #17912289

Andreas W.
WPML Supporter since 12/2018

Languages: English (English ) Spanish (Español ) German (Deutsch )

Timezone: America/Lima (GMT-05:00)

Hello,

It seems the minimum server requirements are not met:
https://wpml.org/home/minimum-requirements/

Could you please increase the WordPress memory limit (WP Memory Limit) to at least 256 MB? WPML requires at least 128 MB.

Your current values ​​are:
PHP Memory Limit 512 MB
WP Memory Limit 40 MB

To do this, you need to connect to your website's server and open the wp-config.php file in a text editor. The file is located in the WordPress root directory.

Add this code to the wp-config.php file to increase WordPress's memory:

define ('WP_MEMORY_LIMIT', '256M');

Add this just before this comment:

// That's all, stop editing! Happy blogging.

The current values ​​can be viewed under WPML > Support > WordPress.

These settings can be restricted directly by your hosting provider. Therefore, I recommend contacting them and asking them to change them directly if the changes are not applied automatically.

After adjusting the limit, please test if you can still replicate the issue.

In doubt, please also test with a newly created order.

If this did not solve the issue, I will be glad to take a closer look into this for you.

Best regards
Andreas