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:09]
rihad
integration_documentation:plugin:en:integration:shopware_6 [2024/01/12 13:19] (current)
rihad
Line 11: Line 11:
 1. Go to *Extensions → My extensions*. 1. Go to *Extensions → My extensions*.
  
-{{:app_open_configuration.png?direct&​600|}}+2. Install and activate the Findologic plugin. 
 +    ![](https://docs.findologic.com/​lib/​exe/​fetch.php?media=integration_documentation:​plugin:​en:​integration:​shopware_6:​plugin_list.png)
  
 3. Click on *Open extension* 3. Click on *Open extension*
Line 35: 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 103: 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 109: 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.
  
 --- ---