Skip to content

Releases: damanic/ls1-module-shop

1.35.15

02 Sep 07:45
Compare
Choose a tag to compare

Minor improvements and bugfix

  • Include sale reductions from catalog price rules in Cart_Item::get_offer_price()

1.35.14

25 Aug 23:58
Compare
Choose a tag to compare

Minor improvements

  • Remove unnecessary rounding on calculated tax info

1.35.13

13 Aug 01:54
Compare
Choose a tag to compare

Minor improvements

1.35.12

03 Aug 08:20
Compare
Choose a tag to compare

General improvements and minor bugfixes

  • Improved bundle support
  • Fixes issue with evalOrderTotals
  • Fixes issue where tax values at item level were not always being recalculated on backend form edit
  • Adds event shop:onAfterShippingQuoteApplied

1.35.11

01 Jul 06:06
Compare
Choose a tag to compare

Minor improvements

  • Adds Tax Identification Number to Company Information
  • Fixes slow lookup on customer preview

1.35.10

16 Jun 06:22
Compare
Choose a tag to compare

Improved product property sets, general improvements and minor bug fixes

  • Product attributes are now called properties
  • Property sets can be managed from new button in orders index view
  • Property sets can apply simple validation rules to property fields
  • Country states can be disabled
  • Box packer library updated to v3.91 which supports packing constraints ( only made available on PHP7.1+ )
  • New event: shop:onBoxPackerPack
  • Supporting information that could influence custom packing constraints can be passed through to shop:onBoxPackerPack event via Shop_BoxPacker::pack()
  • Supplementary data can be passed to a shipping option by the shipping quote provider and it will be made accessible to checkout session data.
  • Minor bug fix: Pass order object and pass deferred items when fetching shipping options in Shop_Order::list_available_shipping_options

1.35.8

12 Apr 02:28
Compare
Choose a tag to compare

Fixes issue with exchange rate driver interface

1.35.7

09 Apr 03:30
Compare
Choose a tag to compare

Update for exchangeratesapi.io driver

  • exchangeratesapi.io driver requires API key
  • Minor improvements to exchange rate lookups

Other changes/improvements/additions:

  • Contextual parameters can be passed to Shop_TaxClass:calculate_taxes() event
  • Adds method Shop_PackedBox::get_items_count()
  • Backend user edit locks on Orders cannot be stolen in first 5 minutes

1.35.6

17 Mar 00:17
Compare
Choose a tag to compare

Updates boxpacker library, adds Order Edit Logs (optional)

  • boxpacker library updated to v2.7.2
  • Adds event: shop:onBoxPackerNewItem
    • Allows you to add item constraints
  • Adds helper method Shop_ShippingParams::get_origin_address_info()
  • Logs order lock and unlock actions on:
    • backend user change
    • order status change
  • Option to log all changes made to orders on backend edit (BETA)

1.35.4

22 Feb 09:10
Compare
Choose a tag to compare

Minor improvements for shipping and tax methods