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 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Europe/Kyiv (GMT+03:00)

This topic contains 1 reply, has 2 voices.

Last updated by Andrey 1 year, 11 months ago.

Assisted by: Andrey.

Author Posts
August 31, 2023 at 10:48 am #14319575

viktorB-17

Tell us what you are trying to do?
Im trying to set the price in other currencies manually - but when i press ave changes it just loads forever and does not actually save the changes. see screenshot.

I can change the normal regular price but not the price for other currencies then it wont save

what can I do? what is the problem?

I tried to delete the product make a new one but it just wont save the changes when i use the multi currency function

Is there any documentation that you are following?

Is there a similar example that we can see?

What is the link to your site?

Screenshot 2023-08-31 124200.png
August 31, 2023 at 10:08 pm #14323761

Andrey
WPML Supporter since 06/2013

Languages: English (English ) Russian (Русский )

Timezone: Europe/Kyiv (GMT+03:00)

I believe there is an error behind this. Can you enable enable debug log and check what is inside the moment you save the changes?

You can do this by adding a few lines to the site’s wp-config.php file. With error log enabled, you will see what the actual problem is.

To enable it, open your wp-config.php file and look for define(‘WP_DEBUG’, false);. Change it to:

define('WP_DEBUG', true);

In order to enable the error logging to a file on the server you need to add yet one more similar line:

define( 'WP_DEBUG_LOG', true );

In this case, the errors will be saved to a debug.log log file inside the /wp-content/directory.

https://wpml.org/documentation/support/debugging-wpml/

Let me know what you see after the debug mode has been enabled.

The topic ‘[Closed] Set price in other currencies manually – not working’ is closed to new replies.