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.

Published
Categorized as Magento

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”;

Published
Categorized as Magento