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 [2022/12/15 14:23]
rihad old revision restored (2022/12/13 13:41)
integration_documentation:plugin:en:integration:shopware_6 [2024/01/12 13:19] (current)
rihad
Line 5: Line 5:
  
 ## Download from Shopware store ## Download from Shopware store
-  * [Findologic - Search ​Navigation Platform](https://​store.shopware.com/​en/​fin6494960032131f/​findologic-search-navigation-platform.html)+  * [Findologic - Search ​and Navigation Platform](https://​store.shopware.com/​en/​fin6494960032131f/​findologic-search-navigation-platform.html)
  
 ## Installation ## Installation
Line 36: Line 36:
 #### Export #### Export
   * **Export products without price:** Products with a price of 0 are not exported by default.   * **Export products without price:** Products with a price of 0 are not exported by default.
 +  * **Use XML variants logic:** [More information here](https://​docs.findologic.com/​doku.php?​id=integration_documentation:​plugin:​en:​integration:​shopware_6:​export_information#​variants)
   * **Considered advanced pricing:** Define what type of advanced price should be exported, or non at all.   * **Considered advanced pricing:** Define what type of advanced price should be exported, or non at all.
   * **Exported main variant:** Define what type of product should be considered as main product.   * **Exported main variant:** Define what type of product should be considered as main product.
Line 104: 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 110: 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.
  
 --- ---