Skip to content

Releases: damanic/ls1-module-shop

1.33.28

21 Jan 03:13
Compare
Choose a tag to compare

Improvements and bugfixes

  • SKU filter added to shop order reports. This filter includes SKUs assigned to option matrix selections
  • Fix for CMS view variable 'active_discount_rules'
  • New helper methods for Shop_AddressInfo, assists with output formatting
  • Print only view for Order Documents /shop/orders/document/{id}/{variant}
  • New method to locate printable order documents. Shop_OrderDocHelper::get_document_urls();

1.33.27

09 Jan 01:08
Compare
Choose a tag to compare

Improvements to shipping box calculations

  • New method: Shop_PackedBox::calculate_order_packed_boxes($order)
    • Returns an array of calculated Shop_PackedBox objects for a Shop_Order

1.33.26

19 Dec 06:55
Compare
Choose a tag to compare

Adds new variable to email templates

  • {order_payment_due}
    • Outputs order payment due amount

1.33.25

12 Dec 06:43
Compare
Choose a tag to compare

Updates for Category Top Products and Price Rules

  • Catalog Price Rules allow for start and end TIME
  • Manage Category Top Products indicates disabled products in list view
  • Numerous fixes and code improvements

1.33.24

12 Nov 02:13
Compare
Choose a tag to compare

Support for net quantity measurements on Shop Products

See:

  • class Shop_MeasurementUnit
  • function Shop_Product::get_net_unit()
  • function Shop_Product::calc_net_unit_price()

1.33.23

07 Nov 04:18
Compare
Choose a tag to compare

Improves discount actions

  • Easier to determine if discount action has taken effect.
    • See: Shop_CartRuleActionBase::has_applied()

1.33.22

01 Nov 03:48
Compare
Choose a tag to compare

Improvements to shipping and order currency determination

  • More proxiable methods
  • Removed references to deprecated methods
  • Improved shipping quote cache handler
  • Adds Shop_AddressInfo base class
  • New methods facilitate quote lookup at Order and Checkout level
  • Numerous shipping related bugfixes
  • Option to exclude free shipping items from width/height/length/volume calculations
  • New method to refresh active shipping quote: refresh_active_shipping_quote()
  • list_available_shipping_options() uses new Shop_ShippingOption helper methods
  • New method to handle additional shipping options from discount rules: add_discount_applied_shipping_options()
  • Cache currency helper lookups
  • Improve order currency getters and setters
  • Shop_Order::list_available_shipping_options() frontend/backend context aware

1.33.21

30 Sep 02:42
Compare
Choose a tag to compare

Adds new event: shop:onOptionMatrixGetSalePrice

When adding item to order, properties/attributes are now shown on a separate tab

1.33.20

13 Sep 12:17
Compare
Choose a tag to compare

Fixes issue with customer contact from order preview

1.33.19

05 Aug 18:42
Compare
Choose a tag to compare

Improves customer notification logging. Fixes issue with backend product preview