=OTS=G-Man2009-07-22 00:38 | Hello, I am wondering how I would add something to the admin screen in the orders detail area » Quick.Cart v3.x |
Makaron2009-07-22 11:15 | When somebody make new order You have to add this value to database orders_products.php. Look at function addOrder() in core/orders.php. |
beholder2009-07-22 13:05 | if you really need help in this little thing and still don't know how, find my contact on this forum and send me ftp access to your site. I'll help you quickly, this should be very easy. |
=OTS=G-Man2009-07-22 19:08 | Thanks for the info. I tried adding it to the end of line 304 like this
>save( DB_ORDERS_PRODUCTS, Array( 'iElement' => $iElement++, 'iOrder' => $aForm['iOrder'], 'iProduct' => $aData['iProduct'], 'iQuantity' => $aData['iQuantity'], 'fPrice' => $aData['fPrice'], 'sName' => $aData['sName'], 'sCatalogNum' => $aData['sCatalogNum'] ) );
|
=OTS=G-Man2009-07-22 19:09 | ohh and forgot to mention, i did edit the order_product table and added the sCatalogNum to the arrays |
beholder2009-07-22 23:42 | I can't do it like this, over the forum. This thing is simple to do with sources, but to duplicate all your changes in my copy of QC would be a nuisance, all the while trying to show you how to do it via this interface.. impossible. |