integration_documentation:plugin:en:direct_integration:oxid

integration_documentation:plugin:en:direct_integration:oxid

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:direct_integration:oxid [2021/02/17 14:27]
daniel
integration_documentation:plugin:en:direct_integration:oxid [2022/01/17 13:44]
daniel removed
Line 12: Line 12:
 The **Findologic Search & Navigation** plugin is downloaded from the OXID stackexchange store: The **Findologic Search & Navigation** plugin is downloaded from the OXID stackexchange store:
  
-* [CE 4.7.x - 6.2.x](https://​exchange.oxid-esales.com/​Frontend-and-User-Experience/​Search-Navigation-and-Filters/​Findologic-Search-Navigation-1-0-0-Stable-CE-4-7-x-6-2-x.html?​listtype=search&​searchparam=findologic) +* [CE 4.7.x - 6.3.x](https://​exchange.oxid-esales.com/​Frontend-and-User-Experience/​Search-Navigation-and-Filters/​Findologic-Search-Navigation-1-0-0-Stable-CE-4-7-x-6-2-x.html?​listtype=search&​searchparam=findologic) 
-* [EE/PE 4.7.x/5.0.x - 6.2.x](https://​exchange.oxid-esales.com/​Frontend-and-User-Experience/​Search-Navigation-and-Filters/​Findologic-Search-Navigation-1-0-0-Stable-EE-PE-4-7-x-5-0-x-6-2-x.html?​listtype=search&​searchparam=findologic)+* [EE/PE 4.7.x/5.0.x - 6.3.x](https://​exchange.oxid-esales.com/​Frontend-and-User-Experience/​Search-Navigation-and-Filters/​Findologic-Search-Navigation-1-0-0-Stable-EE-PE-4-7-x-5-0-x-6-2-x.html?​listtype=search&​searchparam=findologic)
  
-### Export ​plugin+### Demo export ​plugin
  
 The **Findologic Export** plugin zip can be downloaded here: The **Findologic Export** plugin zip can be downloaded here:
  
-* [CE/EE/PE 4.7.x - 6.2.x](https://​docs.findologic.com/​lib/​exe/​fetch.php?​media=integration_documentation:​plugins:​oxid_4_6_export_plugin.zip)+* [CE/EE/PE 4.7.x - 6.3.x](https://​docs.findologic.com/​lib/​exe/​fetch.php?​media=integration_documentation:​plugins:​oxid_4_6_export_plugin.zip) 
 + 
 +</​markdown>​ 
 +<note tip>By default the export plugin contains only demo product data, it's necessary to export the actual product data with the help of libflexport.</​note>​
  
 +<​markdown>​
 ## Installation ## Installation
  
Line 38: Line 42:
 ``` ```
  
-### Activation & Configuration+#### Activation & Configuration
  
-#### OXID 6.1 and lower+##### OXID 6.1 and lower
  
 * Open the OXID admin and activate the module **Findologic - Search & Navigation Platform**. * Open the OXID admin and activate the module **Findologic - Search & Navigation Platform**.
Line 48: Line 52:
 * Clear shop cache or remove tmp files manually: `rm <​shop_directory>/​source/​tmp/​*` * Clear shop cache or remove tmp files manually: `rm <​shop_directory>/​source/​tmp/​*`
  
-#### OXID 6.2 and higher+##### OXID 6.2 and higher
  
 * Open the OXID admin and activate the module **Findologic - Search & Navigation Platform**. * Open the OXID admin and activate the module **Findologic - Search & Navigation Platform**.
Line 109: Line 113:
  
 The export is triggerred by the [[https://​github.com/​findologic/​plugin-oxid-di|plugin-oxid-di]] module and  The export is triggerred by the [[https://​github.com/​findologic/​plugin-oxid-di|plugin-oxid-di]] module and 
-calls +calls the extension plugin:
 <code php>​FindologicExport::​startExport</​code>​ <code php>​FindologicExport::​startExport</​code>​
 +
 +See file **findologic-export/​findologic-export/​FindologicExport.php**.
 +
  
 Please use this example and modify it to your needs. The library provides you with the functionality to export XML according to the [[xml_export_documentation:​xml_format|xml export documentation]]. The exported XML will be validated against a predefined [[https://​github.com/​findologic/​xml-export/​blob/​master/​src/​main/​resources/​findologic.xsd|XSD Schema]]. Please use this example and modify it to your needs. The library provides you with the functionality to export XML according to the [[xml_export_documentation:​xml_format|xml export documentation]]. The exported XML will be validated against a predefined [[https://​github.com/​findologic/​xml-export/​blob/​master/​src/​main/​resources/​findologic.xsd|XSD Schema]].
 +
 +Further information in [[https://​github.com/​findologic/​libflexport/​blob/​develop/​README.md|README]] of libflexport.
  
 ==== Run export ==== ==== Run export ====
Line 123: Line 132:
  
   * **shopkey:​** API key provided by Findologic   * **shopkey:​** API key provided by Findologic
-  * **start:** number that should not be lower than zero +  * **start:** number that should not be lower than zero, default 0. 
-  * **count:** number that should not lower than zero and “start” number+  * **count:** number that should not lower than zero and “start” number, default 20.
  
  
 This export url has to be set in the Findologic Account [[https://​account.findologic.com/#/​app/​search-navigation/​import-export|Settings]],​ see [[customer_account:​import-export|documentation]]. This export url has to be set in the Findologic Account [[https://​account.findologic.com/#/​app/​search-navigation/​import-export|Settings]],​ see [[customer_account:​import-export|documentation]].
  
-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] 
 +].