0
votes

I want to integrate products from live external api into prestashop 1.6, so user can add them to cart and make orders also.

I found a solution to override the function that call products from Database but the website countaine modules that call products directely from database (it is not solution to override the modules also, because if there is a new ones it hard to do the same work).

I'm waiting for you solutions.

Thank you

1

1 Answers

0
votes

In your case I see two solutions: - You import the products in question in your Prestashop shop - You change the product classes, Categories, etc ... to no longer query on the database, but on your API

Regards,