I bought the plugin for the woo com site for language and currency. Now when installing it only seems to focus on language but i need currency also. Am I missing something or set the site to language only?
On the image you see the free version in blue and the paid in white and no option for currency.
getting fatal errors and support sent me here.
on activating the plugin i get a message: Plugin could not be activated because it triggered a fatal error.
The currency part seems to activate ok but not the language WPML Multilingual CMS
WPML Multilingual & Multicurrency for WooCommerce - is active and registered.
WPML String Translation is activated.
I think i fixed it, deactivated another plugin and it seems to now activate and can take the next step in installation.
WPML Multilingual & Multicurrency for WooCommerce is enabled but not effective. Please finish the installation of WPML first.
If WPML CMS Multilingual (our core plugin) has not yet been configured to set the site's default language and other languages, you need to configure it. Please see our getting started guide: https://wpml.org/documentation/getting-started-guide/. After that, you should be able to configure a currency per language.
Have you configured the languages on your site?
However, if the fatal error persists, please share the WordPress debug log (not WPML debug information). Please check this page for instructions: https://wpml.org/documentation/support/debugging-wpml/. To enable it, open your wp-config.php file and look for:
define('WP_DEBUG', false);
Change it to:
define('WP_DEBUG', true);
// Enable Debug logging to the /wp-content/debug.log file
define('WP_DEBUG_LOG', true);
// Disable display of errors and warnings
define('WP_DEBUG_DISPLAY', false);
@ini_set('display_errors', 0);
After this, repeat the action that causes the problem on your site. In this case, the errors will be saved to a debug.log log file inside the /wp-content/ directory. Then please share the errors with us. If the debug.log was already active, please only share the error you encountered during your test to keep the log concise and avoid unrelated errors.
Thanks,
Itamar.
The topic ‘[Closed] multi currency does not seem to be included’ is closed to new replies.