customer_account:template_manager:template_manager_variables:result_variables

customer_account:template_manager:template_manager_variables:result_variables

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
customer_account:template_manager:template_manager_variables:result_variables [2019/05/22 12:36]
fe80:6838:8204:7241:6aa9:419b:de43:27ef ↷ Links adapted because of a move operation
customer_account:template_manager:template_manager_variables:result_variables [2020/09/22 12:25] (current)
pavel [Items of the RESULT array]
Line 16: Line 16:
  
 ^ Variable ^ Type ^ Brief description ^ ^ Variable ^ Type ^ Brief description ^
-| ''​ITEM.ID''​ | string | The unique item ID as submitted in the [[export_patterns:csv|CSV]] or [[xml_export_documentation:​xml_format|XML]]. | +| ''​ITEM.ID''​ | string | The unique item ID as submitted in the [[csv_export_documentation:csv_format|CSV]] or [[xml_export_documentation:​xml_format|XML]]. | 
-| ''​ITEM.ORDERNUMBER''​ | string | The ordernumber as submitted in the [[export_patterns:csv|CSV]] or [[xml_export_documentation:​xml_format|XML]]. |+| ''​ITEM.ORDERNUMBER''​ | string | The ordernumber as submitted in the [[csv_export_documentation:csv_format|CSV]] or [[xml_export_documentation:​xml_format|XML]]. | 
 +| ''​ITEM.MATCHING_ORDERNUMBER''​ | string | The ordernumber of the product in case it matches the query. |
 | ''​ITEM.TITLE''​ | string | The item name with emphasis of terms found ''​flemphasis''​((If search term highlighting is activated)) . | | ''​ITEM.TITLE''​ | string | The item name with emphasis of terms found ''​flemphasis''​((If search term highlighting is activated)) . |
 | ''​ITEM.TITLE_WITHOUT_HIGHLIGHTING''​ | string | The item name without emphasis of terms found. | | ''​ITEM.TITLE_WITHOUT_HIGHLIGHTING''​ | string | The item name without emphasis of terms found. |
Line 23: Line 24:
 | ''​ITEM.PRICE''​ | number | The currently applicable gross price of the item, e.g. offer price. | | ''​ITEM.PRICE''​ | number | The currently applicable gross price of the item, e.g. offer price. |
 | ''​ITEM.OVERRIDDEN_PRICE''​ | number | The normal price, RRP, etc. | | ''​ITEM.OVERRIDDEN_PRICE''​ | number | The normal price, RRP, etc. |
-| ''​ITEM.IMAGE''​ | string | The URL of the item thumbnail image. |+| ''​ITEM.IMAGE''​ | string | The URL of the item thumbnail image. If there are many images in the feed - all of them will be presented in the properties with index after ''​image'':​ ''​$RESULT.PROPERTIES.image0'',​ ''​$RESULT.PROPERTIES.image1''​ etc. |
 | ''​ITEM.URL''​ | string | The URL of the item detail page. | | ''​ITEM.URL''​ | string | The URL of the item detail page. |
 | ''​ITEM.TAX_RATE''​ | number | The tax rate of the item. | | ''​ITEM.TAX_RATE''​ | number | The tax rate of the item. |