General settings
The majority of the feed-specific attributes have been set up automaticaly but is some cases you may find usefull to adjust attribute behavior more specificaly.
- Feed attribute - Name of the element/column in target XML/CSV feed.
- XPath - Element location in XML feed.
- Prefix - Constant prefix for exported value. The same for all products.
- Default value - Constant value.The same for all products. This value is exported in case that Magento attribute is not chosen or its value is empty.
- Magento attribute - The value of selected Magento product attribute is exported as feed attribute value.
- Convert attribute - Described below in more detail.
- Suffix - Constant suffix for exported value. The same for all products.
- Export parent product attribute value - Export the parent product attribute value instead of Magento attribute value of given child product.
- Yes - Export the parent product attribute value for all its child products.
- No - Export of the parent product attribute value is disabled.
- If empty - Export the parent product attribute value only if the attribute value of its child product is empty.
- Chars limit - Character limitation for exported value.
- Post-process action- Text processing functions for an exported value. The value is processed as a text string. This is multi-select option.
- Cdata - Characted data. Text is enclosed in "<![CDATA[]>".
- Remove end of lines - Removes end of character lines.
- Remove spaces - Removes character spaces, e.g. tab, end of line, space etc.
- Strip tags - Strips HTML and PHP tags.
- Encode special chars - Converts special characters to HTML entities.
- Decode special chars - Converts special HTML entities back to characters.
- Encode html entities - Convert all applicable characters to HTML entities.
- Decode html entities - Convert all HTML entities to their applicable characters.
- Insert HTML line breaks - Inserts HTML line breaks (<br/>) before all newlines (\r\n, \n\r, \n and \r) in a string.
Info |
---|
title | Table row is disabled |
---|
|
Disabled row in Attribute mapping table means that the given row is already preconfigured according to the feed requirements and it is not possible to change that option. |
...
Code Block |
---|
|
In Prefix or Sufix column you may use following expression to increases price by 15%.
[[{{price_final_include_tax}} * 1.15]]
// increasing the price by 25
[[{{price_final_include_tax}} + 25]]
Note that attribute code you may find in attribute detail under Catalog > Attributes > Manage Attributes. |
...
Filter by label (Content by label) |
---|
showLabels | false |
---|
showSpace | false |
---|
cql | label = "attributes" |
---|
labels | attributes |
---|
|