misgperson Posted October 12, 2002 Posted October 12, 2002 Hello, I have just installed the "purchase order" contribution and am getting the following errors. Thanks for any help on this. /* $Id: purchase_order.php,v 1.0 2002/09/03 osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright © 2002 osCommerce Released under the GNU General Public License */ define('MODULE_PURCHASE_ORDER_TITLE', 'Purchase Order.'); define('MODULE_PURCHASE_ORDER_DESCRIPTION', 'Payment method with collecting of necessary information for purchase order.'); define('MODULE_PURCHASE_ORDER_EMAIL_FOOTER', 'Purchase Order.'); define('MODULE_PURCHASE_ORDER_ACCOUNT_NAME', 'Account Name'); define('MODULE_PURCHASE_ORDER_ACCOUNT_NUMBER', 'Account #'); define('MODULE_PURCHASE_ORDER_PO_NUMBER', 'Purchase Order #'); ?> Thanks Pall
rbartz Posted October 15, 2002 Posted October 15, 2002 Just add "<?php" (without the quotes) to the first line of the .../english/modules/payment/purchaseorder.php file Just an oversight in the distribution. Now if they would just have told you to add fields to the orders table...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.