Hi there everyone,
I resolved the issue by replacing the function with:
$html_shipping_address= str_replace(array("\\r\\n", "\\r", "\\n"), "<br />", $shipping_address);
but I'm just curious as to why it might quit working. My guy told me that sometime in July, the script stopped converting the /r/n into <br> and searches gave me a lot of other people that had the same problem and I found my workaround as well through the search,, but I couldn't find any thread on an actual explanation why it quit working for them.
Could anyone shed some light on why it might have stopped working?
Any insight is greatly appreciated!
thanks,
json