Magento 2:: Magento 2.3.4 cart price rule category selection issue.

1. vendor/magento/module-sales-rule/Controller/Adminhtml/Promo/Quote/NewActionHtml.php 2.vendor/magento/module-sales-rule/Controller/Adminhtml/Promo/Quote/NewConditionHtml.php 3. /dev/tests/integration/testsuite/Magento/SalesRule/Controller/Adminhtml/Promo/Quote/NewActionHtmlTest.php 4. /dev/tests/integration/testsuite/Magento/SalesRule/Controller/Adminhtml/Promo/Quote/NewConditionHtmlTest.php

Magento 2 :: Row Pattern Attribute For Catalog

Assume product custom attribute called “country_price” 1. Create a new text field type attribute country_price. 2. Make Used in Product Listing to yes and scope global. 3. \app\code\Vendor\Module\etc\di.xml 4. \app\code\Vendor\Module\Ui\DataProvider\Product\Form\Modifier\CountryPrice.php 5. \app\code\Vendor\Module\etc\adminhtml\events.xml 6. \app\code\Vendor\Module\Observer/SerializedCountryPrice.php