Skip to content

Releases: spryker-shop/quick-order-page

4.10.1

29 Nov 14:45
Compare
Choose a tag to compare

Included commits: 4.10.0...4.10.1

Fixes

  • Fixed sku selector for traceable events in page-layout-cart.twig.

4.10.0

21 Nov 09:34
Compare
Choose a tag to compare

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 the quick-order-row-partial.twig.

4.9.0

01 Apr 07:18
Compare
Choose a tag to compare

Included commits: 4.8.1...4.9.0

Improvements

  • Adjusted composer.json to allow for new Locale major.

4.8.1

12 Dec 09:08
Compare
Choose a tag to compare

Included commits: 4.8.0...4.8.1

Adjustments

  • Adjusted the quick-order-row molecule by replacing input to change event for the quantity field.

4.8.0

24 Nov 13:07
Compare
Choose a tag to compare

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 the options variable with the new property.
  • Adjusted quick-order-row molecule to work with the formatted-number-input component instead of native input.

4.7.2

26 Jul 06:36
Compare
Choose a tag to compare

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

21 Apr 14:43
Compare
Choose a tag to compare

Included commits: 4.7.0...4.7.1

Fixes

  • Adjusted QuickOrderController::indexAction() so it submits QuickOrderForm only if TextOrderForm and UploadOrderForm aren't submitted instead of being submitted regardless.

4.7.0

04 Apr 15:28
Compare
Choose a tag to compare

Included commits: 4.6.0...4.7.0

Improvements

  • Introduced PriceProductFilter.sku transfer property.
  • Adjusted QuickOrderItemEmbeddedForm with QuickOrderFormExpanderPluginInterface plugin stack execution.
  • Adjusted QuickOrderController::productAdditionalDataAction() with QuickOrderItemMapperPluginInterface plugin stack execution.
  • Introduced a new form data property to quick-order-row-partial molecule.
  • Introduced a new customFieldNamePattern data property to quick-order-row-partial molecule.
  • Introduced a new autocomplete.extraSearchFormElementClassName data property to quick-order-row molecule.
  • Introduced a new customFieldNamePattern data property to quick-order-row molecule.
  • Introduced a new index attribute property to quick-order-row molecule.
  • Introduced a new extraSearchFormElementClassName data property to quick-order-rows molecule.
  • Introduced a new extraSearchFormElementClassName data property to quick-order-rows-async view.

Adjustments

  • Increased QuickOrderPageExtension version dependency.
  • Increased ShopUi version dependency.
  • Adjusted quick-order-form molecule:
    • quick-order-form.twig: Added MerchantSearchWidget usage; Added extraSearchFormElementClassName data property to the quick-order-rows molecule.
  • Adjusted quick-order-row-partial molecule by adjusting grid columns depends on additionalColumns data property.
  • Adjusted quick-order-row molecule:
    • quick-order-row.ts: Adjusted behavior of the reloadField method so that it can pass additional queryParams.
    • quick-order-row.twig: Added autocomplete.extraSearchFormElementClassName data property to the injectorsExtraQueryValueClassName data property ofProductConcreteSearchWidget.
  • Adjusted quick-order-rows molecule:
    • quick-order-rows.twig: Adjusted grid columns depends on additionalColumns data property; Added extraSearchFormElementClassName data property to the autocomplete.extraSearchFormElementClassName data property of quick-order-row molecule; Added form data property to the quick-order-row molecule.
  • Adjusted quick-order-row-async view:
    • quick-order-row-async.twig: Added form data property to the form data property of quick-order-row-partial molecule; Added customFieldNamePattern data property to the quick-order-row-partial molecule.
  • Adjusted quick-order-rows-async view by adding extraSearchFormElementClassName data property to the extraSearchFormElementClassName data property of quick-order-rows molecule.

4.6.0

15 Dec 15:12
Compare
Choose a tag to compare

Included commits: 4.5.1...4.6.0

Fixes

  • Fixed ViewDataTransformer::getDataByPath() in order to be compatible with object in array_reduce()

4.5.1

20 Apr 14:26
Compare
Choose a tag to compare

Included commits: 4.5.0...4.5.1

Fixes

  • Added path() Twig function usage in Theme/default/components/molecules/quick-order-row/quick-order-row.twig to generate URL with language part.