View Single Post
  #23  
Old 05-08-2012, 11:50 AM
 
kcmastrpc kcmastrpc is offline
 

Newbie
  
Join Date: Apr 2012
Posts: 1
 

Default Re: PO Numbers on Invoices, Searchable in Orders.

Having an issue with getting this to work.

I can insert a table entry for po_number manually, and it'll show up just fine in searches, etc. but as soon as I go to create a new order through xcart I get an error.

Warning
403
Access denied !

You are not allowed to access that resource!

Id: 79

This error no longer occurs if I remove:

'po_number' => addslashes(getPONum($order_details)),

from func.order.php

I've tried changing the dbtype to text from varchar, but that didn't help.
__________________
4.4.5
Reply With Quote