SlideShare a Scribd company logo
Facebook Store Integration for Magento 2 © Meetanshi
Facebook Store Integration for Magento 2
User Guide
Table of Content
1. Extension Installation Guide
2. Configuration
3. Set Google Product Category
4. Bulk Update Facebook Product Status
5. Bulk Update Facebook Store Attributes
6. Facebook Attribute Mapping
7. Product Feed CSV File Generation & Log
8. Add Shop Tab in Facebook Page
9. Add a Sample Product in Facebook Manually
10. Set Up the Catalog Feed in Facebook
11. Facebook Product Feed Update and Replace Schedule
12. Facebook Shop Live
13. Turn on Instagram Shopping
Facebook Store Integration for Magento 2 © Meetanshi
1. Extension Installation
• For Magento Marketplace Customers
o Create a folder structure in Magento root as app/code/Meetanshi/FaceBookShop
o Download and extract the zip folder and upload our extension files to the
app/code/Meetanshi/FaceBookShop via FTP.
o Login to your SSH and run below commands step by step:
▪ php bin/magento setup:upgrade
▪ For Magento version 2.0.x to 2.1.x - php bin/magento setup:static-content:deploy
▪ For Magento version 2.2.x & above - php bin/magento setup:static-content:deploy –f
▪ php bin/magento cache:flush
• For Meetanshi Customers
o Extract the zip folder and upload our extension to the root of your Magento 2 directory via
FTP.
o Login to your SSH and run below commands step by step:
▪ php bin/magento setup:upgrade
▪ For Magento version 2.0.x to 2.1.x - php bin/magento setup:static-content:deploy
▪ For Magento version 2.2.x & above - php bin/magento setup:static-content:deploy –f
▪ php bin/magento cache:flush
2. Configuration
To configure the extension, login to Magento 2 backend, move to Stores → Configuration →
Meetanshi → Facebook Store Integration where you can find various settings to configure the
extension.
• Generate CSV Manually: Click to generate CSV having the product feed data.
• Add All Product(s) to CSV Generation: Adds all products to CSV generation and ignores the
attribute selection of product.
• Store Specific Generate CSV: Select “Yes” to generate CSV for specific store(s).
• Store View: Choose store(s) for which you want to generate CSV file.
• Schedule Periodic CSV Generation: Set “Yes” to schedule product feed CSV generation on a
regular basis. This setting sets up the cron that keeps regenerating the product feed file (CSV)
that Facebook fetches to update your Facebook shop.
• Frequency: Sets frequency for CSV generation.
o Monthly: generates CSV on monthly basis.
o Weekly: generates CSV on weekly basis.
o Daily: generates CSV on daily basis.
o Hourly: generates CSV on hourly basis.
• Start Time: Starting time of CSV generation that considers server time as a base time. Do not
forget to schedule cron to periodically generate CSV.
• Remove Out of Stock Product from CSV: Set “Yes” to remove out of stock products while
creating product feed CSV and restrict those products display in the Facebook store.
• Apply Catalog Rules on Product Price: Select “Yes” if you want the catalog rules to be
reflected in the product prices shown in the Facebook shop.
• Remove Pub/ from media url: Set “Yes” to remove “Pub” folder from media URL. It’s used for
the URL starting with media folder only, like
https://www.abc.com/media/catalog/product/a/b/ab.jpg
Facebook Store Integration for Magento 2 © Meetanshi
• Add Product URL: It redirects from Facebook store to product page if set to “Yes” else it
redirects to checkout cart URL.
• Product Price with Tax/VAT: Select “Yes” to display product price with Tax/VAT in Facebook
store.
• Add Product Special Price: Select “Yes” to display product price with special prices in
Facebook store.
Facebook Store Integration for Magento 2 © Meetanshi
3. Set Google Product Category
The extension requires to set Google Product Category (ID or Name) for your Magento categories
based on Google Product Taxonomy.
• For Magento Categories
Go to Catalog > Categories, select the categories you want to show in Facebook store, find the
tab “Facebook Shop Integration”, and set the ID or name of the Google product category listed
here that best fits with your Magento category. This helps when you want to run dynamic ads.
Facebook Store Integration for Magento 2 © Meetanshi
• For Magento Products
Go to Catalog > Products, select the products you want to show in Facebook store, find the tab
“Facebook Shop Integration”.
o Facebook Shop Product: Enable the product to show in the Facebook store.
o Product Condition: Select one of the product conditions to show in the Facebook store. The
extension fills “New” by default.
o Google Product Category: Set the ID or name of the Google product category listed here
that best fits with your Magento product.
Note: The Google Product category will be prioritized in Product >> Category. If you have set
Google Product category for the product, it will be shown, else the ID of the category in which the
product resides will be shown.
Facebook Store Integration for Magento 2 © Meetanshi
4. Bulk Update Facebook Product Status
The extension facilitates to update the Facebook product status using the mass action. If you want
to only show some of the products in Facebook store, set their product status to YES. Go to
Catalog > Products, select the products to update their Facebook product status and select the
“Facebook Product Status” mass action from the Actions dropdown and set the required status
in bulk.
Note: Updating Facebook product status using mass action is not performed immediately but adds
the action in queue. The execution of the queue is purely dependent on your cron job set up and
number of product updates to reflect the change in Facebook catalog.
Facebook Store Integration for Magento 2 © Meetanshi
5. Bulk Update Facebook Store Attributes
You can bulk update Facebook store attributes. Go to Catalog > Products, select the products for
which you want to update attributes, select “Update Attributes” mass action, set values for the
options “Facebook Shop Product”, “Product Condition” and “Google Product Category”, and
save to assign the values in bulk to selected products.
Facebook Store Integration for Magento 2 © Meetanshi
6. Facebook Attribute Mapping
After the extension installation, the extension automatically creates default mapping between the
product attributes and Facebook fields with the same name. You don’t need to create mappings for
those fields. For example, product name, ID, availability, price, condition, etc.
• Add New Mapping
Some of the Facebook fields are required (Check the list of required and optional fields here:
https://developers.facebook.com/docs/marketing-api/catalog-feed-setup#supported-fields).
Therefore, if the extension can’t fill some of the required fields itself, it can’t do mapping for
those fields with the Facebook and thus, it displays an error message in the feed generation
panel. To solve this issue, you need to create an attribute for the required field and map it with
the Facebook field. To add new attribute mapping, simply go to Facebook Store Integration >
Facebook Attribute Mapping and Click Add New Mapping. Select the Facebook attribute code
and a relevant Magento attribute to create the mapping.
Note: By default, the extension cannot create a mapping for the “Brand” field, make sure to create
new Magento attribute for the “Brand” Facebook field and create the mapping for it, otherwise it will
display error while generation feed. We can only proceed to the next step when all the required fields
are mapped.
Facebook Store Integration for Magento 2 © Meetanshi
7. Product Feed CSV File Generation & Log
To synchronize Magento 2 store products with the Facebook store for the first time, you will not
wait for the cron to generate the CSV on the scheduled time and thus, you need to generate a CSV
using the manual method. All the manual and scheduled CSV file generation log is saved in a
separate grid under Facebook Store Integration > Product Feed CSV Log. You can see the log
added every time the product CSV gets generated, with the details like started and finished date
and time, how the CSV generation took place (manually or using schedule), status and other
details.
The most importantly, download the CSV file from “Action” column of a grid to use it later in
Facebook catalogue manager.
Facebook Store Integration for Magento 2 © Meetanshi
8. Add Shop Tab in Facebook Page
The products you integrate using the Facebook store will be shown under the “Shop” tab of your
Facebook page. To add the “Shop” tab in your Facebook page, log in to your Facebook account
using the credentials. Make sure you are admin of the page. Go to your page and click “Settings”.
• Click on the “Templates and Tabs” under “Page settings” and enable the “Shop” tab.
Facebook Store Integration for Magento 2 © Meetanshi
• Now go to your Facebook page and click on “Shop” option from “More” tab to add the Shop tab
in the menu.
• The popup will be opened, tick the checkbox to agree to the Seller’s Terms and Policies and
click Continue.
Facebook Store Integration for Magento 2 © Meetanshi
• After agreeing, you can see another popup to select the checkout method for the Facebook
store products. Select “Check Out on Another Website” in our case and click “Continue”.
• Next, another popup shows up, asking to choose the shop currency. Select the currency in
which you want to show the Facebook store products, and click “Save”.
Facebook Store Integration for Magento 2 © Meetanshi
9. Add a Sample Product in Facebook Manually
Add a manual product from “Add Product” button of the Shop tab for the “Manage your
Catalogue” button to appear.
Facebook Store Integration for Magento 2 © Meetanshi
• Enter Details required for sample product and click on “Add Product” button.
Facebook Store Integration for Magento 2 © Meetanshi
10. Set Up the Catalog Feed in Facebook
• After adding the sample product, the “Manage your Catalogue” button now appears. Click on
it to import bulk products using the CSV you downloaded from the Product Feed CSV log.
• The “Catalogue Manager” section will display by clicking “Manage your Catalogue” button.
Select “Data sources” from the Catalogue tab and click on “Add products” button to insert
bulk products.
Facebook Store Integration for Magento 2 © Meetanshi
• “Add items to your catalogue” section will appear. Select “Use bulk upload” option in our
case to upload bulk products and click on the “Next” button.
• Select “File upload” from “Choose upload option” and click “Next” button.
Facebook Store Integration for Magento 2 © Meetanshi
• Click on “Upload File” button and upload the CSV file that you’ve downloaded earlier from
extension’s “Product Feed CSV Log” grid.
• After successfully uploading the CSV file, Click on the “Next” button.
Facebook Store Integration for Magento 2 © Meetanshi
• Under “Complete Settings”, name your data source to find it later and choose the “Default
currency” for your product prices and click on “Upload” button after configuring every steps.
• After uploading product CSV successfully, you can see tab with three options: Overview, Items
and Settings.
• You can see overview of the products under “Overview” tab.
Note: Updating product CSV will not perform the update immediately in the Facebook catalog. The
execution of the products in Facebook catalog depends upon the number of products.
Facebook Store Integration for Magento 2 © Meetanshi
• You can see products added through CSV under “Items” tab of “Data sources” option.
Facebook Store Integration for Magento 2 © Meetanshi
11.Facebook Product Feed Update and Replace Schedule
To keep the product feed updated in the Facebook store, you need to setup update and replace
schedule to keep on updating the product CSV generated in Magento 2 store with the Facebook
store on a regular basis. Facebook, by default, provides setting up 2 different schedules to keep
the Facebook store updated with the products.
• Replace Schedule
Every time the replace schedule is run; it processes all the products again from the product
feed CSV URL added while scheduling. This might cause the disappearing of images and
products from the Facebook store for a short while. Thus, it’s recommended to run the replace
schedule once a week (if you don’t make frequent changes to store products) or once a day (if
you make frequent changes to store products).
Facebook Store Integration for Magento 2 © Meetanshi
• Update Schedule
Every time the update schedule is run; it makes faster changes to selected products in your
feed. This is the recommended way of sending price and availability updates. Thus, it’s
recommended to run the update schedule on an hourly basis to keep the minor changes like
product availability and pricing updated.
• In the “Data sources” option of “Catalogue Manager”, you can see all the data feeds which
have been uploaded, scheduled, replaced or updated.
Facebook Store Integration for Magento 2 © Meetanshi
• When your data sources are updated on timely basis based on the schedule, an undesirable
error may occur that can be analyzed using the “View report” button.
• At the time of CSV updation, a newly updated data source gets generated whereas, an old data
source is also there having the same products, and therefore, it denies modifying and generates
an error. Just remove the old data source and continue the process.
12. Facebook Shop Live
• Now go to Facebook page, you can see products under the “Shop” tab.
Facebook Store Integration for Magento 2 © Meetanshi
• Users can click on the product from the Facebook shop to see the product details. Click “Check
out on Website” to add a product to the cart and check out directly on the website or move to
the product page as per the configuration set under “Add Product URL” setting.
• Once the user clicks “Check Out on Website” from the Facebook store product, he will be
redirected to the website. He can continue and finish the order process hereafter.
Facebook Store Integration for Magento 2 © Meetanshi
13. Turn on Instagram Shopping
As you have the Facebook store live, you are automatically eligible for the Instagram Shopping
feature. It allows you to tag your products with your Instagram posts, so when someone browses
your Instagram posts can click the tagged products to get redirected to the website for purchase.
• Open the Instagram app and go to settings
Facebook Store Integration for Magento 2 © Meetanshi
• Click on Business. This option will only show up here if your account is a business account.
Facebook Store Integration for Magento 2 © Meetanshi
• Click on shopping. This option will only be available if your account is approved for the
Instagram Shopping.
Facebook Store Integration for Magento 2 © Meetanshi
• Select a product catalogue which in your case, would be the one you created in Facebook.
Facebook Store Integration for Magento 2 © Meetanshi
• After selecting the Facebook catalogue, go to your account, add an image and click “Tag
Products”.
Facebook Store Integration for Magento 2 © Meetanshi
• Now select products from the catalogue or by searching, to tag with the image.
Facebook Store Integration for Magento 2 © Meetanshi
• Once you have tagged a product with the image, it will show like this.
Facebook Store Integration for Magento 2 © Meetanshi
• Once you have posted the Instagram image, customers can tap “View Products” to have a look
at tagged products.
Facebook Store Integration for Magento 2 © Meetanshi
• Customers can click to view the product details.
Facebook Store Integration for Magento 2 © Meetanshi
• Customers can see product details and click on “Visit on Website” to purchase.

More Related Content

PDF
MageMob Cart Android & iOS Application
PDF
How to Add Products in Magento
PDF
Magento 2 Advance Shop By Brand Extension
PDF
Magento 2 Advance Shop By Brand Extension, Display Logo Slider on Store
PDF
User guide
DOCX
Magento Meta tag generator module user manual
PDF
Create new products
PDF
Create new product(s)
MageMob Cart Android & iOS Application
How to Add Products in Magento
Magento 2 Advance Shop By Brand Extension
Magento 2 Advance Shop By Brand Extension, Display Logo Slider on Store
User guide
Magento Meta tag generator module user manual
Create new products
Create new product(s)

What's hot (20)

PDF
2019 ottobre 30 english products management in gdoox
PPT
Joomla Migration Checklist - US Joomla Force
PDF
Catalogue add new variant
PDF
Magento 2 Quantity Increment Decrement
PDF
Magento 2 Facebook Pixel
PPTX
How To Promote Product Catalog in Facebook Dynamic Ads
PDF
Mobile App for Magento 2
PDF
Adding product via support tab
PDF
Magento 2 Social Proof Extensions User Guide
PDF
2019 ottobre 28 english gdoox personal profile
PPTX
Age Verification for Magento 2
PDF
Edit stock and status
PDF
Magento 2 Wishlist REST API
PDF
Odoo Kingfisher Pro Fashion Theme, Responsive eCommerce Fashion Store Theme
PDF
Plugins for Ecommerce platforms
PDF
Save and upload
PDF
Add existing products one by one
PPTX
Start a Blog: Module 5
PDF
YoKart Admin Manual – Comprehensive Multivendor eCommerce Store Management Sy...
PDF
Add existing products in bulk
2019 ottobre 30 english products management in gdoox
Joomla Migration Checklist - US Joomla Force
Catalogue add new variant
Magento 2 Quantity Increment Decrement
Magento 2 Facebook Pixel
How To Promote Product Catalog in Facebook Dynamic Ads
Mobile App for Magento 2
Adding product via support tab
Magento 2 Social Proof Extensions User Guide
2019 ottobre 28 english gdoox personal profile
Age Verification for Magento 2
Edit stock and status
Magento 2 Wishlist REST API
Odoo Kingfisher Pro Fashion Theme, Responsive eCommerce Fashion Store Theme
Plugins for Ecommerce platforms
Save and upload
Add existing products one by one
Start a Blog: Module 5
YoKart Admin Manual – Comprehensive Multivendor eCommerce Store Management Sy...
Add existing products in bulk
Ad

Similar to Magento 2 facebook Store Integration (20)

PDF
Magento 2 facebook shop
PDF
Facebooksuit for magento 2
PDF
Magento Community User Guide
PDF
Magento feature list
PDF
Magento feature-list
PDF
Magento features list
PPTX
Magento 20/20: Delivering Exceptional Commerce Experiences
PDF
Ryan_scott_magentocom_china_keynote_18112013
PDF
What shall you Pre-consider While Integrating Magento 2 with Third-party Apps...
DOCX
What shall you Pre-consider While Integrating Magento 2 with Third-partsy App...
PPTX
Magento presentatie
PPTX
Meet Magento : Connected store with magento 2
PPTX
Magento's Imagine eCommerce Conference 2011 - Mash-up of Magento and Salesfor...
PPTX
Features of Magento
PDF
ProjectDoc
PDF
PHPro Pieter Caluwaerts
PDF
39 shocking ways connecting SAP and Magento can kick start your retail business
PDF
Magento community edition user guide
PDF
A-Concise-Guide-to-Magento-Development-Services 1.pdf
PPT
Managing Multiple Store Fronts on Magento
Magento 2 facebook shop
Facebooksuit for magento 2
Magento Community User Guide
Magento feature list
Magento feature-list
Magento features list
Magento 20/20: Delivering Exceptional Commerce Experiences
Ryan_scott_magentocom_china_keynote_18112013
What shall you Pre-consider While Integrating Magento 2 with Third-party Apps...
What shall you Pre-consider While Integrating Magento 2 with Third-partsy App...
Magento presentatie
Meet Magento : Connected store with magento 2
Magento's Imagine eCommerce Conference 2011 - Mash-up of Magento and Salesfor...
Features of Magento
ProjectDoc
PHPro Pieter Caluwaerts
39 shocking ways connecting SAP and Magento can kick start your retail business
Magento community edition user guide
A-Concise-Guide-to-Magento-Development-Services 1.pdf
Managing Multiple Store Fronts on Magento
Ad

More from Meetanshi (20)

PDF
cupdf.com_magento-2-mobile-login.pdf
PDF
Magento 2 Cloud Backup
PDF
Magento 2 QuickBooks Online Integration
PDF
Magento 2 Zoho CRM Integration
PDF
Magento 2 Admin Action Log
PDF
Magento 2 Infinite Scroll
PDF
Magento 2 Sequel Logistics
PDF
Magento 2 Push Notifications
PDF
Magento 2 CBK T-Pay
PDF
Magento 2 M-Pesa Payment
PDF
Magento 2 BTSWholesaler Dropshipping
PDF
Magento 2 Size Chart
PDF
Magento 2 Inventory Report
PDF
Magento Cookie Notice
PDF
Magento Order Verification
PDF
Magento Facebook Chat
PDF
Magento WhatsApp Notifications
PDF
Magento 2 Saved Credit Card
PDF
Magento 2 Rave Payment Gateway
PDF
Magento 2 Email Attachments
cupdf.com_magento-2-mobile-login.pdf
Magento 2 Cloud Backup
Magento 2 QuickBooks Online Integration
Magento 2 Zoho CRM Integration
Magento 2 Admin Action Log
Magento 2 Infinite Scroll
Magento 2 Sequel Logistics
Magento 2 Push Notifications
Magento 2 CBK T-Pay
Magento 2 M-Pesa Payment
Magento 2 BTSWholesaler Dropshipping
Magento 2 Size Chart
Magento 2 Inventory Report
Magento Cookie Notice
Magento Order Verification
Magento Facebook Chat
Magento WhatsApp Notifications
Magento 2 Saved Credit Card
Magento 2 Rave Payment Gateway
Magento 2 Email Attachments

Recently uploaded (20)

PDF
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
PPT
“AI and Expert System Decision Support & Business Intelligence Systems”
PDF
Dropbox Q2 2025 Financial Results & Investor Presentation
PDF
Building Integrated photovoltaic BIPV_UPV.pdf
PPTX
Big Data Technologies - Introduction.pptx
PPTX
ACSFv1EN-58255 AWS Academy Cloud Security Foundations.pptx
PDF
Mobile App Security Testing_ A Comprehensive Guide.pdf
PDF
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
PDF
KodekX | Application Modernization Development
PDF
Advanced methodologies resolving dimensionality complications for autism neur...
PPTX
20250228 LYD VKU AI Blended-Learning.pptx
PPTX
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
PDF
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
PDF
Reach Out and Touch Someone: Haptics and Empathic Computing
PDF
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
PPTX
Digital-Transformation-Roadmap-for-Companies.pptx
PDF
Approach and Philosophy of On baking technology
PPTX
Programs and apps: productivity, graphics, security and other tools
PDF
Machine learning based COVID-19 study performance prediction
PDF
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
“AI and Expert System Decision Support & Business Intelligence Systems”
Dropbox Q2 2025 Financial Results & Investor Presentation
Building Integrated photovoltaic BIPV_UPV.pdf
Big Data Technologies - Introduction.pptx
ACSFv1EN-58255 AWS Academy Cloud Security Foundations.pptx
Mobile App Security Testing_ A Comprehensive Guide.pdf
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
KodekX | Application Modernization Development
Advanced methodologies resolving dimensionality complications for autism neur...
20250228 LYD VKU AI Blended-Learning.pptx
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
Reach Out and Touch Someone: Haptics and Empathic Computing
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
Digital-Transformation-Roadmap-for-Companies.pptx
Approach and Philosophy of On baking technology
Programs and apps: productivity, graphics, security and other tools
Machine learning based COVID-19 study performance prediction
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton

Magento 2 facebook Store Integration

  • 1. Facebook Store Integration for Magento 2 © Meetanshi Facebook Store Integration for Magento 2 User Guide Table of Content 1. Extension Installation Guide 2. Configuration 3. Set Google Product Category 4. Bulk Update Facebook Product Status 5. Bulk Update Facebook Store Attributes 6. Facebook Attribute Mapping 7. Product Feed CSV File Generation & Log 8. Add Shop Tab in Facebook Page 9. Add a Sample Product in Facebook Manually 10. Set Up the Catalog Feed in Facebook 11. Facebook Product Feed Update and Replace Schedule 12. Facebook Shop Live 13. Turn on Instagram Shopping
  • 2. Facebook Store Integration for Magento 2 © Meetanshi 1. Extension Installation • For Magento Marketplace Customers o Create a folder structure in Magento root as app/code/Meetanshi/FaceBookShop o Download and extract the zip folder and upload our extension files to the app/code/Meetanshi/FaceBookShop via FTP. o Login to your SSH and run below commands step by step: ▪ php bin/magento setup:upgrade ▪ For Magento version 2.0.x to 2.1.x - php bin/magento setup:static-content:deploy ▪ For Magento version 2.2.x & above - php bin/magento setup:static-content:deploy –f ▪ php bin/magento cache:flush • For Meetanshi Customers o Extract the zip folder and upload our extension to the root of your Magento 2 directory via FTP. o Login to your SSH and run below commands step by step: ▪ php bin/magento setup:upgrade ▪ For Magento version 2.0.x to 2.1.x - php bin/magento setup:static-content:deploy ▪ For Magento version 2.2.x & above - php bin/magento setup:static-content:deploy –f ▪ php bin/magento cache:flush 2. Configuration To configure the extension, login to Magento 2 backend, move to Stores → Configuration → Meetanshi → Facebook Store Integration where you can find various settings to configure the extension. • Generate CSV Manually: Click to generate CSV having the product feed data. • Add All Product(s) to CSV Generation: Adds all products to CSV generation and ignores the attribute selection of product. • Store Specific Generate CSV: Select “Yes” to generate CSV for specific store(s). • Store View: Choose store(s) for which you want to generate CSV file. • Schedule Periodic CSV Generation: Set “Yes” to schedule product feed CSV generation on a regular basis. This setting sets up the cron that keeps regenerating the product feed file (CSV) that Facebook fetches to update your Facebook shop. • Frequency: Sets frequency for CSV generation. o Monthly: generates CSV on monthly basis. o Weekly: generates CSV on weekly basis. o Daily: generates CSV on daily basis. o Hourly: generates CSV on hourly basis. • Start Time: Starting time of CSV generation that considers server time as a base time. Do not forget to schedule cron to periodically generate CSV. • Remove Out of Stock Product from CSV: Set “Yes” to remove out of stock products while creating product feed CSV and restrict those products display in the Facebook store. • Apply Catalog Rules on Product Price: Select “Yes” if you want the catalog rules to be reflected in the product prices shown in the Facebook shop. • Remove Pub/ from media url: Set “Yes” to remove “Pub” folder from media URL. It’s used for the URL starting with media folder only, like https://www.abc.com/media/catalog/product/a/b/ab.jpg
  • 3. Facebook Store Integration for Magento 2 © Meetanshi • Add Product URL: It redirects from Facebook store to product page if set to “Yes” else it redirects to checkout cart URL. • Product Price with Tax/VAT: Select “Yes” to display product price with Tax/VAT in Facebook store. • Add Product Special Price: Select “Yes” to display product price with special prices in Facebook store.
  • 4. Facebook Store Integration for Magento 2 © Meetanshi 3. Set Google Product Category The extension requires to set Google Product Category (ID or Name) for your Magento categories based on Google Product Taxonomy. • For Magento Categories Go to Catalog > Categories, select the categories you want to show in Facebook store, find the tab “Facebook Shop Integration”, and set the ID or name of the Google product category listed here that best fits with your Magento category. This helps when you want to run dynamic ads.
  • 5. Facebook Store Integration for Magento 2 © Meetanshi • For Magento Products Go to Catalog > Products, select the products you want to show in Facebook store, find the tab “Facebook Shop Integration”. o Facebook Shop Product: Enable the product to show in the Facebook store. o Product Condition: Select one of the product conditions to show in the Facebook store. The extension fills “New” by default. o Google Product Category: Set the ID or name of the Google product category listed here that best fits with your Magento product. Note: The Google Product category will be prioritized in Product >> Category. If you have set Google Product category for the product, it will be shown, else the ID of the category in which the product resides will be shown.
  • 6. Facebook Store Integration for Magento 2 © Meetanshi 4. Bulk Update Facebook Product Status The extension facilitates to update the Facebook product status using the mass action. If you want to only show some of the products in Facebook store, set their product status to YES. Go to Catalog > Products, select the products to update their Facebook product status and select the “Facebook Product Status” mass action from the Actions dropdown and set the required status in bulk. Note: Updating Facebook product status using mass action is not performed immediately but adds the action in queue. The execution of the queue is purely dependent on your cron job set up and number of product updates to reflect the change in Facebook catalog.
  • 7. Facebook Store Integration for Magento 2 © Meetanshi 5. Bulk Update Facebook Store Attributes You can bulk update Facebook store attributes. Go to Catalog > Products, select the products for which you want to update attributes, select “Update Attributes” mass action, set values for the options “Facebook Shop Product”, “Product Condition” and “Google Product Category”, and save to assign the values in bulk to selected products.
  • 8. Facebook Store Integration for Magento 2 © Meetanshi 6. Facebook Attribute Mapping After the extension installation, the extension automatically creates default mapping between the product attributes and Facebook fields with the same name. You don’t need to create mappings for those fields. For example, product name, ID, availability, price, condition, etc. • Add New Mapping Some of the Facebook fields are required (Check the list of required and optional fields here: https://developers.facebook.com/docs/marketing-api/catalog-feed-setup#supported-fields). Therefore, if the extension can’t fill some of the required fields itself, it can’t do mapping for those fields with the Facebook and thus, it displays an error message in the feed generation panel. To solve this issue, you need to create an attribute for the required field and map it with the Facebook field. To add new attribute mapping, simply go to Facebook Store Integration > Facebook Attribute Mapping and Click Add New Mapping. Select the Facebook attribute code and a relevant Magento attribute to create the mapping. Note: By default, the extension cannot create a mapping for the “Brand” field, make sure to create new Magento attribute for the “Brand” Facebook field and create the mapping for it, otherwise it will display error while generation feed. We can only proceed to the next step when all the required fields are mapped.
  • 9. Facebook Store Integration for Magento 2 © Meetanshi 7. Product Feed CSV File Generation & Log To synchronize Magento 2 store products with the Facebook store for the first time, you will not wait for the cron to generate the CSV on the scheduled time and thus, you need to generate a CSV using the manual method. All the manual and scheduled CSV file generation log is saved in a separate grid under Facebook Store Integration > Product Feed CSV Log. You can see the log added every time the product CSV gets generated, with the details like started and finished date and time, how the CSV generation took place (manually or using schedule), status and other details. The most importantly, download the CSV file from “Action” column of a grid to use it later in Facebook catalogue manager.
  • 10. Facebook Store Integration for Magento 2 © Meetanshi 8. Add Shop Tab in Facebook Page The products you integrate using the Facebook store will be shown under the “Shop” tab of your Facebook page. To add the “Shop” tab in your Facebook page, log in to your Facebook account using the credentials. Make sure you are admin of the page. Go to your page and click “Settings”. • Click on the “Templates and Tabs” under “Page settings” and enable the “Shop” tab.
  • 11. Facebook Store Integration for Magento 2 © Meetanshi • Now go to your Facebook page and click on “Shop” option from “More” tab to add the Shop tab in the menu. • The popup will be opened, tick the checkbox to agree to the Seller’s Terms and Policies and click Continue.
  • 12. Facebook Store Integration for Magento 2 © Meetanshi • After agreeing, you can see another popup to select the checkout method for the Facebook store products. Select “Check Out on Another Website” in our case and click “Continue”. • Next, another popup shows up, asking to choose the shop currency. Select the currency in which you want to show the Facebook store products, and click “Save”.
  • 13. Facebook Store Integration for Magento 2 © Meetanshi 9. Add a Sample Product in Facebook Manually Add a manual product from “Add Product” button of the Shop tab for the “Manage your Catalogue” button to appear.
  • 14. Facebook Store Integration for Magento 2 © Meetanshi • Enter Details required for sample product and click on “Add Product” button.
  • 15. Facebook Store Integration for Magento 2 © Meetanshi 10. Set Up the Catalog Feed in Facebook • After adding the sample product, the “Manage your Catalogue” button now appears. Click on it to import bulk products using the CSV you downloaded from the Product Feed CSV log. • The “Catalogue Manager” section will display by clicking “Manage your Catalogue” button. Select “Data sources” from the Catalogue tab and click on “Add products” button to insert bulk products.
  • 16. Facebook Store Integration for Magento 2 © Meetanshi • “Add items to your catalogue” section will appear. Select “Use bulk upload” option in our case to upload bulk products and click on the “Next” button. • Select “File upload” from “Choose upload option” and click “Next” button.
  • 17. Facebook Store Integration for Magento 2 © Meetanshi • Click on “Upload File” button and upload the CSV file that you’ve downloaded earlier from extension’s “Product Feed CSV Log” grid. • After successfully uploading the CSV file, Click on the “Next” button.
  • 18. Facebook Store Integration for Magento 2 © Meetanshi • Under “Complete Settings”, name your data source to find it later and choose the “Default currency” for your product prices and click on “Upload” button after configuring every steps. • After uploading product CSV successfully, you can see tab with three options: Overview, Items and Settings. • You can see overview of the products under “Overview” tab. Note: Updating product CSV will not perform the update immediately in the Facebook catalog. The execution of the products in Facebook catalog depends upon the number of products.
  • 19. Facebook Store Integration for Magento 2 © Meetanshi • You can see products added through CSV under “Items” tab of “Data sources” option.
  • 20. Facebook Store Integration for Magento 2 © Meetanshi 11.Facebook Product Feed Update and Replace Schedule To keep the product feed updated in the Facebook store, you need to setup update and replace schedule to keep on updating the product CSV generated in Magento 2 store with the Facebook store on a regular basis. Facebook, by default, provides setting up 2 different schedules to keep the Facebook store updated with the products. • Replace Schedule Every time the replace schedule is run; it processes all the products again from the product feed CSV URL added while scheduling. This might cause the disappearing of images and products from the Facebook store for a short while. Thus, it’s recommended to run the replace schedule once a week (if you don’t make frequent changes to store products) or once a day (if you make frequent changes to store products).
  • 21. Facebook Store Integration for Magento 2 © Meetanshi • Update Schedule Every time the update schedule is run; it makes faster changes to selected products in your feed. This is the recommended way of sending price and availability updates. Thus, it’s recommended to run the update schedule on an hourly basis to keep the minor changes like product availability and pricing updated. • In the “Data sources” option of “Catalogue Manager”, you can see all the data feeds which have been uploaded, scheduled, replaced or updated.
  • 22. Facebook Store Integration for Magento 2 © Meetanshi • When your data sources are updated on timely basis based on the schedule, an undesirable error may occur that can be analyzed using the “View report” button. • At the time of CSV updation, a newly updated data source gets generated whereas, an old data source is also there having the same products, and therefore, it denies modifying and generates an error. Just remove the old data source and continue the process. 12. Facebook Shop Live • Now go to Facebook page, you can see products under the “Shop” tab.
  • 23. Facebook Store Integration for Magento 2 © Meetanshi • Users can click on the product from the Facebook shop to see the product details. Click “Check out on Website” to add a product to the cart and check out directly on the website or move to the product page as per the configuration set under “Add Product URL” setting. • Once the user clicks “Check Out on Website” from the Facebook store product, he will be redirected to the website. He can continue and finish the order process hereafter.
  • 24. Facebook Store Integration for Magento 2 © Meetanshi 13. Turn on Instagram Shopping As you have the Facebook store live, you are automatically eligible for the Instagram Shopping feature. It allows you to tag your products with your Instagram posts, so when someone browses your Instagram posts can click the tagged products to get redirected to the website for purchase. • Open the Instagram app and go to settings
  • 25. Facebook Store Integration for Magento 2 © Meetanshi • Click on Business. This option will only show up here if your account is a business account.
  • 26. Facebook Store Integration for Magento 2 © Meetanshi • Click on shopping. This option will only be available if your account is approved for the Instagram Shopping.
  • 27. Facebook Store Integration for Magento 2 © Meetanshi • Select a product catalogue which in your case, would be the one you created in Facebook.
  • 28. Facebook Store Integration for Magento 2 © Meetanshi • After selecting the Facebook catalogue, go to your account, add an image and click “Tag Products”.
  • 29. Facebook Store Integration for Magento 2 © Meetanshi • Now select products from the catalogue or by searching, to tag with the image.
  • 30. Facebook Store Integration for Magento 2 © Meetanshi • Once you have tagged a product with the image, it will show like this.
  • 31. Facebook Store Integration for Magento 2 © Meetanshi • Once you have posted the Instagram image, customers can tap “View Products” to have a look at tagged products.
  • 32. Facebook Store Integration for Magento 2 © Meetanshi • Customers can click to view the product details.
  • 33. Facebook Store Integration for Magento 2 © Meetanshi • Customers can see product details and click on “Visit on Website” to purchase.