Skip to content

How to integrate Magento 1 with search service

The process of integration Magento 1 with LogsHub.com search service is divided into 2 parts:

  1. Installation of plugin.
  2. Running ecommerce-synch.

Additionally, you can better integrate search box view with your store's template. Every store is different.

Plugin

Features:

  • Connection admin configuration
  • View admin configuration
  • Search box on frontend

Installation

  1. Copy files
  2. Clear cache
  3. Relogin admin account
  4. Configure plugin (System > Configuration > LogsHub.com Search > General)
  5. OPTIONAL Integrate search box appearance with your current theme (every store is different)

Ecommerce Synch

We have created ecommerce-synch tool that supports Magento 1 platform. This tool synchronizes products and categories with our search service. You can see it on GitHub

How does it work

Cron executes synchronization command. It takes configuration file, determine what is input module. It executes its SQL SELECT statements and saves result into CSV files (products and categories). Output module push CSV data into our search service.

Magento 1 supported versions

  • 1.6.2.0 - 1.9.4.1

Other versions might work as well, but was not tested.

Installation

composer require logshub/ecommerce-synch

  • Make sure you set module = "magento1" in input section.
  • Pay attention to option magento_store_id = "0", as might be changed in your case.

More details on GitHub