product_feed

View Magento 2 Product Feed Extension Detail Page for Features and Demo

Documentation for Product Feed

Preference

  • If customers sell their products on a variety of channels, such as Google Shopping, Amazon, etc and these channels use the same database, then they can automatically update their items by importing the exported data files from the original channels.
  • Thanks to this, store owners can save more time and manage their sales channels.

Installation

There are two ways of installing extension in magento2.

  1. Using COMMAND LINE.
  2. Manually Install extension.

Option 1: Magento 2 install extension using COMMAND LINE (Recommended)

Follow below steps to install extension from the command line.
:- Install Below library using this command.

  sudo composer require liquid/liquid

Step 1: Download the extension and unzip it.

Step 2: Upload it to code directory in your magento installation’s app directory. If code directory does not exists then create.

Step 3: Disable the cache under System → Cache Management.

Step 4: Enter the following at the command line:

           Php bin/magento setup:upgrade
           Php bin/magento setup:static-content:deploy

Step 5: Once you complete above steps log out and log in back to the admin panel and switch to Stores → Configuration → Mageants → Product Feed, the module will be displayed in the admin panel.

Option 2: Magento 2 install extension manually

Step 1: Download the extension and unzip it.

Step 2: Upload it to code directory in your magento installation’s app directory If code directory does not exists then create.

Step 3: Disable the cache under System → Cache Management Edit app/etc/config.php file and add one line code: ‘Mageants_ProductFeed’ ⇒ 1

Step 4: Disable the cache under System → Cache Management

Step 5: Once you complete above steps log out and log in back to the admin panel and switch to Stores → Configuration → Mageants → Product Feed, the module will be displayed in the admin panel.

Backend Example

After Installation of Extension login to Magento admin panel to set configuration of the extension.

CONFIGURATION

You will find below configuration at this path Stores → Configuration → Mageants → Product Feed

Enable E-mail : From here you can enable/disable e-mail by selecting Yes or No as per your requirements.

Email Sender : To set the value that will send the email.

Confirmation Template : Select Custom Email template for send E-mail.

Email Send : Set the email address to which to mail.

Send Mail : To select the success and error message.

  • This is where all created feeds are displayed.
  • Here admins can have basic information of the feed such as : ID, Feed Name, File Name, Creon Status, Store, Action.
  • Admins can select Action if they want to Delete, Edit.

  • To Select the Template Type and Save and Continue.

  • To Full Fill the General Information for Feed Related.

  • To Set the Attribute for the feed and to be separate the feed.

  • To set the Single or Multiple Condition to filter the data for feed.

  • To Mapping the Category.

  • To Generate the Log.

Frontend Example

  • Here you can see the feed was generated and download the feed.
product_feed.txt · Last modified: 2025/05/26 13:09