integration_documentation:plugin:en:integration:shopware_5

integration_documentation:plugin:en:integration:shopware_5

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Next revision Both sides next revision
integration_documentation:plugin:en:integration:shopware_5 [2021/01/25 14:13]
dominik created
integration_documentation:plugin:en:integration:shopware_5 [2021/04/22 15:43]
daniel
Line 110: Line 110:
 ==== Integration of Smart Did-You-Mean ==== ==== Integration of Smart Did-You-Mean ====
  
-See [[integration_documentation:​plugins:​shopware_smart_did_you_mean|documentation]].+See [[integration_documentation:​plugins:​shopware_smart_did_you_mean|Customize Smart Did-You-Mean in Shopware 5]].
  
-==== Export customization ====+----
  
 +==== Default export ====
 +
 +Please see [[integration_documentation:​plugin:​en:​integration:​shopware_5:​export_information|Shopware 5 - Export information]] to get an overview which values are exported by default and where they can be found in your Shopware 5 backend.
 +
 +----
 +
 +==== Export customization ====
 The plugin can be extended by following the [[https://​developers.shopware.com/​developers-guide/​plugin-extension-by-plugin/​|Shopware plugin system standard]]. All important classes are registerd as services. Findologic provides a boilerplate plugin ​ [[https://​github.com/​findologic/​plugin-shopware-5-extension|plugin-shopware-5-extension]] which can be copied and used as a quickstart to customize the export. The plugin can be extended by following the [[https://​developers.shopware.com/​developers-guide/​plugin-extension-by-plugin/​|Shopware plugin system standard]]. All important classes are registerd as services. Findologic provides a boilerplate plugin ​ [[https://​github.com/​findologic/​plugin-shopware-5-extension|plugin-shopware-5-extension]] which can be copied and used as a quickstart to customize the export.
 +
 +=== Variant export for Direct Integration ===
 +The extension plugin already includes the code to export product variants in a JSON property, see
 +[[https://​github.com/​findologic/​plugin-shopware-5-extension/​blob/​main/​ExtendFinSearchUnified/​BusinessLogic/​Models/​FindologicArticleModel.php|FindologicArticleModel::​addVariantsJson()]]
 +
 +Please modify it to match your use case.
  
 ---- ----