VirtueMart Forum

VirtueMart 2 + 3 + 4 => General Questions => Topic started by: tarku on February 22, 2013, 11:15:59 AM

Title: Insert Query in virtuemart_orders
Post by: tarku on February 22, 2013, 11:15:59 AM
Hi
Can anyone tell me where is the insert query for '#__virtuemart_orders'  in virtuemart
Joomla Version 2.5.9 Virtuemart 2.0.18(a) and php 5.3.14
Please Thank You
Title: Re: Insert Query in virtuemart_orders
Post by: satnag29 on February 22, 2013, 11:18:15 AM
Quote from: tarku on February 22, 2013, 11:15:59 AM
Hi
Can anyone tell me where is the insert query for '#__virtuemart_orders'  in virtuemart
Please Thank You

its in components/com_virtuemart/views/invoices and order folders.
Title: Re: Insert Query in virtuemart_orders
Post by: tarku on February 22, 2013, 11:26:34 AM
No it is not in the components\com_virtuemart\views\invoice
I dont think it should be in the view folder.
Can u please show me the line or tell me the line number so that it is easy to track
Title: Re: Insert Query in virtuemart_orders
Post by: GJC Web Design on February 23, 2013, 11:22:10 AM
the actual query will be in the tables/orders.php but the function is

models/orders.php  private function _createOrder($_cart, $_usr, $_prices)
Title: Re: Insert Query in virtuemart_orders
Post by: tarku on February 25, 2013, 06:19:25 AM
Thank you for reply GJC Web Design I hope there should be insert query for the order as in earlier version like 1.1.x  but there is function that why missed it
But you did not thank you