https://openrepeater.com/a0xhenn3 Category: follow url magento

How many database tables effect when we import product in magento

Here is the list of tables that may effect with new INSERTS if you add new product in your magento. You can use your own prefix instead of ayis_ ayis_cataloginventory_stock_item …

How to install & uninstall extension in magento

Install Extension Guide First of all unzip the extension zip file and open registration.php You will see something like below \Magento\Framework\Component\ComponentRegistrar::register( \Magento\Framework\Component\ComponentRegistrar::MODULE, 'Magebees_Products', __DIR__ ); It means you need to …