Jump to content

Purchase Order Number Module


Recommended Posts

We have customers that we bill on terms. I want them to be able to order on our site, sign in, and use their PO number to pay. There are module add-ons for this with osCommerce. I'm hoping to get one for PrestaShop

Link to comment
Share on other sites

  • 1 month later...

I am also interested in what I would think, this very simple module.

Client Orders - I dont want his Credit card #, just
Enter: PO# (Purchase Number)

Submit

I suppose it might be like taking an offline creditcard #, but I dont need anything encrpted , or handled special, etc. Just plain text emailed / saved in the order, a single custom line.
The Above "School" mod worked back in 1.3 but is not broken and doesn't show up in 1.4 shops.

Any suggestions ?

Link to comment
Share on other sites

I appreciate the thought.... sadly, I know very little of programing (other then tweaking a few lines of php and css when needed, ie not programing)

Just thought there would be something that could be easy. I'm just curious as to why what I personally think should be a pretty simple and default order accepting "payment" method just isn't available...I would think it's just as important as accept cash...basically same thing, but needs a single input from the client for a PO#

Any other thoughts? or people with with direction or module they'd like to suggest? I'm all open

ifxsystems, you could just handle this in javascript.
Present "P.O.#" as a separate text field, and bind an onclick handler to the submit button (or the form submit event)
Before the form is submitted, the handler concatenates content from text field + content from "additional_info" (textarea) field
Link to comment
Share on other sites

  • 1 year later...
  • 2 years later...
×
×
  • Create New...