Product Feed
I'd like to output the price and special price for configurable products. How do I achieve this?
The required behavior can be achieved with the price attribute for price and final_price for special price. This way, the price of the simple product, belonging to a configurable product, with the smallest value will be output as a price, and the ...
I want to exclude particular products from the feed. How can I do that?
If you'd like to exclude particular products from the feed, you can use their SKUs in conditions of the feed: Step 1. Navigate to Amasty → Product Feed → Profiles. Step 2. Open the required feed's profile and select the SKU attribute in the ...
Google Merchant disapproved my products due to the "Incorrect Value [Identifier exists]" error. What should I do?
Google Merchant disapproves products either because they don't have GTIN at all or if the value is incorrect. Here is a useful article from Google explaining possible reasons in detail. GTIN is not a default Magento attribute, therefore, if you'd ...
How can I output price for the out-of-stock products in the feed?
If you'd like to output the price for out-of-stock products, please, use the Price attribute. This way, the price will be displayed even for the out-of-stock products.
How should I submit configurable products with their variants to Google Merchant?
Google advises using the item group ID [item_group_id] attribute to group product variants in the product data. Variants are a group of similar products that only differ from one another by product details like size [size], color [color], material ...
Feed outputs "pub" in the URLs of the "image" attribute when generated by Cron. How can I resolve it?
In order to change the behavior, open the env.php file located in app/etc/, find the document_root_is_pub line, and ensure that you have it enabled (=> true) as shown in the screenshot below:
Generating a feed returns an error "Something went wrong: SQLSTATE[42S02]: Base table or view not found: 1146 Table '****inventory_stock_1' does not exist". How to fix this issue?
This error occurs when the inventory module is enabled, yet the inventory is not used. The issue can be resolved by adjusting the InventoryResolver.php file that is located either in the app/code/Amasty/Feed/Model/ or vendor/amasty/feed/Model/ ...
My language is not supported in the Google Taxonomy source field of the module. Is there any solution here?
By default, the most commonly used taxonomy languages are added to the extension to make the search for the required categories easier: Nevertheless, in case your language is not added to the list, it is still possible to fill the New Category Name ...
We need to output both individual and parent SKUs with the simple products belonging to a configurable product in the feed. Is this possible?
Indeed, it's possible to use the SKU attribute in two fields. One field, marked as Parent=No, will pull each product's individual SKU; the other, configured as Parent=Yes, will output the SKU of the configurable product: You can use this ...
How to add an attribute to the list of attributes in the feed?
In order for the attribute to be available in the list of attributes in the feed profile, it should be allowed for usage in Promo Rules Conditions. Follow the steps below: Step 1. Navigate to Stores → Attributes → Product, choose the attribute and ...
The feed is not generated by schedule, Cron Job status is "Missed". How to fix this?
The most common reason for the 'Missed' Cron jobs is that Cron is configured in such a way that the pauses between its runs exceed the Missed if Not Run Within time setting of the Cron jobs. For instance, Cron is scheduled to run at 1, 30, and 59 ...
Can I output products based on the source or stock in the feed?
In order to include the available quantity of products from a specific source in your feed, kindly navigate to Amasty > Product Feed > Profiles > Feed and select the needed attribute (the name of the existing source) from the MSI Sources Qty group: ...
What is the difference between Facebook Feed, Product feed and Google Shopping Feed?
Facebook Feed, Google Shopping Feed and Product Feed are the three names of the same Amasty extension, they deliver identical functionality. Several product pages have been created to reveal the functionality of the module from different angles.
Does the extension support multi-store websites and allow to create feeds with several currencies?
Yes, Product Feed extension supports multi-store functionality. It allows choosing the required store view in the general settings of the feed. You can also set the currency in the Format tab. Out of the box, it is possible to set only one currency ...
Does the module work for Facebook shop, Google merchant as well as Instagram shop, Pinterest?
Our Product Feed extension has pre-made templates for Google Merchant, Facebook, Amazon, Bing, Instagram, Pinterest, TikTok, and eBay platforms. All the available templates can be found in Catalog → Feeds → Add New Feed on the arrow sign click. ...
Feed is empty after download - how to fix that?
If the feed was created via the custom feed template in .xml, .txt, or .csv formats, it is required to manually add some product attributes to it because initially, the custom template does not contain any attributes. For that, navigate to the ...
Excluding categories from mapping hangs browser. What’s the solution?
The issue might arise due to a huge amount of categories on Magento and not every one of them is being processed. The solution to this issue is to increase the value of the 'max_input_vars' attribute in the php.ini file up to at least 3000.
How to upload feed to Facebook?
Please follow the below instructions to create a Facebook feed with the scheduled generation synced with Magento 2. Set up the initial product catalog in Facebook business account in Data Sources → Data Feed → Next. Then specify all the required ...
Generating a feed returns an error: "Something went wrong: Couldn't lock indexer. Reindex in progress". How to fix?
This message indicates that during the generation of the feed, its indexers are currently in progress, in the Processing status. Before proceeding with the next steps, please make sure to update the extension to version 2.8.0, where we significantly ...
How to remove HTML from the product description?
In order to remove unnecessary HTML tags from the product attributes - description, short description, title - it is recommended to use both Strip Tags and Google HTML Escape modifiers one after another, like in the following example: If the text is ...
How to add shipping attributes to the Google Merchant feed?
The module itself does not calculate any shipping values - weight, prices, etc. as those are calculated during checkout. Shipping costs for the products in the feed should be specified in the marketplaces where this feed will be uploaded. As to ...
The second step in the Google Feed Wizard tool doesn't help to exclude categories from the feed. How can I do it?
On the second and third steps in the Google Feed Wizard tool, it's required to create the categories for Google taxonomy. Category names that are selected in the mapping are supposed to be ignored and not included in the feed file. Meaning that their ...
Test connection fails with error "Unable to open SFTP connection as...", what might be the issue?
This error message appears as a result of an unsuccessful test connection. First thing is to double-check the credentials from the FTP settings tab. There's a chance that one of these values was entered with a typo, either the password or user name ...
Generating a feed returns an error "There are no products to generate the feed". How to fix this issue?
This is one of the common errors, yet the troubleshooting process is quite simple. First, double-check the settings in the General and Conditions tabs in order to make sure that those configurations are valid and do not contradict each other. General ...
How to submit product feed to Google Merchant?
Once the feed is created in the Magento, you can upload it to the Google Merchant, following these simple steps. 1. Create a feed in your personal Google Merchant account by navigating to Products and clicking Add Products. Select the option Add ...