Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Customer Info Missing


iyah

Recommended Posts

Posted

hi,

 

i installed the fancier Fancier Invoice & Packing Slip Contribution and later realized it doesn't work with Paypal IPN so I uninstalled but ran into a problem.

 

If a customer chooses to pay by Paypal IPN their name, address, etc are not showing among the page with orders in Admin. There is just a blank space where the customer's name should be...then, when you click to view the order there is nothing in the box for "Sold To" Yet the box with "Ship To" is filled in.

 

Can anyone help?

 

There were some database changes that I would like to remove also:

 INSERT INTO `configuration` ( `configuration_id` , `configuration_title` , `configuration_key` , `configuration_value` , `configuration_description` , `configuration_group_id` , `sort_order` , `last_modified` , `date_added` , `use_function` , `set_function` ) VALUES ('', 'Send HTML or Text Invoices to Customers', 'EMAIL_INVOICE', 'true', 'If this is enabled, order invoices will be sent to the customer in HTML format.<br><br>Enabled = true<br>Disabled = false<br><br>To use this, you must have HTML E-mails enabled.<br><br>', '12', '0', NULL , NOW( ) , '',  "tep_cfg_select_option(array('true', 'false'),");
INSERT INTO `configuration` (`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('', 'Default E-Mailed HTML Invoice Template', 'EMAIL_TEMPLATE_FILE', 'html_invoice.php', 'Template file you will be using for HTML invoices to the customer<BR><BR><i>invoice.php</i> - Stock osC look<BR><i>html_invoice.php</i> - HTML version<BR><i>box_invoice.php</i> - HTML version<BR><BR>', 12, 0, NULL, NOW(), '', '');

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...