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

Meet 4.6.6: Simplify Commerce, SagePay API update, Universal Analytics, VAT exemption

 
Reply
   X-Cart forums > News and Announcements
 
Thread Tools
  #21  
Old 12-08-2014, 11:24 PM
 
mixon mixon is offline
Michael Bugrov
 

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

Default Re: Meet 4.6.6: Simplify Commerce, SagePay API update, Universal Analytics, VAT exemption

Quote:
Originally Posted by herber@wirehub.nl
Great, thank you!

How about the VAT validation bug?

The VAT validation issue does not brake the validation, as it appears only if HTTPS bouncers are not configured in the store. Please select libCURL as a preferred bouncer to fix the issue.
__________________
--
Sincerely yours,
Michael Bugrov,
X-Cart Software Architector

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

Facebook
Linked-in
Reply With Quote
  #22  
Old 01-01-2015, 03:56 AM
 
herber@wirehub.nl herber@wirehub.nl is offline
 

eXpert
  
Join Date: Nov 2002
Posts: 305
 

Default Re: Meet 4.6.6: Simplify Commerce, SagePay API update, Universal Analytics, VAT exemption

Quote:
Originally Posted by mixon
The VAT validation issue does not brake the validation, as it appears only if HTTPS bouncers are not configured in the store. Please select libCURL as a preferred bouncer to fix the issue.

Net::SSLeay, CURL, libCURL all give the same error:
Quote:
Failed to validate vat number. The vat number checking service not available.
The VIES website is available, so I'd say it's something else.

According to the Summary page, the following versions of the modules are installed:
Net::SSLeay 1.35
libCURL 7.19.7
CURL executable curl 7.19.7

So if the modules are installed, selecting a different module doesn't work, what could it be then?
(I use CURL in some of my scripts outside of X-Cart on the server, so I know CURL in PHP works)

Nothing in the logs, only that the HTTPS module has changed (since I tried all of them).
__________________
X-Cart 4.7.12
Reply With Quote
  #23  
Old 01-05-2015, 03:25 AM
 
mixon mixon is offline
Michael Bugrov
 

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

Default Re: Meet 4.6.6: Simplify Commerce, SagePay API update, Universal Analytics, VAT exemption

I've attached the patch for no HTTPS bouncers installations.

The error means there is no connection to the vat checking service. The results are cached for 10 minutes by default. So, you can try clearing the cache and try again.

If problem persists, please try enabling the logging for the VAT checking service. To do that define a constant in config.local.php script e.g. as follows:

PHP Code:
define('XC_VAT_NUMBER_CHECKER_DEBUG'1); 

If you have no config.local.php file, just create a new one in the X-Cart installation directory. The content of the file should be like this:

PHP Code:
<?php define('XC_VAT_NUMBER_CHECKER_DEBUG'1); ?>

After that check the var/log directory and find the x-errors_xcisvatappspot-xxxxxx.php file.
Attached Files
File Type: txt DIFF.patch.txt (1.5 KB, 5 views)
__________________
--
Sincerely yours,
Michael Bugrov,
X-Cart Software Architector

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

Facebook
Linked-in
Reply With Quote
  #24  
Old 02-04-2015, 10:43 AM
 
TonyD TonyD is offline
 

eXpert
  
Join Date: Mar 2004
Location: Okc
Posts: 288
 

Default Re: Meet 4.6.6: Simplify Commerce, SagePay API update, Universal Analytics, VAT exemption

Am I missing something? This Simply Commerce while slick looking seems to be a very poor payment gateway. I have installed in and gotten it working fine but there is no address verification, and what options they do offer do not work.

I ran several transactions with the zip and cvc options set to decline if no match... EVERY transaction was approved even when the only correct information provided was the CC number and expiration, Everything else was entered wrong on purpose.

There is no phone number to reach anyone at Simply Commerce to discuss this problem and their emails replies have been non-existent as well.
__________________
X-Cart v 4.7.8(live)
Reply With Quote
  #25  
Old 02-19-2015, 10:41 AM
 
MfromG MfromG is offline
 

Advanced Member
  
Join Date: Feb 2014
Posts: 37
 

Default Re: Meet 4.6.6: Simplify Commerce, SagePay API update, Universal Analytics, VAT exemption

