Quote:
Originally Posted by aim
Do you mean this bug from X-Car 4.6.1 CHANGELOG ?
Code:
*INTERFACE*
[!] 11 Jul 2013, random - Bug (0134391): There were some misprints when editing a customer's profile in AOM. Fixed. Thanks to cflsystems.
No, this bug is related to these fields
http://forum.x-cart.com/showpost.php?p=360191&postcount=104
|
I mean the bug that when you're in AOM, editing the 2nd address line of the customer (both billing + shipping) for that order does not work. I will test it after upgrading, but for now I have a bug with the upgrade:
After upgrading on my testserver, all the directories get an extra slash in the source, as such:
Code:
<script><script type="text/javascript" src="//skin/common_files/js/common.js"></script>
Both JS/CSS get this, which displays all pages without CSS/JS/images.
Before the upgrade to 4.6.5 (so on 4.6.4) that same piece looks like this on the live server:
Code:
</script><script type="text/javascript" src="/skin/common_files/js/common.js"></script>
The extra slash gives loads of errors loading JS and CSS and images on the page.