xordox:
Hi Yellow,
please check. with SSU 3.2.3 and 3.2.4:
-
if try to change currency in currency box, I got 404 error (SSU off-work)
-
When SSU is off and I use "Choose manufacture box" I got :
GET /index.php?main_page=index&manufacturers_id=4 200OK
but when SSU is on:
GET /index.php?main_page=index&manufacturers_id=4 301 Moved permanently
Thanks
Fixed.
Please note: Currency selection may not work in multi-lang module, for the reason why please see includes/init_includes/init_currencies.php
To make it short: each language has a default currency, zen check if it needs to force the use of default currency
// Validate language-currency and default-currency if relevant. Is false if valid not found.
if ($new_currency == false || isset($_GET['language'])) $new_currency = (USE_DEFAULT_LANGUAGE_CURRENCY == 'true') ? zen_currency_exists(LANGUAGE_CURRENCY) : $new_currency;
If you still want to use the currency box, go to:
admin/configuration.php?gID=1&cID=7, change "Switch To Default Language Currency" to false.