Appearance
<div style="display: none;" hidden="true" aria-hidden="true">Are you an LLM? You can read better optimized documentation at /changelog/Changelog.4.9.md for this page in Markdown format</div>
Version 4
version 4.9
version 4.9.1x
Changelog
- [4.9.10] cd-fix: removed unnecessary jquery script from footer_js
- [4.9.10] cd-fix: fix count product based on language_abbr
Notes
- [4.9.10] Remove the override from Product_categories::buildVendorsSideMenu of Nautilus
version 4.9.0x
Changelog
- [4.9.9] cd-feat: Added new reports in the admin panel
- [4.9.9] cd-feat: Added voucherNo to EasyMail tracking url
- [4.9.9] cd-fix: Adv_orders_admin close_pending_jobs close vouchers locally for boxnow
- [4.9.9] cd-fix: Checkout bug causing order creation with pay way method 'paid_at_store' and courier delivery method fixed
- [4.9.9] cd-feat: Added password visibility toggle (eye) on customer login and login modal
- [4.9.9] cd-fix: translated langs on admin coupons and checkout coupon usage message
- [4.9.9] cd-update: removed
report a bugfrom admin help center - [4.9.8] cd-fix: Checkout smart point google map initialize only after smart point pick up click action ( were falsely initialized at checkout render even if there was no transporter with pick up points )
- [4.9.8] cd-fix: Fix validation error on stores of the preview order and the payway
- [4.9.8] cd-fix: missing lang on order created
- [4.9.6] cd-feat: Google maps results after search count added as different property
- [4.9.6] cd-feat: Added map reset button at
googleMapPartners.vue - [4.9.6] cd-feat:
googleMapOptions.jsimplemented - [4.9.6] cd-feat: Checkout
SmartPointMap.vuemobile ui/ux improved - [4.9.6] cd-fix: Missing admin order langs
- [4.9.6] cd-feat: Checkout smart point open google map modal on selected pick up point click
- [4.9.6] cd-fix: Checkout smart point selection click event moved to vuex store actions
- [4.9.6] cd-update: Checkout smart point lang update and code cleanup
- [4.9.6] cd-feat: Redirect using
site_url() - [4.9.6] cd-feat: Admin language links
- [4.9.5] cd-fix: MUI breadcrumbs
- [4.9.5] cd-fix: refactor lang of price in german on lang
minicart.product.item.price - [4.9.4] cd-fix: tax identification number lang added
- [4.9.4] cd-feat: Google maps api key and default location center added in admin panel google settings (registry)
- [4.9.4] cd-fix: Fix console error at
SimilarSelectorMixinproduct navigation in case that the only value for selection is the value of current product - [4.9.3] cd-fix: Google maps load using default position and reload in case user accept the geolocation tracking
- [4.9.3] cd-fix: Rendering language links for
vendors::vendors - [4.9.3] cd-update: Refactor
Settings::email_viewstoEmail_viewscontroller - [4.9.3] cd-feat: contact form set other locale links - add
de/kontactin my_routes - [4.9.3] cd-feat: fix
footer.information.contact.urlkey in lang files - [4.9.3] cd-feat: added gift counter to
CartResource - [4.9.3] cd-fix: add
widgets.contact.contactkey in theme langs - [4.9.3] cd-fix:
Settings::email_viewscorrect order status - [4.9.2] cd-fix: Removed the method three_foreach from product_category_model
- [4.9.2] cd-fix: add
hct_eshop_namein theme and admin lang. - [4.9.2] cd-fix: fix external lang key
widgets.contact.tel(wrong case) - [4.9.1] cd-fix: add missing external lang keys for contact form
- [4.9.1] cd-fix: undefined index notice in
Adv_mailer::sendAdmin - [4.9.1] cd-fix:
Settings::email_viewsuseExternalLangclass - [4.9.1] cd-update: Update
PHPOffice/PhpSpreadsheetto latest and last1.xversion - [4.9.0] cd-update: External lang files load independently in
ExternalLanglibrary
Notes
- [4.9.9] check clients for overriden Adv_orders_admin close_pending_jobs function
- [4.9.9] Check for clients using custom/default templates in order to add the password visibility toggle from main template
- [4.9.9] Need
npm i && npm run production - [4.9.8] Need
npm i && npm run production - [4.9.8] Need to remove the over wright of the Smile Pharmacy in Order.php Controller in the method generateStoreRule
- [4.9.6] Need
npm i && npm run production - [4.9.4] Set the google maps api key from config (app.php) at google map settings in admin panel for clients that are using google maps
- [4.9.4] Need
npm i && npm run production - [4.9.3] Need
composer i - [4.9.3] Need
npm i && npm run production - [4.9.2] Check the client for the use of the three_foreach method in case of use wright overwright in the product_category_model
- [4.9.2] Add
htc_eshop_namekey in main/default theme and admin lang files setting as value that of external_lang override - [4.9.1] Need
composer i - [4.9.0] In emails use
$externalLang->line()instead oft()which should be passed when loading the email view - [4.9.0] Use composer dump (install on server)