Hello. I need to program my own statistics for the store. The data I want to write to the database along with the order. I need information:
In which file, the script adds an order to the database?
How to add a record to a database?
Hello. I need to program my own statistics for the store. The data I want to write to the database along with the order. I need information:
In which file, the script adds an order to the database?
How to add a record to a database?
includes/classes/order.php
is the script that adds an order to the db. specifically look at function create.
as far as adding a record to a db, look at the ZC documentation. specifically:
https://www.zen-cart.com/wiki/index....ers_-_Database
good luck.
Bookmarks