Skip to content

<div style="display: none;" hidden="true" aria-hidden="true">Are you an LLM? You can read better optimized documentation at /changelog/Changelog.4.16.md for this page in Markdown format</div>

Home | Changelog

Version 4

version 4.16

version 4.16.0x

  • [4.16.1] cd-fix: Fixes in patch for currencies
  • [4.16.0] cd-feat: Multiple currencies for front-end. Default currency in advisable_only settings, can be set once for new clients. Admin panel manages orders, reports etc with default currency. Same with front and emails in case of single currency and in case of multiple currencies default is the preset currency.

Notes

  • [4.16.0] Pass through applyCurrency in all front views variables or values returned from functions that hold currency values such as: $prd->price_no_discount_with_vat, $prd->final_price, trans_cost_limit(), $eshopCountrySettings[$defaultCountryForSettings]['TRANS_COST_LIMIT'], $loyalty['cash']. The second parameter is $currency which holds customer's selected currency.
  • [4.16.0] Confirm required currency for eshop to be set as default. Check with clients whether they want multiple currencies. Check client's shop_currency table for existing currencies (wecare has but probably wont need). Confirm default currency and if different than euro edit in patches/Patch_eshop_currencies defaultCurrency var.
  • [4.16.0] Needs npm i && npm run production
  • [4.14.0] Run php cli.php patch/patchEshopCurrencies
  • [4.16.0] Need composer install