Product Feed: Magento Extension by Amasty. User Guide.

21
User Guide: Product Feed Page 1 Product Feed Magento Extension User Guide Official extension page: Product Feed Support: http://amasty.com/support.html

description

The module allows you to create unlimited number of product feeds, so you can create an individual feed for each comparison shopping engine according to its technical requirements. You can learn more at http://amasty.com/product-feed.html

Transcript of Product Feed: Magento Extension by Amasty. User Guide.

Page 1: Product Feed: Magento Extension by Amasty. User Guide.

User Guide: Product Feed Page 1

Product Feed

Magento Extension User Guide

Official extension page: Product Feed

Support: http://amasty.com/support.html

Page 2: Product Feed: Magento Extension by Amasty. User Guide.

Table of contents:

1. Product Feed Settings ….………………………………………………………………….3 2. Custom fields functionality ………………………………………………………………4 3. Creation of product feeds ………………………………………………………..………10 4. Ready-made templates for feeds creation …………………………………….….. 11 5. Feed generation mode and other feed options …………………………………..12 6. Configure feed content ……………………………………………………………………13 7. Select products for the feed ……………………………………………………..………18 8. Select products for the feed: Filtration by conditions ……………………….. 19 9. Specify delivery data ……………………………………..……………………………….20

Page 2 Support: http://amasty.com/support.html

User Guide: Product Feed

Page 3: Product Feed: Magento Extension by Amasty. User Guide.

Page 3 Support: http://amasty.com/support.html

1. Product Feed Settings

To edit the extension settings please go to admin panel -> System -> Configuration -> Product Feeds

You can set maximum memory which can be used for generation of feeds and batch size. Let’s say you have 1000 products in catalog and batch size of 100. The product feed will be generated in 10 iterations of 100. The purpose of this is to insure that your server will not get overloaded.

User Guide: Product Feed

You can enable two additional options for feeds: 1. Ability to use url of parent products for associated items of configurable products. 2. An option to either use default image or just skip image for products, which do not have images.

Page 4: Product Feed: Magento Extension by Amasty. User Guide.

Page 4 Support: http://amasty.com/support.html

2. Custom fields functionality

It is possible to create custom fields for cases when you need to modify the original values of an attribute. For this please go to Catalog -> Product Feeds -> Custom Fields.

User Guide: Product Feed

Page 5: Product Feed: Magento Extension by Amasty. User Guide.

Page 5 Support: http://amasty.com/support.html

2. Custom fields functionality

Please specify the custom field name, code and choose the attribute based on which the custom field is created. In this case it is ‘Brand’.

User Guide: Product Feed

Default value will be used if some product does not use the base attribute - e.g. is not assigned to any brand. It can be set either statically or as a dynamic variable. For dynamic variable you can specify an alternative attribute which can be used instead of the base one in cases when a product does not use the base attribute. E.g. you can specify {manufacturer} as default value for cases when a product does not use attribute ‘brand’.

Example 1. You want to create feed for Google Product Search and need to change category hierarchy.

Page 6: Product Feed: Magento Extension by Amasty. User Guide.

Page 6 Support: http://amasty.com/support.html

User Guide: Product Feed

At the ‘Mapping’ tab you can specify with which values the original text values of the base attribute should be replaced. In our case we replace category name ‘Cell Phones’ with ‘Electronics > Communications > Telephony > Mobile Phones’.

2. Custom fields functionality

Page 7: Product Feed: Magento Extension by Amasty. User Guide.

Page 7 Support: http://amasty.com/support.html

User Guide: Product Feed

‘Modification’ field can be used for numeric attributes to modify the values either by percent or by fixed amount. E.g. you can increase values of attribute ‘Price’ by 10% or decrease them by fixed amount of 5.

Example 2. You want to create feed for Google Product Search, but your prices already include 13% of tax. You want to export the prices for your products without tax.

2. Custom fields functionality

Page 8: Product Feed: Magento Extension by Amasty. User Guide.

Page 8 Support: http://amasty.com/support.html

User Guide: Product Feed

Specify value of attribute here.

Choose the conditions here. In our case, we assign $35 shipping rate for womens shoes and $25 shipping rate for children shoes.

Example 3. You have different shipping rates for different groups of products in your store. You need to export this information with the feed. To change the attribute according to multiple conditions use tab ‘Advanced’ while custom field creation.

2. Custom fields functionality

Page 9: Product Feed: Magento Extension by Amasty. User Guide.

Page 9 Support: http://amasty.com/support.html

User Guide: Product Feed

In this case we 1) Increase the price by 20% for the products with cost less than 100 2) Increase the price by 10% for the products with cost greater than 100

Use ‘Modification’ field for numeric attributes to modify the values either by percent or by fixed amount.

Example 4. You want to modify prices in the feed according to specific conditions.

2. Custom fields functionality

Page 10: Product Feed: Magento Extension by Amasty. User Guide.

Page 10 Support: http://amasty.com/support.html

User Guide: Product Feed

Now we got to creation of feeds. For this please go to Catalog -> Product Feeds -> Feeds.

3. Creation of product feeds

Page 11: Product Feed: Magento Extension by Amasty. User Guide.

