How to integrate OpenCart with search service
We have created OpenCart extension to connect your instance with our search service. You can see it on GitHub or OpenCart Marketplace.
How does it work
- Adds admin's configuration page, to fill LogsHub credentials
- Adds new cron job to synchronize daily products and categories with our API
In the next version of module, we will add full frontend integration. For now, it is only synchronization of products and categories.
OpenCart Supported Versions
- 3.1.0.0_b (by extension)
- 2.1.0.2 - X (by ecommerce-synch)
Other versions have not been tested yet.
Installation from marketplace (option 1)
You can find extension on OpenCart Marketplace.
Installation from github (option 2)
- Download module from GitHub.
- Rename it to
search-module-opencart-master.ocmod.zip
. - In your OpenCart, go to
Extensions > Installer
and upload that zip file. - In your OpenCart, go to
Extensions > Extensions
, from dropdown selectModules
and click install forLogsHub Search
module. - From the previous page click edit button for
LogsHub Search
module, and fill credentials. You can find them in your LogsHub dashboard. - Go to
Extensions > Cron Jobs
and run cron job. Core cron will synchronize products and categories daily.