integration_documentation:magento

integration_documentation:magento

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:magento [2020/10/22 16:38]
daniel
integration_documentation:magento [2021/01/25 14:15]
dominik removed
Line 1: Line 1:
-{{:​integration_documentation:​plugins:​magento_logo.png?​400|}} +{{:​integration_documentation:​plugins:​magento_logo.png?​nolink&400|}} 
- +===== Integration with Magento ​plugin =====
-===== Integration with Magento plugin =====+
  
 Supports Magento 2.x for Direct Integration. Supports Magento 2.x for Direct Integration.
- 
-In order to use the Findologic service you need to install: 
-  * [[https://​github.com/​findologic/​plugin-magento-2-di/​|plugin-magento-di]] for Findologic search & navigation platform. 
-      * //Link to marketplace.magento.com will follow soon// 
-  * [[https://​github.com/​findologic/​plugin-magento-2-di-export/​|plugin-magento-2-di-export]] for Findologic product export. 
  
 ===== Download ===== ===== Download =====
  
-  - Download Findologic search & navigation from the Magento Marketplace.+  - Download Findologic search & navigation from the [[https://​marketplace.magento.com/​findologic-search-and-navigation-platform.html|Magento Marketplace]].
   - Download the [[https://​docs.findologic.com/​lib/​exe/​fetch.php?​media=integration_documentation:​plugins:​magento_2_export_plugin.zip|Findologic export plugin]]. The following steps  need to be followed also for the export plugin.   - Download the [[https://​docs.findologic.com/​lib/​exe/​fetch.php?​media=integration_documentation:​plugins:​magento_2_export_plugin.zip|Findologic export plugin]]. The following steps  need to be followed also for the export plugin.
 +
 +----
 +
 +Also available on Github for developers:
 +  * [[https://​github.com/​findologic/​plugin-magento-2-di/​|plugin-magento-di]] for Findologic search & navigation platform.
 +  * [[https://​github.com/​findologic/​plugin-magento-2-di-export/​|plugin-magento-2-di-export]] for Findologic product export.
  
 ===== Install plugin ===== ===== Install plugin =====
  
   - Navigate to the directory of your Magento shop (root directory).   - Navigate to the directory of your Magento shop (root directory).
-  - Extract the plugin archive and move the folder Findologic to the directory ​//app/code//.+  - Extract the plugin archive and move the folder Findologic to the directory ​**/app/code**. Create **code** directory in case it doesn'​t exist.
   - In the root directory include the [[https://​github.com/​findologic/​libflexport|Findologic export library]] by executing <code shell>​composer require findologic/​libflexport</​code>​   - In the root directory include the [[https://​github.com/​findologic/​libflexport|Findologic export library]] by executing <code shell>​composer require findologic/​libflexport</​code>​
 +
 +When both plugins have been copied the file structure should look like:
 +{{:​integration_documentation:​plugins:​magento_module_file_structure.png|}}
  
  
 ===== Enable the extension ===== ===== Enable the extension =====
  
-There are two ways to enable this extension.+There are two ways to enable this extension:
  
-  * The Magento Module Manager. +  * [[#​magento_module_manager|Magento Module Manager]] 
-  * Using the Terminal.+  * [[#​using_the_command_line_interface|Using the command line interface]]
  
  
Line 72: Line 75:
  
 {{:​integration_documentation:​6_enable.png}} {{:​integration_documentation:​6_enable.png}}
 +
 +Continue with [[#​configure_extension|configure extension]].
  
 \\  \\ 
  
-==== Using the terminal ​====+==== Using the command line interface ​====
  
   * Go to the root directory of your Magento shop.   * Go to the root directory of your Magento shop.
   * Check status of modules by executing <code bash>​bin/​magento module:​status</​code>​   * Check status of modules by executing <code bash>​bin/​magento module:​status</​code>​
-  * Enable the module ​by executing <code bash>​bin/​magento module:​enable Findologic_Search</​code>​+  * Enable the modules ​by executing ​ 
 +<code bash>​bin/​magento module:​enable Findologic_Search</​code>​ 
 +<code bash>​bin/​magento module:​enable Findologic_Export</​code>​
  
 {{:​integration_documentation:​1_enable.png}} {{:​integration_documentation:​1_enable.png}}
Line 122: Line 129:
 is included. ​ is included. ​
  
-<note tip>By default the export contains only demo product data, it'​s ​in the responsibility of the client ​to export the actual product data with the help of libflexport.</​note>​+<note tip>By default the export contains only demo product data, it'​s ​necessary ​to export the actual product data with the help of libflexport.</​note>​
  
 The export is triggerred by the [[https://​github.com/​findologic/​plugin-magento-2-di/​|plugin-magento-di]] and  The export is triggerred by the [[https://​github.com/​findologic/​plugin-magento-2-di/​|plugin-magento-di]] and