Upgraded from 4.6.0 and found the previous official patches cause the upgrade to fail on those patched files. Please tell me that someday in the future (even if it's years away) official patches will be supported by the upgrade process. If func.core.php can't patch this throws a wrench in the process.
Also found that modules/Discount_Coupons/add_coupon.tpl now has the following:
PHP Code:
<a name='check_coupon' />
This is not quite right and causes Firefox to render this element in the wrong place in the DOM. View source and it also shows there is an error with this line. You can see it in the demo. This is better:
PHP Code:
<a id="check_coupon"></a>