Skip to content

Releases: damanic/ls1-module-shop

1.39.2

15 Mar 02:59
Compare
Choose a tag to compare

Minor fixes and improvements

  • Execute Shop_CheckoutData::load_from_customer() on checkout action

1.39.1

08 Mar 04:23
Compare
Choose a tag to compare

Minor fixes and improvements

  • Adds method Shop_PackedBox::get_volume()
  • Fix issue #12 with free shipping items on list_available_shipping_options()
  • Allow for case sensitive tracking URLS in Shop_ShippingTrackerProvider
  • Execute Shop_CheckoutData::load_from_customer() on customer login

1.39.0

16 Feb 00:37
Compare
Choose a tag to compare

Tracking providers for shipping tracking codes

  • Tracking providers
    • Backend Users can create basic tracking providers
    • Backend Users can assign their tracking providers to their tracking code entries
    • Shipping types (providers) can assign a tracking provider to its tracking codes.
    • Email variable {shipping_codes} will present codes with tracking link if tracking code has a tracking provider
  • Fix issue with deprecated method get_transliterated_info()
  • Adds method Shop_PackedBox::get_items_weight()

1.38.1

09 Feb 23:01
Compare
Choose a tag to compare

Fixes issue with checkout address validation

1.38.0

09 Feb 06:49
Compare
Choose a tag to compare

Advanced Table Rate Shipping

  • Table Rate Shipping improvements
    • Add shipping box dimension consideration
      • Use box packing algorithm to estimate shipping box requirements
    • Allow basic postal code expressions in rate table
  • Minor improvements to AddresInfo class
  • Add event shop:onValidateCheckoutAddressInfo
  • Use AddressInfo class to validate address info submitted on front end action on_updateCustomerProfile
  • Fix issue with payment transaction updates

1.37.11

22 Dec 02:13
5a3cda7
Compare
Choose a tag to compare

Minor improvements to Authorize.net AIM class

1.37.10

20 Sep 05:04
Compare
Choose a tag to compare

Minor improvements and fixes for payment transaction logs and generic reports

  • Fix issue with generic report (reinstate export orders+products CSV)
  • Allow payment transaction status update to return new transaction ID.

1.37.9

28 Apr 01:45
Compare
Choose a tag to compare

Fixes PHP5 compatibility issue presented in 1.37.8

1.37.8

26 Apr 04:33
Compare
Choose a tag to compare

Adds option to attach copy of invoice as PDF on order status transition notifications

Note: PDF attachments require PHP v7.1+

1.37.6

20 Apr 02:23
Compare
Choose a tag to compare

Fixes issue with gateway transaction updates