How product website relation are stored in catalog_product_website table Magento 2?

Magento catalog_product_website is used to store relations between a product and its associated websites.

If your Magento runs with multiple websites and the product is assigned to multiple websites, its relation with the website is stored in the catalog_product_website table.

Table catalog_product_website has two columns. Continue reading “How product website relation are stored in catalog_product_website table Magento 2?”

How to change sort order of product attributes from product edit page in Magento 2?

As a Magento beginner, You thought about changing the position of product attributes displayed on the admin product edit page.

If you don’t know how to change the sort order on the product edit page, This tutorial is for you to fix the sort order rendering on the product edit page.

Let’s say the product has assigned Attribute set to Default. You need to confirm the product attribute set from the product page. Continue reading “How to change sort order of product attributes from product edit page in Magento 2?”

Magento Export Products CSV: Message is added to queue, wait to get your file soon. Make sure your cron job is running to export the file.

You can export the products CSV from Magento but while you try to export the specific product CSV you got notifications like,

Message is added to queue, wait to get your file soon. Make sure your cron job is running to export the file.

You can export products in Magento 2 from the admin panel.

You have to click from the Left sidebar navigation, System -> Export,

From the Export Settings Section, Just choose Entity Type as Products from the dropdown area. Continue reading “Magento Export Products CSV: Message is added to queue, wait to get your file soon. Make sure your cron job is running to export the file.”