Page 11 Support: http://amasty.com/support.html

User Guide: Product Feed

When you create a feed, you can use the ready made template. This way feed will contain all the basic settings for the certain shopping search engine. You can do any custom adjustments during the creation process or later. There are templates available for several shopping engines: shopping.com, google.com, myshopping.com, nextag.com, shopmania.com, amazon.com, bing.com, TheFind.com, getprice.com.

4. Ready-made templates for feeds creation

Page 12: Product Feed: Magento Extension by Amasty. User Guide.

Page 12 Support: http://amasty.com/support.html

User Guide: Product Feed

At the general tab you can: 1. Select for which store view to create the feed. 2. Specify its name. 3. Choose format (XML, CSV or TXT). 4. Specify the name of the feed file. After the feed generation the file can be either downloaded manually from Magento backend or from the ftp location you specify at the Delivery tab. 5. Select feed generation mode (Manual, Daily, Weekly or Monthly). 6. Choose delivery type – manual download of feed file or upload of the file via ftp. 7. Set the number of pictures used for the product. (while adjusting the feed you’ll be able to choose one of the pictures for the ‘image’ type of field)

5. Feed generation mode and other feed options

Page 13: Product Feed: Magento Extension by Amasty. User Guide.

Page 13 Support: http://amasty.com/support.html

User Guide: Product Feed

The ‘Content’ tab allows to configure which product data to include in the product feeds. The functionality of the tab depends on the format you select at the ‘General’ tab. If you choose XML format, you will get fields for entering the feed header, footer and product information.

6. Configure feed content

To add a line of data to a feed, please enter the attribute xml tag according to the specification of a particular shopping search engine, e.g. g:price for google.

Please select the type of data to enter – a product attribute, a custom field or just some plain text. Please see the next page for continuation.

Page 14: Product Feed: Magento Extension by Amasty. User Guide.

Page 14 Support: http://amasty.com/support.html

User Guide: Product Feed

When ‘Attribute’ or ‘Custom Field’ data type is selected, in the ‘Value’ field you can choose which attribute or custom field to enter into the feed.

6. Configure feed content

Page 15: Product Feed: Magento Extension by Amasty. User Guide.

Page 15 Support: http://amasty.com/support.html

User Guide: Product Feed

6. Configure feed content

It is possible to limit the number of characters for the data values. Once you complete configuring the data entry, please click ‘Insert’ button.

When you choose ‘Yes’ for ‘parent’ setting, data from the main configurable product will be used.

Page 16: Product Feed: Magento Extension by Amasty. User Guide.

Page 16 Support: http://amasty.com/support.html

User Guide: Product Feed

6. Configure feed content

With CSV or TXT format, at the ‘Content’ tab you can get options for feed file formatting – whether to show column names in the feed file, how to separate fields, etc.

To add a line with data to the feed please click ‘Add Column’ button. For each line you can indicate the column header (title), choose type of data, select the value, specify which text should be displayed before and after the values, max value length.

CUSTOM FIELDS. You can choose custom field if you need to make changes to existing attributes. See how to create custom field

Page 17: Product Feed: Magento Extension by Amasty. User Guide.

Page 17 Support: http://amasty.com/support.html

User Guide: Product Feed

In the ‘Formats’ section you can specify the date format for the feed file, choose how many digits should be displayed after delimiter for decimal prices.

6. Configure feed content

You can also choose whether to use value of parent configurable product for associate products if attribute is empty and whether to use category in URL or not.

Choose whether to use default image for products without images.

Page 18: Product Feed: Magento Extension by Amasty. User Guide.

Page 18 Support: http://amasty.com/support.html

User Guide: Product Feed

At the ‘Conditions’ tab you can choose which products to include in the feed. It is possible to select which product types to include in the feed, e.g. ‘Simple’ and ‘Configurable’ and whether to include disabled and out of stock products in the feed.

7. Select products for the feed

At ‘Products Filter Configuration’ tab you can choose ixclude products from the feed according to specific conditions. Narrow down the list of products by creating complex rules with AND | OR logics. In our example we exclude products with brand ‘Dell’ and ‘Sony’ from the list.

Page 19: Product Feed: Magento Extension by Amasty. User Guide.

Page 19 Support: http://amasty.com/support.html

User Guide: Product Feed

Use ‘empty’ functionality to exclude products without attribute option from the product feed

8. Select products for the feed: Filtration by conditions

Category and quantity are also available for conditions

Page 20: Product Feed: Magento Extension by Amasty. User Guide.

Page 20 Support: http://amasty.com/support.html

User Guide: Product Feed

When you select ‘FTP’ as delivery type at the ‘General’ tab, at the ‘Delivery’ tab you can enter credentials of the ftp account, to which the feed should uploaded.

9. Specify delivery data

In addition you can specify the path where file should be uploaded and whether to use passive or active mode for ftp connection.

Page 21: Product Feed: Magento Extension by Amasty. User Guide.

Thank you!

Your feedback is absolutely welcome!

Page 21

Should you have any questions or feature suggestions, please contact us at:

http://amasty.com/support.html

Support: http://amasty.com/support.html

User Guide: Product Feed