Releases: damanic/ls1-module-shop
Releases · damanic/ls1-module-shop
1.30.12
Fixed issue with order document/invoice templates
1.30.10
New Event: shop:onGetOptionMatrixProduct
1.30.9
Fixed issue with Shop_PaymentType::update_currency_data()
1.30.8
Added order currency fields that can be used to convert report totals to shop/base currency if order in different currency.
1.30.7
New Event: shop:onOrderSetAppliedCartRules
1.30.6
Added filter to hide disabled shipping options in list view.
1.30.5
Added a save event to Shop_Customer Model that is fired on both model create and update.
- New event:
shop:onCustomerSaved
1.30.4
Minor improvement. Shop_Settings controller will now fire events when backend form used to update countries and states.
Events:
- core:onBeforeFormRecordUpdate
- core:onAfterFormRecordUpdate
Added variant invoice templates
- Invoice templates updated to support variant commercial document templates (eg. quote, proforma-invoice) and some render override events (eg. pass html to a PDF renderer).
- Minor improvement in the API. Added new API event: shop:onCustomerBeforeCreate
- Minor improvement in the API. Added new API event: shop:onBeforeCheckoutStepPay
- Minor improvement in internal classes. Shop_OrderHelper deprecated some methods in Shop_Orders controller