I need a payment plugin that will let me add a input box for the customers Purchase Order (there reference for the order)
something like the standard payment will be fine IF I could add a text box to the payment method and the customer can add there ref to the order
I don't understand what is the ref to the order, but in VM you could create shopper fields.
Quote from: Maxim Pishnyak on July 30, 2013, 20:45:30 PM
I don't understand what is the ref to the order, but in VM you could create shopper fields.
yes you can make shopper fields but there can only go on the user registration or shipping and i need it in the payment section and the Customers Purchase Order Number changes on every order and the customer will have to type it in
hope this makes more sense
You could try to check available payment plugins for VM one by one.
After observing using input box alike trick in them you could try to reproduce the same thing in your target payment plugin.
I did text search in my d:\com_virtuemart.2.0.22_ext_aio\admin\plugins\vmpayment\ folder with TotalCommander
and I could see there 4 php files where inputbox command is used.
thanks ill take a look