Merge pull request #1851 from magento-engcom/2.2-develop-prs
Public Pull Requests - magento/magento2#11563 Add price calculation improvement for product option value price by @marinagociu - magento-engcom#1024 [Backport] magento/magento2#10734: Magento 2 is not showing Popular Search Terms by @p-bystritsky - magento-engcom#1023 magento/magento2#12667: Incorrect partial attribute (EAV) reindex (Update by Schedule) for configurable product with childs visibility "Not Visible Individually" by @RomaKis - magento-engcom#1017 magento/magento2#12084: Product csv import > fail on round brackets in image filename by @p-bystritsky - magento-engcom#1021 magento/magento2#12656: Checkout: Whitespace in front of coupon code causes "Coupon code is not valid" by @RomaKis - magento/magento2#12666 Fix incorrect DHL Product codes by @gwharton Fixed Public Issues - magento/magento2#5774 Tier price and custom options give bad results - magento/magento2#10743 Magento 2 is not showing Popular Search Terms - magento/magento2#12667 Incorrect partial attribute (EAV) reindex (Update by Schedule) for configurable product with childs visibility "Not Visible Individually" - magento/magento2#12084 Product csv import > fail on round brackets in image filename - magento/magento2#12656 Checkout: Whitespace in front of coupon code causes "Coupon code is not valid"
Showing
- app/code/Magento/Catalog/Model/Indexer/Product/Eav/AbstractAction.php 1 addition, 0 deletions...ento/Catalog/Model/Indexer/Product/Eav/AbstractAction.php
- app/code/Magento/Catalog/Model/Product/Option/Value.php 2 additions, 1 deletionapp/code/Magento/Catalog/Model/Product/Option/Value.php
- app/code/Magento/Catalog/Test/Unit/Model/Indexer/Product/Eav/AbstractActionTest.php 3 additions, 2 deletions...est/Unit/Model/Indexer/Product/Eav/AbstractActionTest.php
- app/code/Magento/Catalog/Test/Unit/Model/Product/Option/ValueTest.php 18 additions, 4 deletions...ento/Catalog/Test/Unit/Model/Product/Option/ValueTest.php
- app/code/Magento/CatalogImportExport/Model/Import/Product/Validator/Media.php 1 addition, 1 deletion...alogImportExport/Model/Import/Product/Validator/Media.php
- app/code/Magento/Dhl/Model/Carrier.php 2 additions, 2 deletionsapp/code/Magento/Dhl/Model/Carrier.php
- app/code/Magento/Dhl/Test/Unit/Model/CarrierTest.php 63 additions, 0 deletionsapp/code/Magento/Dhl/Test/Unit/Model/CarrierTest.php
- app/code/Magento/Dhl/i18n/en_US.csv 2 additions, 2 deletionsapp/code/Magento/Dhl/i18n/en_US.csv
- app/code/Magento/Quote/Model/CouponManagement.php 1 addition, 0 deletionsapp/code/Magento/Quote/Model/CouponManagement.php
- app/code/Magento/Search/Block/Term.php 3 additions, 3 deletionsapp/code/Magento/Search/Block/Term.php
- app/code/Magento/Search/view/frontend/templates/term.phtml 1 addition, 1 deletionapp/code/Magento/Search/view/frontend/templates/term.phtml
- dev/tests/api-functional/testsuite/Magento/Quote/Api/CouponManagementTest.php 42 additions, 0 deletions...onal/testsuite/Magento/Quote/Api/CouponManagementTest.php
- dev/tests/integration/testsuite/Magento/CatalogImportExport/Model/Import/_files/import_media_existing_images.csv 1 addition, 1 deletion...port/Model/Import/_files/import_media_existing_images.csv
- dev/tests/integration/testsuite/Magento/CatalogImportExport/Model/Import/_files/import_with_filesystem_images.php 1 addition, 1 deletion...ort/Model/Import/_files/import_with_filesystem_images.php
- dev/tests/integration/testsuite/Magento/CatalogSearch/Block/TermTest.php 1 addition, 1 deletion...ration/testsuite/Magento/CatalogSearch/Block/TermTest.php
- dev/tests/integration/testsuite/Magento/Search/Block/TermTest.php 119 additions, 0 deletions...s/integration/testsuite/Magento/Search/Block/TermTest.php
- dev/tests/integration/testsuite/Magento/Search/_files/query.php 61 additions, 0 deletions...sts/integration/testsuite/Magento/Search/_files/query.php
- dev/tests/integration/testsuite/Magento/Search/_files/query_rollback.php 24 additions, 0 deletions...ration/testsuite/Magento/Search/_files/query_rollback.php
Please register or sign in to comment