Author: Abin Devasia
How to create custom log file in Magento 2?
for Magento 2.4.3 version use this
Delete product from Magento 2
You can delete product from admin by following steps: Step 1: GOTO admin Catalogue ⇒ Products Step 2: Select product which you want to delete by checkbox Step 3: Then select delete from Action dropdown like screenshot.
How to solve Eway\EwayRapid\Model\Customer\Token\Backend does not exist?
1.mysql -u root – p / enter DB password 2.select the database 3.select the eav_attribute table from the database tablesselect * from eav_attribute; 4.delete the Eway\EwayRapid\Model\Customer\Token\Backend from the tabledelete from eav_attribute where attribute_id=”id _ no”;
Adding a class to img tags using JavaScript
For all img tag simply use this codes,