Skip to content

Releases: damanic/ls1-module-shop

1.30.12

25 Aug 19:22
Compare
Choose a tag to compare

Fixed issue with order document/invoice templates

1.30.10

18 Jul 15:13
Compare
Choose a tag to compare

New Event: shop:onGetOptionMatrixProduct

1.30.9

06 Jul 18:28
Compare
Choose a tag to compare

Fixed issue with Shop_PaymentType::update_currency_data()

1.30.8

06 Jul 16:08
Compare
Choose a tag to compare

Added order currency fields that can be used to convert report totals to shop/base currency if order in different currency.

1.30.7

09 May 11:49
Compare
Choose a tag to compare

New Event: shop:onOrderSetAppliedCartRules

1.30.6

08 Mar 02:56
Compare
Choose a tag to compare

Added filter to hide disabled shipping options in list view.

1.30.5

07 Dec 09:22
Compare
Choose a tag to compare

Added a save event to Shop_Customer Model that is fired on both model create and update.

  • New event: shop:onCustomerSaved

1.30.4

26 Nov 03:20
Compare
Choose a tag to compare

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

27 Oct 04:02
Compare
Choose a tag to compare
  • 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