Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Recommended Posts

Posted

I installed the Purchase Order 1.4.1 contribution but the purchase order number that's entered in during checkout does not show up either on the invoice or on the page that displays the details of a particular order.

 

The number that a user keys in shows up fine on the confirmation page.

 

Anyone else have this problem or anyone else know what I might do to put the number on there?

 

Contribution:

http://www.oscommerce.com/community/contributions,1892

 

Any suggestions appreciated! :D

Posted

This is the code for the contribution that appears in the "admin/orders.php" file:

 

<?php
// purchaseorders_1_4 start
   }
 else if($order->info['purchase_order_number'])
 {
?>
         <tr>
           <td colspan="2"><?php echo tep_draw_separator('pixel_trans.gif', '1', '10'); ?></td>
         </tr>
         <tr>
           <td class="main"><?php echo ENTRY_PURCHASE_ORDER_NUMBER; ?></td>
           <td class="main"><?php echo $order->info['purchase_order_number']; ?></td>
         </tr>
<?php
// purchaseorders_1_4 end
   }
?>

 

It seems like it should be displaying the number right? Meanwhile, all it displays is "PURCHASE ORDER". That's it. Very strange....any ideas?

Posted

Hello all,

 

The company I'm working at will be placing our site live in a day and a half. This, unfortunately, has to be working. Our Customer Service people have to know which PO number the customer used.

 

This seems strange that the number would show up for the customer but not for the admin....

 

Anyhoo, we need this done and I am totally not familiar with PHP at all. We would be willing to pay for someone to take care of the problem. Could someone PM me for a quote?

 

Many thanks,

JH

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...