C
C
Creel2016-05-20 15:09:06
PHP
Creel, 2016-05-20 15:09:06

How to intercept order data in opencart?

In which opencart file is the easiest way to get data after placing an order for sending, for example, to crm or somewhere else?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
X
xmoonlight, 2016-05-20
@xmoonlight

the easiest way is to use a trigger in the database:
crazytechthoughts.blogspot.ru/2011/12/call-externa...
Really universal way!

M
Maxim Timofeev, 2016-05-20
@webinar

OpenCart works like mcv. Look where the request is sent, find the controller and add whatever you want there. Hints here: docs.opencart.com/developer/module

W
web-mechanic, 2016-05-20
@amfetamine

The data on the placed order is stored in the database, the basis of the functionality can be pulled out from the admin panel and implemented for your specific needs. View the relevant controllers on the admin side

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question