Pull products from external database with custom search
-
I am designing a website for an automotive company.
The problem i am facing is that the company has their own database filled with their parts (each part has a name, descrip, what type of part (brake pad, wipers, engine pistons), part id for store, part id of it in relative to another store and so on), thus i would like to pull these items from this database to be display onto the woo commerce page product page. Because their are 50k+ parts, thus cannot pull all from the database.Therefore I am implementing a custom search/ filter, such as the user can search by entering their car’s make, model,year, and part category (engine,brakes, electrical,accessories) and then displaying the necessary products that fall under those categories. The user also has option of entering their car’s VIN number and all the parts that fit their car will be displayed. And finally a third normal search feature where user can search with key words.
Because these search features are complicated. The database has a lot of tables to accommodate this. So when the search happens. All the tables have to be link to find the necessary parts required.I could not find any documentation that could help me with this.
What do i need/ how can I make this all possible?
- The topic ‘Pull products from external database with custom search’ is closed to new replies.