currency will not be updated

  • Posts: 13
  • Thank you received: 1
6 years 5 months ago #282259

-- HikaShop version -- : 3.2.1
-- Joomla version -- : 3.8.2
-- Browser(s) name and version -- : all
-- Error-message(debug-mod must be tuned on) -- : can switch currency, but it stays on CHF

Hello - I can not switch anymore between the Currencys - actually I can switch, but nothing happens - it does not change to the choosen currency
THanks for helping
Brigitta

Please Log in or Create an account to join the conversation.

  • Posts: 81481
  • Thank you received: 13062
  • MODERATOR
6 years 5 months ago #282261

Hi,

I don't see any currency switcher on your link so I couldn't have a look at the issue.
Could you provide instructions to be able to reproduce the issue ?

Please Log in or Create an account to join the conversation.

  • Posts: 13
  • Thank you received: 1
6 years 5 months ago #282286

Sorry dont have it on every page but for ex on checkout (German Warenkorb)

Thanks Brigitta

Please Log in or Create an account to join the conversation.

  • Posts: 81481
  • Thank you received: 13062
  • MODERATOR
6 years 5 months ago #282287

Hi,

change the code:

<?php echo $currency->display('hikashopcurrency',hikashop_getCurrency(),'class="hikashopcurrency" onchange="document.hikashop_currency_form_'.$module->id.'.submit();"'); ?>
to:
<?php echo $currency->display('hikashopcurrency',hikashop_getCurrency(),'class="hikashopcurrency" onchange="this.form.submit();"'); ?>
in the file modules/mod_hikashop_currency/tmpl/default.php and that will fix the problem.

The following user(s) said Thank You: ayur

Please Log in or Create an account to join the conversation.

  • Posts: 13
  • Thank you received: 1
6 years 5 months ago #282327

works - thanks Nicolas !!!

Please Log in or Create an account to join the conversation.

Time to create page: 0.059 seconds
Powered by Kunena Forum