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
Last revision Both sides next revision
integration_documentation:plugin:en:integration:shopware_6 [2022/11/23 10:35]
tobi
integration_documentation:plugin:en:integration:shopware_6 [2024/01/12 13:18]
rihad
Line 1: Line 1:
-<note important>​Page already contains information for the upcoming version 4</​note>​ 
- 
 <​markdown>​ <​markdown>​
 +
 +<note important>​important</​note>​
 ![](https://​docs.findologic.com/​lib/​exe/​fetch.php?​w=400&​tok=a3b266&​media=integration_documentation:​plugins:​sw6-logo.jpg) ![](https://​docs.findologic.com/​lib/​exe/​fetch.php?​w=400&​tok=a3b266&​media=integration_documentation:​plugins:​sw6-logo.jpg)
  
Line 7: Line 7:
  
 ## 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 38: Line 38:
 #### 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 56: Line 57:
 ### Default export ### Default export
  
-Please see [Shopware 6 - Export information](https://​docs.findologic.com/​lib/​exe/​fetch.php?media=integration_documentation:​plugin:​en:​integration:​shopware_6:​export_information) to get an overview which values are exported by default and where they can be found in your Shopware 6 backend.+Please see [Shopware 6 - Export information](https://​docs.findologic.com/​doku.php?id=integration_documentation:​plugin:​en:​integration:​shopware_6:​export_information) to get an overview which values are exported by default and where they can be found in your Shopware 6 backend.
  
 ### Trigger product export ### Trigger product export
Line 102: Line 103:
 ![](https://​docs.findologic.com/​lib/​exe/​fetch.php?​cache=&​media=integration_documentation:​plugin:​en:​integration:​export_debug_example.png) ![](https://​docs.findologic.com/​lib/​exe/​fetch.php?​cache=&​media=integration_documentation:​plugin:​en:​integration:​export_debug_example.png)
  
-If you have troubles with the export please contact us at [support@findologic.com](mailto:support@findologic.com)+</​markdown>​ 
 +If you have troubles with the export please contact us at [[support@findologic.com|support@findologic.com]]
 +<​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 114:
  
 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.
  
 --- ---