I have input a PO number but when I go to view the order it is not showing the po number at all. There is nothing there.

I would also like to show the number on the confirmation email to the customer and to the admin.
Is this possible?

Thx,
Z

Comments

scott m. sanders’s picture

I also want to see the PO on the order email. Do we need to edit the email template? I think this should be ready "out of the box" for this module.

Zalatar’s picture

No one has any suggestions on this?

Thx, Z

Zalatar’s picture

Hmmm....anyone??
Z

kostajh’s picture

Priority: Normal » Critical

I am running into the same problem with UC_PO 6.x-2.x-dev. The PO number is not saved in the order record if I select "Purchase Order" as the Payment Method.

However, if I enter a value in the "Purchase Order" field, and select the Payment Method as Credit Card (and fill out the relevant data there), the Purchase Order value is saved with the order record.

GloryFish’s picture

I took a look and it seems as if uc_checkout_pane_po() is looking for the purchase order number in $_POST['po_number'] but it's actually being posted to $_POST['panes']['po']['po_number'] . This results in the po number never being seen.

kruser’s picture

We're having the same issue. Need to see PO# on the emails and printable invoices.

kruser’s picture

It would probably help if we had read the homepage for the module...

"You will need to modify your invoice template to have the PO number show up, but you can do this simply by using the [po-number] token."

:)

patcon’s picture

Status: Active » Closed (fixed)