cxixer Posted November 7, 2006 Posted November 7, 2006 I'm not sure what I did, but now when going through the checkout process, everything seems to be in working order except when you get to the order confirmation page, the billing address says: Warning: htmlspecialchars() expects parameter 1 to be string, array given in shop/includes/functions/general.php on line 42 Line 42 is a bracket in my general.php, I'm not sure what to do here. Any help is appreciated!
cxixer Posted November 7, 2006 Author Posted November 7, 2006 oops, line 42 is as follows: return htmlspecialchars($string);
cxixer Posted November 7, 2006 Author Posted November 7, 2006 oops, line 42 is as follows: return htmlspecialchars($string); ok.. now by changing the billing address in the customer's settings, it's fixed, looks normal. but how can I prevent this from happening to a real customer?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.