integration_documentation:plugin:en:integration:shopware_6

integration_documentation:plugin:en:integration:shopware_6

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
integration_documentation:plugin:en:integration:shopware_6 [2023/05/15 12:13]
tobi
integration_documentation:plugin:en:integration:shopware_6 [2024/01/12 13:19] (current)
rihad
Line 105: Line 105:
 <​markdown>​ <​markdown>​
 The generated XML is validated against our predefined [XSD scheme](https://​raw.githubusercontent.com/​Findologic/​xml-export/​master/​src/​main/​resources/​Findologic.xsd) and built with our export library [libflexport](https://​github.com/​Findologic/​libflexport). The generated XML is validated against our predefined [XSD scheme](https://​raw.githubusercontent.com/​Findologic/​xml-export/​master/​src/​main/​resources/​Findologic.xsd) and built with our export library [libflexport](https://​github.com/​Findologic/​libflexport).
 +
  
 ## Plugin extension ## Plugin extension
Line 111: Line 112:
  
 For detailed information on how to use the extension and code examples, please see [Shopware 6 plugin extension](https://​docs.findologic.com/​doku.php?​id=integration_documentation:​plugin:​en:​integration:​shopware_6:​extension) For detailed information on how to use the extension and code examples, please see [Shopware 6 plugin extension](https://​docs.findologic.com/​doku.php?​id=integration_documentation:​plugin:​en:​integration:​shopware_6:​extension)
 +
 +
 +## Sorting options
 +
 +**Shopware -> Findologic:​**
 +- product.cheapestPrice -> price asc/desc
 +- product.name -> label asc/desc
 +- product.releaseDate -> dateadded asc/desc
 +- _score -> No order parameter
 +- product.sales -> salesfrequency asc/desc
 +
 +Custom sorting options can be added via our plugin extension. Please see our [documentation](https://​docs.findologic.com/​doku.php?​id=integration_documentation:​plugin:​en:​integration:​shopware_6:​extension#​add_custom_sorting_options_for_api_integration) for more information.
  
 --- ---