Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls
 

New release: X-Cart 4.6.4 Classic

 
Reply
   X-Cart forums > News and Announcements
 
Thread Tools
  #11  
Old 07-07-2014, 04:46 AM
  ambal's Avatar 
ambal ambal is offline
 

X-Cart team
  
Join Date: Sep 2002
Posts: 4,121
 

Default Re: New release: X-Cart 4.6.4 Classic

Hey, Everyone,

I want to comment on this improvement a bit

Quote:
X-Payments connector has got lots of improvements for better usability.

This update addresses many X-Payments known issues and troubles with X-Cart 4.x like too many technical DB entries about started orders at X-Cart side, saving customer notes,
cc_xpc_iframe.php called twice to display CC form, Product inventory levels are not getting decreased when a Pre-Authorized order is paid via X-Payments (lite interface) and others. I would say this is quite serious update of X-Cart 4 connector. Besides it comes with much improved and easier X-Payments connection procedure.

Read more about this update at http://forum.x-cart.com/showthread.php?p=374824
__________________
Sincerely yours,
Alex Mulin
VP of Business Development for X-Cart
X-Payments product manager

Last edited by ambal : 07-09-2014 at 03:05 AM.
Reply With Quote

The following 2 users thank ambal for this useful post:
ADDISON (07-09-2014), chamberinternet (07-08-2014)
  #12  
Old 07-07-2014, 05:07 AM
 
herber@wirehub.nl herber@wirehub.nl is offline
 

eXpert
  
Join Date: Nov 2002
Posts: 305
 

Default Re: New release: X-Cart 4.6.4 Classic

Quote:
Originally Posted by aim
Thank you for the quick WA.

I have reuploaded the upgrade packs with this addition in the patch.sql file

Code:
-- Thanks to Steve Stoyanov (Cflsystems) UPDATE `xcart_orders` SET `all_userid` = `userid` WHERE `all_userid`=0;
I believe the new function to generate accounts for anonymous customers does not escape street names, as it has problems inserting anonymous accounts with streets that contain a '.
For example: Avenue de l'Europe

The query becomes:
Code:
INSERT INTO xcart_address_book (`title`, `firstname`, `lastname`, `address`, `city`, `county`, `state`, `country`, `zipcode`, `zip4`, `phone`, `fax`, `default_b`, `default_s`, `userid`) VALUES (■, 'FIRSTNAME', 'LASTNAME', 'Avenue de l'Europe droite', 'VИlizy-Villacoublay', ■, ■, 'FR', '123456', ■, '33633045883', ■, 'Y', 'Y', '19027')
As you can see the street name is not escaped.
My logs contain multiple errors related to executing this function and they all have street names with an ' in it.
Reply With Quote

The following user thanks herber@wirehub.nl for this useful post:
aim (07-07-2014)
  #13  
Old 07-07-2014, 05:22 AM
 
herber@wirehub.nl herber@wirehub.nl is offline
 

eXpert
  
Join Date: Nov 2002
Posts: 305
 

Default Re: New release: X-Cart 4.6.4 Classic

Quote:
Originally Posted by herber@wirehub.nl
Completely different Mac, cleaned Safari Cache & X-Cart cache, still the same 404.

I fixed the CSS bug myself, so that is gone.
I can probably fix the Jquery 404 by just adding a copy of that file, but I'm tired & will try that tomorrow.

This can be fixed by adding a regular copy of JQuery 1.10.2 to the following folder:
/skin/common_files/lib/

The 404 will no longer occur as there is a normal version of JQuery available next to the minified version.
Reply With Quote
  #14  
Old 07-07-2014, 09:31 PM
 
aim aim is offline
Advanced Staff Users
 

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

Default Re: New release: X-Cart 4.6.4 Classic

Quote:
Originally Posted by herber@wirehub.nl
I believe the new function to generate accounts for anonymous customers does not escape street names, as it has problems inserting anonymous accounts with streets that contain a '.
For example: Avenue de l'Europe

The query becomes:
Code:
INSERT INTO xcart_address_book (`title`, `firstname`, `lastname`, `address`, `city`, `county`, `state`, `country`, `zipcode`, `zip4`, `phone`, `fax`, `default_b`, `default_s`, `userid`) VALUES (■, 'FIRSTNAME', 'LASTNAME', 'Avenue de l'Europe droite', 'VИlizy-Villacoublay', ■, ■, 'FR', '123456', ■, '33633045883', ■, 'Y', 'Y', '19027')
As you can see the street name is not escaped.
My logs contain multiple errors related to executing this function and they all have street names with an ' in it.

I have uploaded a patch
apply_before_generate_anonymous.diff
to apply before anonymous generation.
Attached Files
File Type: diff apply_before_generate_anonymous.diff (542 Bytes, 12 views)
__________________
Sincerely yours,
Ildar Amankulov
Head of Maintenance group
Reply With Quote

The following 2 users thank aim for this useful post:
ADDISON (07-09-2014), herber@wirehub.nl (07-07-2014)
  #15  
Old 07-08-2014, 01:34 AM
 
aim aim is offline
Advanced Staff Users
 

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

Default Re: New release: X-Cart 4.6.4 Classic

Q: I've updated my webshop to 4.6.4.
I now get the following message:
Critical config values authenticity check failed for the following variables/features:
*Check if HTTPS connection to site is available*
This may have been caused by spurious operation of the protection system or some kind of malicious activity.
You can disable the authenticity check for config values by setting the constant CHECK_CONFIG_INTEGRITY to FALSE in config.php.

A: It seems for some reason
the upgrade/4.6.x-4.6.4/patch_post.php file
was not launched during the upgrade.
To generate a new signature
1)apply the uploaded patch
2)Open the admin/home.php page in a web-browser
3)Remove the patch from the admin/home.php file
Attached Files
File Type: diff fix_warning_HTTPS_connection_onlogin_in_admin.diff (1.6 KB, 9 views)
__________________
Sincerely yours,
Ildar Amankulov
Head of Maintenance group
Reply With Quote

