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/19 11:25]
rihad [Configuration]
integration_documentation:plugin:en:integration:shopware_6 [2024/01/12 13:19] (current)
rihad
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.
  
 --- ---
Line 117: Line 131:
 Breaking changes to the main plugin will only be released in major releases (e.g. 3.x.x => 4.x.x) and a respective `UPGRADE-x.x` guide can be found at [GitHub](https://​github.com/​findologic/​plugin-shopware-6). ​ Breaking changes to the main plugin will only be released in major releases (e.g. 3.x.x => 4.x.x) and a respective `UPGRADE-x.x` guide can be found at [GitHub](https://​github.com/​findologic/​plugin-shopware-6). ​
  
-</markdow +</markdown>
-n>+