Why was Lexity Live removed from 4.6.6? Just curious.
__________________
4.6.6 Gold

Cloudsearch
Abandoned Cart
xCMS
Custom Modifications
Reply With Quote
  #26  
Old 02-19-2015, 10:46 AM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,190
 

Default Re: Meet 4.6.6: Simplify Commerce, SagePay API update, Universal Analytics, VAT exemption

This was a smart move IMHO. It doesn't give you anything that you can't get from GA and it is active on the site all the time communicating with Lexity servers.
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote

The following user thanks cflsystems for this useful post:
BCSE (02-19-2015)
  #27  
Old 02-19-2015, 11:32 PM
  ambal's Avatar 
ambal ambal is offline
 

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

Default Re: Meet 4.6.6: Simplify Commerce, SagePay API update, Universal Analytics, VAT exemption

Quote:
Originally Posted by MfromG
Why was Lexity Live removed from 4.6.6? Just curious.

The partnership was over after Lexity had been acquired by Yahoo and we have Google Analytics integration.
__________________
Sincerely yours,
Alex Mulin
VP of Business Development for X-Cart
X-Payments product manager
Reply With Quote
  #28  
Old 03-24-2015, 01:19 PM
 
deepblue_tiano deepblue_tiano is offline
 

Advanced Member
  
Join Date: Nov 2010
Posts: 50
 

Default Re: Meet 4.6.6: Simplify Commerce, SagePay API update, Universal Analytics, VAT exemption

Quote:
Originally Posted by mixon
I've attached the patch for no HTTPS bouncers installations.

The error means there is no connection to the vat checking service. The results are cached for 10 minutes by default. So, you can try clearing the cache and try again.

If problem persists, please try enabling the logging for the VAT checking service. To do that define a constant in config.local.php script e.g. as follows:

PHP Code:
define('XC_VAT_NUMBER_CHECKER_DEBUG'1); 

If you have no config.local.php file, just create a new one in the X-Cart installation directory. The content of the file should be like this:

PHP Code:
<?php define('XC_VAT_NUMBER_CHECKER_DEBUG'1); ?>

After that check the var/log directory and find the x-errors_xcisvatappspot-xxxxxx.php file.

Why Vat Validation is getting error, Saying "Warning! The provided vat number is invalid". I entered the right VAT number and validated through http://ec.europa.eu. I applied your patch on our server still getting the same error message.

here's the log we got:

Quote:
[24-Mar-2015 17:31:15] XCIsVATAppSpot message:
Array
(
[class] => XCIsVATAppSpot
[host] => isvat.appspot.com
[url] => /BE/0438789495/
[result] => true
[raw] => Array
(
[headers] => HTTP/1.1 200 OK

Content-Type: application/javascript

Date: Tue, 24 Mar 2015 22:31:17 GMT

Server: Google Frontend

Content-Length: 4

Alternate-Protocol: 80:quic,p=0.5

Connection: close


[data] => true
)

)
__________________
christian
Reply With Quote
  #29  
Old 03-25-2015, 11:18 PM
 
mixon mixon is offline
Michael Bugrov
 

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

Default Re: Meet 4.6.6: Simplify Commerce, SagePay API update, Universal Analytics, VAT exemption

Quote:
Originally Posted by deepblue_tiano
Why Vat Validation is getting error, Saying "Warning! The provided vat number is invalid". I entered the right VAT number and validated through http://ec.europa.eu. I applied your patch on our server still getting the same error message.

here's the log we got:

In debug mode vat validation function always returns FALSE, until a special constant is defined: XC_VAT_NUMBER_CHECKER_EMULATE_VALID.

The actual result returned by the vat validation service can be found in logs.

Thus you have 'TRUE' in logs and 'FALSE' as a result.

Here is the patch that will keep the original value in debug mode until extra special constant is defined.
Attached Files
File Type: txt DIFF.patch.txt (672 Bytes, 3 views)
__________________
--
Sincerely yours,
Michael Bugrov,
X-Cart Software Architector

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

Facebook
Linked-in
Reply With Quote
Reply
   X-Cart forums > News and Announcements


Thread Tools

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 03:00 AM.

   

 
X-Cart forums © 2001-2020