The following user thanks aim for this useful post:
herber@wirehub.nl (07-08-2014)
  #16  
Old 07-08-2014, 01:44 AM
  cherie's Avatar 
cherie cherie is offline
 

X-Wizard
  
Join Date: May 2003
Location: USA
Posts: 1,534
 

Default Re: New release: X-Cart 4.6.4 Classic

I ran into this issue when DEVELOPMENT_MODE was on. Turning that off before upgrading avoided this situation for me.
__________________
redlimeweb.com
custom mods and design integration
4.7 linux
Reply With Quote

The following 2 users thank cherie for this useful post:
aim (07-08-2014), herber@wirehub.nl (07-08-2014)
  #17  
Old 07-08-2014, 01:37 PM
 
Dougrun Dougrun is online now
 

X-Adept
  
Join Date: Apr 2012
Posts: 898
 

Default Re: New release: X-Cart 4.6.4 Classic

I just did a stock upgrade from 4.6.3 to 4.6.4 and now I cannot add wholesale prices. It just returns me to the main product screen.

edit: this is on ly on the "wholesale prices" page, if i add wholesale prices to variants, it works ok.

edit2: Is this the reason why?? product_modify.php.diff
Code:
@@ -1290,7 +1332,7 @@ // Wholesale trading module - if (!empty($active_modules['Wholesale_Trading']) && $product_info['is_variants'] != 'Y') { + if (!empty($active_modules['Wholesale_Trading']) && (!empty($product_info['is_variants']) && $product_info['is_variants'] != 'Y')) { include $xcart_dir.'/modules/Wholesale_Trading/product_wholesale.php'; }
__________________
4.7.x xcart store
Business 5.4xx
Reply With Quote

The following 2 users thank Dougrun for this useful post:
aim (07-08-2014), mixon (07-09-2014)
  #18  
Old 07-09-2014, 02:30 AM
 
mixon mixon is offline
Michael Bugrov
 

X-Cart team
  
Join Date: Jul 2005
Posts: 91
 

Default Re: New release: X-Cart 4.6.4 Classic

Thank you. The issue has been fixed. We've re-uploaded the distribution packs.
__________________
--
Sincerely yours,
Michael Bugrov,
X-Cart Software Architector

founder of: X-Monitoring service
founder of: Infinite scroll

Facebook
Linked-in
Reply With Quote
  #19  
Old 07-09-2014, 03:24 AM
 
herber@wirehub.nl herber@wirehub.nl is offline
 

eXpert
  
Join Date: Nov 2002
Posts: 305
 

Default Re: New release: X-Cart 4.6.4 Classic

Quote:
Originally Posted by mixon
Thank you. The issue has been fixed. We've re-uploaded the distribution packs.
Could you post a patch for those who have already upgraded? There are multiple product_modify.php files and I can't find which has changed now.

(might I say that it's great to see how fast Qualiteam responds to all the reported bugs & the speed at which they are fixed? Great!)
__________________
X-Cart 4.7.12
Reply With Quote

The following user thanks herber@wirehub.nl for this useful post:
aim (07-09-2014)
  #20  
Old 07-09-2014, 05:23 AM
 
aim aim is offline
Advanced Staff Users
 

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

Default Re: New release: X-Cart 4.6.4 Classic

Quote:
Originally Posted by herber@wirehub.nl
Could you post a patch for those who have already upgraded? There are multiple product_modify.php files and I can't find which has changed now.

(might I say that it's great to see how fast Qualiteam responds to all the reported bugs & the speed at which they are fixed? Great!)

Thank you for your kind words.

I have uploaded the patch
Attached Files
File Type: diff wholesale_cannot_be_edited.diff (546 Bytes, 13 views)
__________________
Sincerely yours,
Ildar Amankulov
Head of Maintenance group
Reply With Quote
Reply
   X-Cart forums > News and Announcements



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -8. The time now is 01:02 AM.

   

 
X-Cart forums © 2001-2020