Skip to content

How to integrate osCommerce with search service

We have created ecommerce-synch tool that supports osCommerce 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.

osCommerce supported versions

  • 2.3.4.1 - 2.4.2

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

Installation

composer require logshub/ecommerce-synch

  • Make sure you set module = "oscommerce2" in input section.

More details on GitHub