Appearance
<div style="display: none;" hidden="true" aria-hidden="true">Are you an LLM? You can read better optimized documentation at /changelog/Changelog.4.78.md for this page in Markdown format</div>
Version 4
version 4.78
- [4.78.0] fix: correct text in db_default_values and populate_email_subjects_to_registry
- [4.78.0] fix: adv_order_basket_model replace harcoded table names with properties, whitespace fixes
- [4.78.0] feat: User editable localizations
- [4.78.0] feat: payway
paypal advanced checkout - [4.78.0] fix: add missing payway lang texts on
giftCardOrdersnamespace locales - [4.78.0] fix: swap gift_card email views and subjects because it was sent wrong content and subject to both customer and gift card receiver when
AdvSendGiftCardsToEmailsjob was running
Notes
- [4.78.0] Introduced new .gitignored
storage/directory for storing persisted data that we do not want to expose topublic/directory. Make sure when deploying to production that thestorage/directory is writable. Just in case. - [4.78.0] Check for overrides:
Checkout::runOrder_model::getDebrisOrderseshop_helper::{isOrderPaidAtDeliveryByPayWay|getCardPayWays|getGiftCardPayWays}eshoppresenter::{allPayWays|payWaysImage|paywayIconCaption}CancelIncompleteOrders::executeCommandAdv_base_controller::loadFrontLangFiles-_user_themeproxy lang file has been included at the end of the listGift_card_page::{getPayWayFormData|serialToId}onserialToIdjust change scope fromprotected->publicCancelPendingGiftCards::executeCommand
- [4.78.0] Patch requirements
php migrator.php migrate
- [4.78.0] Needs:
composer i && npm run all-production
- [4.78.0] Check
gift_cardemail views and verify if they are correct:application/views/main/mail/gift_card.php- email view for gift card receiverapplication/views/main/mail/gift_card_inform_customer.php- email view for customer<br> Inregistrytable, the followingregkey's are updated from v4-migrationchange_gift_card_subjects, if there is any change of those subjects in client keep them and update changes after running the migrator script:GIFT_CARD- email subject for gift card receiverGIFT_CARD_INFORM_CUSTOMER- email subject for customer