Releases: spryker-shop/quick-order-page
Releases · spryker-shop/quick-order-page
4.10.1
Included commits: 4.10.0...4.10.1
Fixes
- Fixed sku selector for traceable events in
page-layout-cart.twig
.
4.10.0
Included commits: 4.9.0...4.10.0
Improvements
- Enhanced
quick-order.twig
to include an eventTracker block that sets up event tracking configurations. - Introduced ProductConcrete.defaultPrice transfer field.
- Introduced ProductConcrete.prices transfer field.
- Introduced PriceProduct transfer.
- Introduced CurrentProductPrice.price transfer field.
- Introduced CurrentProductPrice.prices transfer field.
- Added
itemPrice
metadata to thequick-order-row-partial.twig
.
4.9.0
4.8.1
Included commits: 4.8.0...4.8.1
Adjustments
- Adjusted the
quick-order-row
molecule by replacinginput
tochange
event for the quantity field.
4.8.0
Included commits: 4.7.2...4.8.0
Improvements
- Adjusted
QuickOrderController::indexAction()
to display formatted item quantity based on locale. - Adjusted
QuickOrderController::productAdditionalDataAction()
to display formatted item quantity based on locale. - Added
Locale
module to dependencies. - Increased
ShopUi
module dependency version. - Adjusted
quick-order-row-partial
molecule by adjusting theoptions
variable with the new property. - Adjusted
quick-order-row
molecule to work with theformatted-number-input
component instead of native input.
4.7.2
Included commits: 4.7.1...4.7.2
Fixes
- Adjusted
quick-order-row-partial
molecule to use different IDs for form elements.
4.7.1
Included commits: 4.7.0...4.7.1
Fixes
- Adjusted
QuickOrderController::indexAction()
so it submitsQuickOrderForm
only ifTextOrderForm
andUploadOrderForm
aren't submitted instead of being submitted regardless.
4.7.0
Included commits: 4.6.0...4.7.0
Improvements
- Introduced
PriceProductFilter.sku
transfer property. - Adjusted
QuickOrderItemEmbeddedForm
withQuickOrderFormExpanderPluginInterface
plugin stack execution. - Adjusted
QuickOrderController::productAdditionalDataAction()
withQuickOrderItemMapperPluginInterface
plugin stack execution. - Introduced a new
form
data property toquick-order-row-partial
molecule. - Introduced a new
customFieldNamePattern
data property toquick-order-row-partial
molecule. - Introduced a new
autocomplete.extraSearchFormElementClassName
data property toquick-order-row
molecule. - Introduced a new
customFieldNamePattern
data property toquick-order-row
molecule. - Introduced a new
index
attribute property toquick-order-row
molecule. - Introduced a new
extraSearchFormElementClassName
data property toquick-order-rows
molecule. - Introduced a new
extraSearchFormElementClassName
data property toquick-order-rows-async
view.
Adjustments
- Increased
QuickOrderPageExtension
version dependency. - Increased
ShopUi
version dependency. - Adjusted
quick-order-form
molecule:quick-order-form.twig
: AddedMerchantSearchWidget
usage; AddedextraSearchFormElementClassName
data property to thequick-order-rows
molecule.
- Adjusted
quick-order-row-partial
molecule by adjusting grid columns depends onadditionalColumns
data property. - Adjusted
quick-order-row
molecule:quick-order-row.ts
: Adjusted behavior of thereloadField
method so that it can pass additionalqueryParams
.quick-order-row.twig
: Addedautocomplete.extraSearchFormElementClassName
data property to theinjectorsExtraQueryValueClassName
data property ofProductConcreteSearchWidget
.
- Adjusted
quick-order-rows
molecule:quick-order-rows.twig
: Adjusted grid columns depends onadditionalColumns
data property; AddedextraSearchFormElementClassName
data property to theautocomplete.extraSearchFormElementClassName
data property ofquick-order-row
molecule; Addedform
data property to thequick-order-row
molecule.
- Adjusted
quick-order-row-async
view:quick-order-row-async.twig
: Addedform
data property to theform
data property ofquick-order-row-partial
molecule; AddedcustomFieldNamePattern
data property to thequick-order-row-partial
molecule.
- Adjusted
quick-order-rows-async
view by addingextraSearchFormElementClassName
data property to theextraSearchFormElementClassName
data property ofquick-order-rows
molecule.
4.6.0
Included commits: 4.5.1...4.6.0
Fixes
- Fixed
ViewDataTransformer::getDataByPath()
in order to be compatible with object inarray_reduce()
4.5.1
Included commits: 4.5.0...4.5.1
Fixes
- Added
path()
Twig function usage inTheme/default/components/molecules/quick-order-row/quick-order-row.twig
to generate URL with language part.