cancel
Showing results for 
Search instead for 
Did you mean: 

Magento 1.9 - Place Order Insert Query

Magento 1.9 - Place Order Insert Query

Hi,

In checkout page, our website has place order button with customer details, shipper integration details, payment method details and product details. After click place order button values insert into the table and displayed a success message.

 

But at the same time, we need to take all field values in the checkout page. I am trying PHP and jquery options. But not getting all values properly.

 

Please suggest me how to take all checkout page form field values before insert into the table in the database.

 

Is it possible to take all values in phtml file?

 

Because I need all values into my javascript function before insert into the table in the database.

Please suggest me how to do that?

 

Thanks,