Skip to content

Releases: remp2020/crm-products-module

0.13.0

29 May 20:34
Compare
Choose a tag to compare
  • Refactored use of email in module, using public_name where possible. remp/crm#1145
  • Fixed issue with TotalShopPaymentsWidget widget which started to display zero payments after coalesce fix in ProductsModule/../CalculateAveragesCommand. remp/crm#1239

0.12.0

07 Apr 11:15
Compare
Choose a tag to compare
  • Added filter byt tags into product listing in admin. remp/crm#985
  • Fixed the stocks number of bundled products after successful order in the shop. remp/crm#622

0.11.0

24 Mar 08:27
Compare
Choose a tag to compare
  • Added ability to override database repositories by specifying custom implementations in config.neon file. remp/crm#822
  • Added migration adding postal_fee_id directly to payment_items table. remp/crm#1118

0.9.0

21 Feb 11:15
Compare
Choose a tag to compare
  • Fixed sold product count on product detail page. It was incorrectly displaying number of paid payments with products, not actual count of sold products. remp/crm#964
  • Fixed ShopPaymentCompleteRedirectResolver not expecting missing payment on error state.
  • Fixed missing sold products count in admin if there was no product sold.
  • Added simple search/filter for product listing in admin. remp/crm#985

0.8.2

28 Dec 10:00
Compare
Choose a tag to compare
  • Fixed shop payment redirect resolver handling error payments that weren't created in shop. remp/crm#992
  • Fixed "invalid argument supplied for foreach" if no Ebook provider is registered.

0.7.0

29 Nov 17:45
Compare
Choose a tag to compare
  • Removed gift coupons from ProductsModule and move it into new GiftsModule.
  • Update dargument type of payment in CheckoutFormFactory::handleCoupons. PaymentGiftCouponsRepository::add() now accepts only payment ID (not whole payment).
  • Fixed incorrect product count in tags filter on products listing. Number incorrectly included products which weren't enabled for shop.
  • Fix PaymentFormDataProvider not saving products and postal fee product item count.
  • CheckoutFormFactory now provides extension point via products.dataprovider.checkout_formDataProvider. Rendering of actual fields is available via products.checkout_form.delivery_data widget.

0.6.0

03 Oct 12:41
Compare
Choose a tag to compare
  • Using DI to get Context to DistributionInterface implementations. remp/crm#770
  • Adding translations for CRM configs and config categories. remp/crm#773

0.5.0

16 Sep 12:53
Compare
Choose a tag to compare
  • Moved payment gateway success handling to PaymentsModule.
  • Removed obsolete dependency to sales funnel route from ProductsModule.
  • Moved Zlavomat menu items to internal ZlavomatModule.
  • Fixed redirect loop if $shopHost configuration is empty.
  • Redirected product links to canonical URL /show/<id>/<code>.
  • Added missing translations.
  • Removed unused use statements.