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

Both sides previous revision Previous revision
Next revision
Previous revision
integration_documentation:plugin:en:integration:shopware_5 [2021/12/02 17:39]
daniel
integration_documentation:plugin:en:integration:shopware_5 [2023/03/14 15:21] (current)
tobi
Line 22: Line 22:
   * **Active for category pages:** Activate Findologic on navigation pages - for API integration.   * **Active for category pages:** Activate Findologic on navigation pages - for API integration.
   * **Cross-Selling categories:​** Select categories to exclude the products within from getting exported. Those products will not show up in search or navigation results, used for cross-selling products.   * **Cross-Selling categories:​** Select categories to exclude the products within from getting exported. Those products will not show up in search or navigation results, used for cross-selling products.
-  * **CSS class for main cotainter:​** In case different html container should be used for Direct Integration,​ see [[https://​docs.findologic.com/​doku.php?​id=integration_documentation:​direct_integration|documentation]]. 
-  * **CSS class for main cotainter on category pages:** In case different html container should be used for Direct Integration,​ see [[https://​docs.findologic.com/​doku.php?​id=integration_documentation:​direct_integration|documentation]]. 
-  * **Integration (read only):** This field is set automatically and shows the used integration,​ either Direct Integration or API. 
   * **Findologic Test:** This button is shown when the Findologic integration is still in staging mode. Clicking the button will redirect you to the shop frontend, where Findologic can be tested. Please be aware that a successful product export must happen before the test mode can be used.   * **Findologic Test:** This button is shown when the Findologic integration is still in staging mode. Clicking the button will redirect you to the shop frontend, where Findologic can be tested. Please be aware that a successful product export must happen before the test mode can be used.
  
Line 75: Line 72:
   * Product is visible in standard search and product detail page.   * Product is visible in standard search and product detail page.
  
 +==== Export specific product ====
 +
 +For testing purposes the export can be called for a specific product. If the product is not exported, it will list the errors, otherwise the XML is shown.
 +<​code>​https://<​SHOP_URL>/​findologic?​shopkey=<​SHOP_KEY>&​productId=<​PRODUCT_ID></​code>​
 +
 +  * **shopkey:​** <​SHOPKEY>​ provided by Findologic
 +  * **productId:​** Id or order number of the product
 +
 +{{:​integration_documentation:​plugin:​en:​integration:​shopware_5:​debug_product_error.png?​600|}}
 +
 +<​markdown>​
 +---
 +</​markdown>​
  
 If you have troubles with the export please contact us at [[support@findologic.com|support@findologic.com]]. If you have troubles with the export please contact us at [[support@findologic.com|support@findologic.com]].
Line 86: Line 96:
 To extend the default behavior of the Findologic main plugin and still be able get the to latest plugin updates, we've created the [Findologic extension plugin](https://​github.com/​findologic/​plugin-shopware-5-extension). It already contains some code for extending the export logic, but you can also extend the plugin to override search logic, or even the templates of filters. To extend the default behavior of the Findologic main plugin and still be able get the to latest plugin updates, we've created the [Findologic extension plugin](https://​github.com/​findologic/​plugin-shopware-5-extension). It already contains some code for extending the export logic, but you can also extend the plugin to override search logic, or even the templates of filters.
  
-For detailed information on how to use the extension and code examples, please ​see+For detailed information on how to use the extension and code examples, please ​follow
-* [Shopware 5 plugin extension](https://​docs.findologic.com/​doku.php?​id=integration_documentation:​plugin:​en:​integration:​shopware_5:​extension) ​by Findologic. +* [Shopware 5 plugin extension](https://​docs.findologic.com/​doku.php?​id=integration_documentation:​plugin:​en:​integration:​shopware_5:​extension) ​in the Findologic ​documentation
-* [Extend an existing plugin via another plugin](https://​developers.shopware.com/​developers-guide/​plugin-extension-by-plugin/​) ​by Shopware.+* [Extend an existing plugin via another plugin](https://​developers.shopware.com/​developers-guide/​plugin-extension-by-plugin/​) ​in the Shopware ​documentation.
  
  
Line 124: Line 134:
 ## Upgrade information ## Upgrade information
  
-Breaking changes to the main plugin will only be released in major releases (e.g. 10.x.x => 11.x.x) and a respective `UPGRADE-x.x` guide can be found in [GitHub](https://​github.com/​findologic/​plugin-shopware-5). ​+Breaking changes to the main plugin will only be released in major releases (e.g. 10.x.x => 11.x.x) and a respective `UPGRADE-x.x` guide can be found at [GitHub](https://​github.com/​findologic/​plugin-shopware-5). ​
  
 </​markdown>​ </​markdown>​