Releases: remp2020/crm-products-module
Releases · remp2020/crm-products-module
0.13.0
0.12.0
0.11.0
0.9.0
- 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
0.7.0
- 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_form
DataProvider. Rendering of actual fields is available viaproducts.checkout_form.delivery_data
widget.
0.6.0
0.5.0
- 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.