Magento
Magento2 :: Syatem Xml Validation Class
All Validation Rules and Description: Rule Description validate-no-html-tags HTML tags are not allowed. validate-select Select an option. validate-no-empty Empty Value validate-alphanum-with-spaces Use letters (a-z or A-Z), numbers (0-9), or spaces only in this field. validate-data Use letters (a-z or A-Z), numbers (0-9), or underscores (_) only in this field. The Read more…
Magento
Asus Rog :: Ubuntu AuraSync RGb Key Board
1.Download From https://github.com/wroberts/rogauracore/releases 2. Extract that folder and open the terminal from that folder. 3. run the command ./configure 4. run command make. 5.run sudo make install 6. there might be some permission problem you can solve it by using the following commands. 7. sudo chmod +s /usr/local/bin/rogauracore 8. rogauracore Read more…
Magento2
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
Magento2
Magento 2:: Export File Stuck in queue
1. run the following command for list result output: 2. run the following command to process:
Magento2
Magento 2 :: URL key for specified store already exists.
> /vendor/magento/module-url-rewrite/Model/Storage/DbStorage.php changes in protected function doReplace(array $urls)
Magento
Magento 2 : Install sample data after installation
1. You can install sample data using the composer. 2. Run the Following command: 3. Deploy data 4. Run the following command:
Magento2
Magento2: change page layout if category has no products
You can do this job by a Plugin Create di.xml file with the following content: app/code/VendorName/Module_Name/etc/frontend/di.xml 2. app/code/VendorName/Module_Name/Plugin/Catalog/Controller/Category/View.php