View Single Post
  #20  
Old 09-16-2013, 01:01 AM
  random's Avatar 
random random is offline
Advanced Staff Users
 

X-Cart team
  
Join Date: Dec 2008
Posts: 79
 

Default Re: X-Cart 4.6.1 released

Quote:
Originally Posted by cflsystems
OPC again has issues with jquery and updates. Go to demo site, add to cart, go to checkout, login. Click on change address. Select new one form the list. Everything refreshes and the "please wait" tab shows but never goes away. The only way to continue on the page is to refresh it

Thanks for reporting this issue, we have fixed it.

Quote:
Originally Posted by cherie
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

This issue also has been fixed.

We've also decided to re-upload the distributive package including these fixes.
Anyone, who already downloaded it can use the attached patches.
Attached Files
File Type: zip 4_6_1_post_fix.zip (1.0 KB, 9 views)
__________________
Sincerely yours,
Vladimir Petrov
Senior X-Payments Developer
Reply With Quote