Woodymon:
Can you provide more details? Such at what happens in sandbox mode? (test with http, not https).
You can test responsehandler via tool at ropu's site. See link in his signature. Again test with http in sandbox.
Woody
By the tool I assume you meant the responsehandler_test_v1.2.php file. In sandbox mode, http I receive the following result
Responsehandler Test: Test your implementation
XML We Sent: Authorization: Basic XXXXXX:XXXXXX
Content-Type: application/xml;charset=UTF-8
Accept: application/xml;charset=UTF-8
XML We Received: HTTP/1.1 404 Not Found
Date: Wed, 16 May 2007 22:44:54 GMT
Server: Apache
Transfer-Encoding: chunked
Content-Type: text/html
<HTML>
<HEAD><TITLE>Page Not Found</TITLE></HEAD>
<BODY BGCOLOR="#FFFFFF" LINK="maroon" VLINK="maroon"
ALINK="maroon">
<CENTER>
<TABLE WIDTH="85%" BORDER="1" BORDERCOLOR="#000000"
CELLSPACING="0" CELLPADDING="3">
<TR>
<TD BGCOLOR="#e5dccd">
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0"
WIDTH="100%">
<TR>
<TD WIDTH="40%"><IMG
SRC="http://images.godaddy.com/hosting/hdr_sorry_small.gif" BORDER="1"
BORDERCOLOR="#000000"></TD>
<TD ALIGN="CENTER"><H2 STYLE="font-family: arial,
sans-serif">Page Not Found</H2></TD>
</TR>
</TABLE>
</TD>
</TR>
<TR>
<TD>
<P STYLE="margin-left: 10px; margin-right: 10px; margin-top: 10px;
margin-bottom: 10px; font-size: 10pt; font-family: arial, sans-serif">
The page you tried to access does not exist on this server. This
page may not exist due to the following reasons:
<OL><LI STYLE="font-size: 10pt; font-family: arial,
sans-serif"><STRONG>You are the owner of this web site and you have not
uploaded</STRONG> (or incorrectly uploaded) your web site. For information
on uploading your web site using FTP client software or web design
software, <A
HREF="http://ftphelp.secureserver.net/index.html">click
here for FTP Upload Information</A>.
<P>
<LI STYLE="font-size: 10pt; font-family: arial,
sans-serif"><STRONG>The URL that you have entered in your browser is
incorrect.</STRONG> Please re-enter the URL and try again.
<P>
<LI STYLE="font-size: 10pt; font-family: arial,
sans-serif"><STRONG>The Link that you clicked on incorrectly points to
this page.</STRONG> Please contact the owner of this web site to inform
them of this situation.
</OL>
</TD>
</TR>
</TABLE>
</BODY>
</HTML>
Time to response: 0.35981106758118 segs
Further details:
- Zen Cart 1.37
- The button appears, but is "grayed" out in both "Sandbox" and the regular mode.
Anythig else? Thanks for your assistance.