Anyone know where MySQL is written to for tracking entry in orders?
Cant seem to find it under
cscart_shipment_tems
cscart_shipments
cscart_order_data
cscart_orders
cscart_order_details
I’m not using the multiple shipment option
Any ideas?
Are you looking for where the tracking number is stored? If so, it will be in order_data and you can find a specific one by doing a search in phpMyAdmin using the order_id you want and type=‘S’. It will be a serialized array in the data area. It’s readable without unserializing.