VirtueMart Forum

VirtueMart 2 + 3 + 4 => Plugins: Payment, Shipment and others => Topic started by: karmicsynergy on July 30, 2013, 12:31:50 PM

Title: Payments BY Purchase Order
Post by: karmicsynergy on July 30, 2013, 12:31:50 PM
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
Title: Re: Payments BY Purchase Order
Post by: 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.
Title: Re: Payments BY Purchase Order
Post by: karmicsynergy on July 31, 2013, 10:06:34 AM
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
Title: Re: Payments BY Purchase Order
Post by: Maxim Pishnyak on July 31, 2013, 10:31:40 AM
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.
Title: Re: Payments BY Purchase Order
Post by: karmicsynergy on July 31, 2013, 12:01:50 PM
thanks ill take a look