You correct its something other than the call back url. Here is my source
code with Google checkout enabeled.
<html><body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0"
marginheight="0" link="#523A78" vlink="#CC0000" alink="#000000"
text="#523A78"><!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01
Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<head>
<title>Marquel.com Shopping Cart</title>
<script type="text/javascript" language="JavaScript">
<!--
var ss_screen = "Shopping Cart";
var ss_sbid = "SSMSB1152666474.7403";
var ss_associate = "";
var ss_ordertotal = "27.90";
var ss_subtotal = "27.90";
var ss_taxtotal = "0.00";
var ss_shiptotal = "0.00";
var ss_name = new Array;
var ss_sku = new Array;
var ss_quantity = new Array;
var ss_price = new Array;
var ss_weight = new Array;
var ss_total_price = new Array;
var ss_field1 = new Array;
var ss_field2 = new Array;
var ss_field3 = new Array;
var ss_field4 = new Array;
var ss_field5 = new Array;
ss_name[0]="Treo 700w Leather Case";
ss_sku[0]="89183";
ss_quantity[0]=1;
ss_weight[0]=0.00;
ss_price[0]="14.95";
ss_total_price[0]="14.95";
ss_field1[0]="Krusell";
ss_field2[0]="Black+-+Leather";
ss_field3[0]="1+Year";
ss_field4[0]="Handspring+Treo+650%2c+Treo+700p%2c+Treo+700w|";
ss_field5[0]="%3cfont+face%3d%22Verdana%2c+Arial%2c+Helvetica%2c+sans-serif%
22%3eEach+case+is+|++tailor+made+by+hand+of+extremely+high+quality+buffalo+l
eather+to+fit+today%27s+|++stylish+phones.+The+case+equipped+with+a+top+qual
ity+zipper+and+with+holes+in+|++the+bottom+for+easy+connection+to+car+charge
rs+and+portable+handsfree+equipment.+|++Case+include+swivel+belt+clip.+%3cfo
nt+color%3d%22%23CC0000%22%3e%26lt%3b%26lt%3b+Open+area+in+case+|++for+optio
nal+headset%2c+car+charger%2c+and+home+charger.%3c%2ffont%3e%3c%2ffont%3e";
ss_name[1]="Samsung i830 Leather Pouch Case";
ss_sku[1]="17200000069";
ss_quantity[1]=1;
ss_weight[1]=0.00;
ss_price[1]="12.95";
ss_total_price[1]="12.95";
ss_field1[1]="Samsung";
ss_field2[1]="Black";
ss_field3[1]="90+Days";
ss_field4[1]="Samsung+SCH-i830";
ss_field5[1]="";
var number_products=2;
var number_coupons=0;
var zip_recalc = 0;
function CheckIt(button, blank_flag) {
if (zip_recalc == 1)
return(false);
if (blank_flag == "1")
{
if (button == "8") {
document.forms.order.target = "_blank";}
else {
document.forms.order.target = "_self";}
}
else if (blank_flag == "2")
{
if (button == "8") {
document.forms.order.target = "_top";}
}
if ((button == "9") || (button == "6"))
return(true);
if ((document.order.coupon_code != undefined) && (button == "152")) {
if (document.order.coupon_code.value == "") {
alert("Please fill in " + "Coupon Code:");
return(false);
} else {return(true);}
}
if (button == "375") {
if (document.order.giftcert_code != undefined) {
if (document.order.giftcert_code.value == "") {
alert("Please fill in " + "Gift Certificate:");
return(false);
}
}
if (document.order.giftcert_pin != undefined) {
if (document.order.giftcert_pin.value == "") {
alert("A PIN is required for the gift certificate");
return(false);
}
}
}
if (document.order.shipoptmenu != undefined){
var num_surcharges = document.order.shipoptmenu.value;
var i;
var func;
var value;
for (i = 0; i < num_surcharges; i++) {
func = document.getElementsByName("shipoptmenu:" + i);
value = func[0].options[func[0].selectedIndex].value;
if (value.indexOf(";n") != -1) {
alert("Please fill in " + "Surcharge");
return(false);
}
}
}
if ((document.order.sql_addr != undefined) && (button == "8")) {
for (var i = 0; i < document.order.sql_addr.length; i++) {
if (document.order.sql_addr[i].checked !=
document.order.sql_addr[i].defaultChecked) {
alert("Select Ship To Address " + "has changed, please press
Recalculate");
return(false);
}
}
}
var need_old_addr = 1;
if (document.order.sql_addr != undefined) {
for (var i = 0; i < document.order.sql_addr.length; i++) {
if (document.order.sql_addr[i].checked == true) {
if (document.order.sql_addr[i].value != "none")
need_old_addr = 0;
break;
}
}
}
var country="";
if ((need_old_addr == 1) && (document.order.country != undefined)) {
if (document.order[0].country) {
country = document.order.country.value;}
else if (document.order.country.options){
country =
document.order.country.options[document.order.country.selectedIndex].value;}
else { country =""; }
}
if ((need_old_addr == 1) && (!document.order[0].country)){
if ((document.order.zip_code != undefined) &&
(document.order.zip_code.value == "")) {
alert("Please fill in " + "Shipping Address Zip/Postal Code");
return(false);
}
}
else if ((country == "US")
||
(country == "CA")) {
if ((document.order.zip_code != undefined) && (button != "6")) {
if (document.order.zip_code.value == "") {
alert("Please fill in " + "Shipping Address Zip/Postal Code");
return(false);
}
}
}
var need_old_pay = 1;
if (document.order.sql_pay != undefined) {
for (var i = 0; i < document.order.sql_pay.length; i++) {
if (document.order.sql_pay[i].checked == true) {
if (document.order.sql_pay[i].value != "none")
need_old_pay = 0;
break;
}
}
}
if ((need_old_pay == 1) && ((document.order.paytype != undefined) &&
(button == "8"))) {
if (document.order.paytype.options){
if
(document.order.paytype.options[document.order.paytype.selectedIndex].value
== "-1") {
alert("Choose a Payment option");
return(false);
}
}
}
return(true);
}
// -->
</script>
<style type="text/css">
<!--
/*********************************************************/
/*** Cascading Style Sheet for ShopSite Classic Theme ***/
/*** Shopping Cart Screen ***/
/*********************************************************/
/***********************/
/*** Page Defaults ***/
/***********************/
body {
color: #000000;
background-color: #FFFFFF;
}
/***********************/
/*** Hyperlinks ***/
/***********************/
a:link {
color: #663399;
}
a:visited {
color: #663399;
}
a:hover {
color: #663399;
}
a:active {
color: #663399;
}
div.header {
}
div.footer {
padding-top: 1em;
padding-bottom: 1em;
}
div#messages {
/* margin-top: 10px; */
vertical-align: middle;
}
/**********************************/
/*** Table of Products (Cart) ***/
/**********************************/
table.cart {
width: 100%;
padding-top: 1em;
border-collapse: separate;
border-spacing: 3px;
}
th {
text-align: center;
}
td.cart_delete, td.cart_cp_delete {
padding: 3px;
width: 50px;
text-align: center;
background-color: #99CC99;
}
td.cart_quantity, td.cart_cp_quantity {
padding: 3px;
width: 70px;
text-align: center;
background-color: #99CC99;
}
td.cart_name, td.cart_cp_name {
padding: 3px;
text-align: left;
background-color: #99CC99;
}
td.cart_sku, td.cart_cp_sku {
padding: 3px;
text-align: left;
background-color: #99CC99;
}
td.cart_price, td.cart_cp_price {
padding: 3px;
font-style: italic;
text-align: right;
background-color: #99CC99;
}
td.cart_total, td.cart_cp_total {
padding: 3px;
text-align: right;
background-color: #99CC99;
white-space: nowrap;
}
td.cart_op {
padding: 3px;
text-align: left;
background-color: #99CC99;
}
td.cart_op1, td.cart_op2 {
padding: 3px;
background-color: #99CC99;
}
td.cart_empty {
padding: 3px;
text-align:center;
background-color: #99CC99;
}
select.cart {
text-align: left;
}
textarea.cart {
vertical-align: middle;
}
/* Delete Item Button */
input.button154 {
color: #000000;
cursor: pointer;
}
/***************************************/
/*** Table of Totals ***/
/*** Subtotal, Tax, Shipping, etc. ***/
/***************************************/
table.totals {
color: #000000;
vertical-align: middle;
width: 100%;
line-height: 150%;
}
td.totals_txt, td.totals_saved_txt, td_totals_blank {
text-align: right;
padding-right: 15px;
}
td.totals, td.totals_saved {
text-align: right;
padding-right: 3px;
}
td.totals_all, td.totals_all_txt {
font-weight: bold;
}
/***********************/
/*** Payment Table ***/
/***********************/
table.payment{
color: 000000;
}
table.pay_holder {
margin-left: auto;
margin-right: auto;
}
td.pay_holder_hdr {
font-weight: bold;
}
td.payment_hdr {
font-weight: bold;
text-align: center;
}
td.paymentselection {
text-align: center;
padding-top: 1em;
}
td.payment {
text-align: left;
}
td.payment_value {
text-align: left;
}
table.sql_pay {
margin-left: -4px;
margin-right: auto;
}
td.sql_pay {
padding-right: 15px;
font-weight: bold;
}
td.new_payment_type {
text-align: left;
}
/*******************************/
/*** Table of Registration ***/
/*******************************/
table.reg {
color: #000000;
vertical-align: middle;
border-spacing: 0;
padding-bottom: 1em;
}
td.reg_wel {
font-weight: bold;
}
td.reg {
text-align: left;
}
td.reg_link {
text-align: left;
}
td.coupon {
padding-top: 1em;
}
td.buttons {
text-align: center;
padding-top: 1em;
}
/*** Enter postal code, select country ***/
table.zipncountry {
text-align: left;
}
td.zipncountry {
text-align: left;
}
td.zipncountry_text {
text-align: left;
}
td.sql_addr_hdr {
font-weight: bold;
}
td.sql_addr {
padding-right: 15px;
}
/*** select shipping method, tax rate ***/
table.taxnship, table.surcharge {
text-align: right;
padding-top: 1em;
}
td.taxnship_hdr {
font-weight: bold;
text-align: left;
}
td.taxnship {
text-align: left;
}
/*** select surcharge ***/
table.surcharge {
text-align: right;
}
/*******************************/
/*** Ordering Instructions ***/
/*******************************/
td.orderinginstructions {
text-align: center;
padding-top: 1em;
}
table.instruct {
text-align: center;
margin-left: auto;
margin-right: auto;
color: #000000;
}
td.instruct_hdr {
font-weight: bold;
}
/*****************/
/*** Buttons ***/
/*****************/
input.button152 {
color: #000000;
cursor: pointer;
}
input.button154 {
font-size: 8pt;
color: #000000;
cursor: pointer;
}
/*********************************/
/*** Table of Error Messages ***/
/*********************************/
td.checkout_err {
color: #000000;
background-color: #99CC99;
}
td.ups_error {
vertical-align: middle;
}
-->
</style>
<link rel="stylesheet" href="/store/media/marquel.css">
</head>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="116" height="69" valign="top" bgcolor="#523B78"><img
height=69 src="/store/media/s_roll_00.jpg" width=116 alt="Cell Phone
Accessories that keep you connected"></td>
<td width="100%" height="69" rowspan="2" valign="top">
<table width="100%" cellpadding="0" cellspacing="0">
<form
action="/cgi/sc/productsearch.cgi?storeid=*16111ad88fdb20861661a54fc2"
method=post>
<tr>
<td width="347" bgcolor="99CC99"><a href="/"><img
src="/store/media/top_logo_new.gif" title="Home Page at Marquel.com"
width="347" height="29" border="0" alt="Home Page at Marquel.com" /></a>
<span class="LogoMessage"> Cell Phone Accessories
that
keep you connected™ </span>
<div align="right"> </div>
</td>
<td align="right" bgcolor="99CC99"> <br>
</td>
</tr>
</form>
<tr valign="top" bgcolor="#523B78">
<td colspan="2">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td bgcolor="#F7E78C"><img src="/media/spacer.gif" width+"100"
height="1"></td>
</tr>
<tr>
<td><span class="TopMenuLinks"> <a href="/">HOME</a> |
<a href="/aboutus.html">ABOUT
US</a> | <a href="/whatsnew.htm">WHAT'S NEW</a> | <a
href="/partners.htm">PARTNERS</a>
| <a href="/member/">ORDER STATUS</a> | <a
href="/affiliates.htm">AFFILIATES</a>
| <a href="Giveaways.html">BARGAINS</a> | <a
href="http://stores.ebay.com/Lingerie-Dresses-Halters-Discount?refid=store">
eBAY</a>
| <a href="/sitemap.html">SITE MAP</a> |</span> </td>
</tr>
</table>
</td>
</tr>
</table>
<table width="95%" border="0" cellspacing="0" cellpadding="0"
align="center">
<tr valign="top">
<td>
<table width="90%" border="0" align="center" cellpadding="4"
cellspacing="4">
<tr>
<td valign="top"><font face="Arial, Helvetica, sans-serif"><span
class="ProductPageTextSC">
<script
src=https://seal.verisign.com/getseal?host_name=www.marquel.com&size=S&use_f
lash=YES&use_transparent=YES></script>
<br>
<center><h3>Cart Contents</h3></center><p>
</span></font></td>
<td width="40%" valign="top">
<p><font face="Arial, Helvetica, sans-serif"><span
class="eWatcheslinks"><strong>Step 1 - Your Shopping Cart
</strong></span><br>
<span class="ProductPageTextSC"><font size="-2">Step 2 -
Billing & Shipping<br>
Step 3 - Your Receipt</font></span></font></p>
</td>
</tr>
<tr><td colspan="2">
<table width="100%" border="0" align="center" cellpadding="1"
cellspacing="1" bgcolor="#99CC99">
<!-- ShopSite Pro 8.1.0 for Linux -->
<!-- Linux :: 2.4.21-32.0.1.EL :: vau0105.comcat.com :: i686 :: v8 -->
<!-- Build Platform Linux6.1 -->
<!-- Build Timestamp -Thu Jun 29 13:02:27 MDT 2006 -->
<!-- Template File: data - marquelCart.html -->
<form name="order" class="order"
action="http://www.marquel.com/cgi/sc/order.cgi" method=post>
<input type=hidden name="prevlocation"
value="http://www.marquel.com/store/samsung-sch-i830.html">
<input type=hidden name="sbid" value="SSMSB1152666474.7403">
<input type=hidden name="storeid" value="*16111ad88fdb20861661a54fc2">
<input type=hidden name="fromid" value="order.cgi">
<input type=hidden name="rnd1" value="269201256">
<input type=hidden name="rnd2" value="267202198">
<tr>
<td width="100%" bgcolor="#99CC99"
class="ProductPageTextSC"><font face="Arial, Helvetica, sans-serif"><strong
class="eWatcheslinks">Items in Your Shopping Cart </strong></font></td>
</tr>
<tr>
<td bgcolor="#FFFFFF" class="ProductPageTextSC"><font
face="Arial, Helvetica, sans-serif"><input name=smb checked type=checkbox>
Show me my shopping cart every time I order something.
</font></td>
</tr>
<tr>
<td bgcolor="#FFFFFF" class="ProductPageTextSC"><font
face="Arial, Helvetica, sans-serif">
<table class="cart">
<tr><th class="cart_delete"><input type=image
src="http://www.marquel.com/store/shopsite-images/en-US/screen/dotclear.gif"
width=1 height=1 border=0 name="Recalculate" alt="Recalculate"
onClick="return(CheckIt(7,0));" ></th><th
class="cart_quantity">Quantity</th><th class="cart_name">Name</th><th
class="cart_sku">SKU</th><th class="cart_price">Each</th><th
class="cart_total">Total</th></tr>
<tr><td class="cart_delete">
<input class="button154" type="submit" name="Remove:1.x" value="Remove"><br>
<input class="button383" type="submit" name=function value="Update"
tabindex="1" onClick="return(CheckIt(7,0));" >
</td>
<td class="cart_quantity"><input tabindex="2"type=text name="1:qnty"
value="1" size=4></td>
<td class="cart_name"><!-- 2 -->Treo 700w Leather Case </td>
<td class="cart_sku">89183</td>
<td class="cart_price">$14.95</td>
<td class="cart_total">$14.95</td>
</tr>
<tr><td class="cart_delete">
<input class="button154" type="submit" name="Remove:2.x" value="Remove"><br>
<input class="button383" type="submit" name=function value="Update"
tabindex="3" onClick="return(CheckIt(7,0));" >
</td>
<td class="cart_quantity"><input tabindex="4"type=text name="2:qnty"
value="1" size=4></td>
<td class="cart_name"><!-- 3 -->Samsung i830 Leather Pouch Case </td>
<td class="cart_sku">17200000069</td>
<td class="cart_price">$12.95</td>
<td class="cart_total">$12.95</td>
</tr>
</table>
</font></td>
</tr>
</table>
<div align="left"><font face="Arial, Helvetica, sans-serif">
<input class="button7" type="submit" name=function value="Recalculate"
tabindex="5" onClick="return(CheckIt(7,0));" >
<br>
<br>
</font></div>
<table width="100%" border="0" cellpadding="1"
cellspacing="1" bgcolor="#99CC99">
<tr>
<td colspan="6" bgcolor="#99CC99"
class="ProductPageTextSC"><font face="Arial, Helvetica, sans-serif"><strong
class="eWatcheslinks">Shipping Options</strong></font></td>
</tr>
<tr>
<td colspan="6" valign="top" bgcolor="#FFFFFF"><font
face="Arial, Helvetica, sans-serif">
<script type="text/javascript" language="JavaScript">
<!--
function zip_changed() {
var func;
func = document.getElementsByName("function");
for (i = 0; i < func.length; i++) {
if (func[i].type == "hidden") {
zip_recalc = 1;
func[i].value = "zip_code_changed";
window.document.order.submit();
}
}
}
// -->
</script></font></td>
</tr>
</table>
<div align="left"><font face="Arial, Helvetica, sans-serif">
<input class="button7" type="submit" name=function value="Recalculate"
tabindex="6" onClick="return(CheckIt(7,0));" >
<br>
<br>
</font></div>
<p><font face="Arial, Helvetica, sans-serif">
<br>
<br>
<br>
</font>
<table width="100%" border="0" cellpadding="1"
cellspacing="1" bgcolor="#99CC99">
<tr>
<td colspan="6" bgcolor="#99CC99"
class="ProductPageTextSC"><font face="Arial, Helvetica, sans-serif"><strong
class="eWatcheslinks">Shopping Cart Summary</strong></font></td>
</tr>
<tr>
<td colspan="6" valign="top" bgcolor="#FFFFFF"
class="ProductPageTextSC"><font face="Arial, Helvetica, sans-serif"><table
class="totals">
<tr><td class="totals_txt">Sub Total</td>
<td class="totals">$27.90</td>
</tr>
</table>
<input type=hidden name="shipping" value="none">
<input type=hidden name="surcharge" value=-1>
<input type=hidden name="tax" value=-1>
</font></td>
</tr>
</table>
<font face="Arial, Helvetica, sans-serif"><br>
</font>
<table width="100%" border="0" cellpadding="1"
cellspacing="1" bgcolor="#99CC99">
<tr>
<td colspan="6" bgcolor="#99CC99"
class="ProductPageTextSC"><font face="Arial, Helvetica, sans-serif"><strong
class="eWatcheslinks">Payment Type </strong></font></td>
</tr>
<tr>
<td bgcolor="#FFFFFF" class="ProductPageTextSC"><font
face="Arial, Helvetica, sans-serif">
<input type=hidden name="gcheckout" value="yes">
<input type=hidden name="paytype" value="15">
</font></td>
</tr>
</table>
<div align="center"><font face="Arial, Helvetica, sans-serif"><br>
<br>
<input class="button6" type="submit" name=function value="Return to
Shopping" tabindex="7" onClick="return(CheckIt(6,0));" >
<input class="button8" type="submit" name=function value="Finalize Order"
tabindex="8" onClick="return(CheckIt(8,0));" >
<input type="image" name="Google Checkout" alt="Fast checkout through
Google"
src="http://checkout.google.com/buttons/checkout.gif?merchant_id=43728021607
1804&w=180&h=46&style=trans&variant=text&loc=en_US" height="46" width="180"
tabindex="9">
<br>
<br>
</font></div>
</td>
</tr>
</table>
</td>
</tr>
</table>
<p> </p></td>
</tr>
<tr>
<td width="116" height="100%" valign="top" bgcolor="#523B78"> <table
border="0" cellpadding="0" cellspacing="0">
<tr>
<td colspan="2"><img src="/store/media/line.gif" width="111"
height="1"></td>
</tr>
<tr>
<td><img src="/store/media/button1.gif" name="menu_01" border="0"
width="12" height="17"></td>
<td><font class="Left"><a
href="/store/audiovox-accessories.html">AUDIOVOX</a></font></td>
</tr>
<tr>
<td colspan="2"><img src="/store/media/line.gif" width="111"
height="1"></td>
</tr>
<tr>
<td><img src="/store/media/button1.gif" name="menu_01" border="0"
width="12" height="17"></td>
<td><font class="Left"><a
href="/store/blackberry-accessories.html">BLACKBERRY</a></font></td>
</tr>
<tr>
<td colspan="2"><img src="/store/media/line.gif" width="111"
height="1"></td>
</tr>
<tr>
<td><img src="/store/media/button1.gif" name="menu_01" border="0"
width="12" height="17""></td>
<td><font class="Left"><a href="/store/bodyglove.html">BODY
GLOVE</a></font></td>
</tr>
<tr>
<td colspan="2"><img src="/store/media/line.gif" width="111"
height="1"></td>
</tr>
<tr>
<td><img src="/store/media/button1.gif" name="menu_01" border="0"
width="12" height="17""></td>
<td><font class="Left"><a
href="/store/kyocera-accessories.html">KYOCERA</a></font></td>
</tr>
<tr>
<td colspan="2"><img src="/store/media/line.gif" width="111"
height="1"></td>
</tr>
<tr>
<td><img src="/store/media/button1.gif" name="menu_01" border="0"
width="12" height="17"></td>
<td><font class="Left"><a href="/store/lg-accessories.html">LG
(LGI)</a></font></td>
</tr>
<tr>
<td colspan="2"><img src="/store/media/line.gif" width="111"
height="1"></td>
</tr>
<tr>
<td><img src="/store/media/button1.gif" name="menu_01" border="0"
width="12" height="17"></td>
<td><font class="Left"><a
href="/store/motorola-accessories.html">MOTOROLA</a></font></td>
</tr>
<tr>
<td colspan="2"><img src="/store/media/line.gif" width="111"
height="1"></td>
</tr>
<tr>
<td><img src="/store/media/button1.gif" name="menu_01" border="0"
width="12" height="17"></td>
<td><font class="Left"><a
href="/store/nextel-accessories.html">NEXTEL</a></font></td>
</tr>
<tr>
<td colspan="2"><img src="/store/media/line.gif" width="111"
height="1"></td>
</tr>
<tr>
<td><img src="/store/media/button1.gif" name="menu_01" border="0"
width="12" height="17"></td>
<td><font class="Left"><a
href="/store/nokia-accessories.html">NOKIA</a></font></td>
</tr>
<tr>
<td colspan="2"><img src="/store/media/line.gif" width="111"
height="1"></td>
</tr>
<tr>
<td><img src="/store/media/button1.gif" name="menu_01" border="0"
width="12" height="17"></td>
<td><font class="Left"><a
href="/store/hanspring-palmone-treo-.html">PALM ONE</a></font></td>
</tr>
<tr>
<td colspan="2"><img src="/store/media/line.gif" width="111"
height="1"></td>
</tr>
<tr>
<td><img src="/store/media/button1.gif" name="menu_01" border="0"
width="12" height="17"></td>
<td><font class="Left"><a
href="/store/samsung-accessories.html">SAMSUNG</a></font></td>
</tr>
<tr>
<td colspan="2"><img src="/store/media/line.gif" width="111"
height="1"></td>
</tr>
<tr>
<td><img src="/store/media/button1.gif" name="menu_01" border="0"
width="12" height="17"></td>
<td><font class="Left"><a
href="/store/sanyo-accessories.html">SANYO</a></font></td>
</tr>
<tr>
<td colspan="2"><img src="/store/media/line.gif" width="111"
height="1"></td>
</tr>
<tr>
<td><img src="/store/media/button1.gif" name="menu_01" border="0"
width="12" height="17"></td>
<td><font class="Left"><a
href="/store/siemens-accessories.html">SIEMENS</a></font></td>
</tr>
<tr>
<td colspan="2"><img src="/store/media/line.gif" width="111"
height="1"></td>
</tr>
<tr>
<td><img src="/store/media/button1.gif" name="menu_01" border="0"
width="12" height="17"></td>
<td><font class="Left"><a
href="/store/sony-ericsson-accessories.html">SONY ERICSSON</a></font></td>
</tr>
<tr>
<td colspan="2"><img src="/store/media/line.gif" width="111"
height="1"></td>
</tr>
<tr>
<td><img src="/store/media/button1.gif" name="menu_01" border="0"
width="12" height="17"></td>
<td><font class="Left"><a
href="/store/pda-smartphones-accessories.html">2-WAY (PDA)</a></font>
</td>
</tr>
<tr>
<td colspan="2" height="3"><img src="/store/media/line.gif"
width="111" height="1"></td>
</tr>
</table>
<div align="CENTER">
<br>
<a href="http://www.marquel.com/privacy-policy.html"
target="_blank"><font color="#CCCCCC" face="Verdana, Arial, Helvetica,
sans-serif" size="2">Privacy
Policy</font></a> </div>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
</td>
</tr>
</table>
"jim" <jstavast@xmission.com> wrote in message
news:e91qq1$65q$1@eval.shopsite.com...
Google made a change (after everything had been tested) to the interface
that limits the number of characters that can be in the call back url.
There are a couple of things that you may be able to do to fit your url
in 70 characters.
First if your stores IP is shorter than the domain name you could use
the IP in the url in place of the domain name. Second you could replace
the encrypted storeid at the end of the url with the plain text storeid.
For example:
https://mylongdomainname.com/cgi-bin/sc ... cbd4470a16
d8a02554
would be
https://10.1.5.102/cgi-bin/sc/thankyou. ... id=marquelA third method is to use a javascript applet that will remove the 70
character limit from the input field on the Google page where you set
the url. You can get one called "remove maxlength" at
http://www.squarefree.com/bookmarklets/forms.html(Note: if you use the javascript to remove the maxlength and input your
url but then go back to that page the name will be truncated to 70
characters again. So set it and forget it. )
Google has been alerted to the issue (which affects all users of their
interface and not just ShopSite.)
I don't think that having a bad Google API URL would cause the ISE
because the url is only used for order callbacks after the shopper has
finalize their order and not when placing the order.
Jim
Alvin Russell wrote:
The only thing i could locate was the incorrect Google API URL was
incorrect.
Shopsite: Google Checkout Settings:Notification Callback URL
The url has to many characters to paste or manually input into my Google
account (API preferences)
I am counting about 70 characters my Google account will accept for the
APT
Call back URL.
"Alvin Russrll" <abrussell@marquel.com> wrote in message
news:e91ekv$ap$1@eval.shopsite.com...
I was unable to see a problem with the Google Checkout Settings in back
office. Live serve was selected and we cut and paste all our Merchant
ID
and Key. I will poke around the Google checkout site and see if i can
locate the problem.
I appreciate your patience with my early inquires with thin info.
Regards,
ABR
"Jim" <jstavast@xmission.com> wrote in message
news:e91av9$tv6$1@eval.shopsite.com...
Your explanation of how there is a regular checkout (Finalize) button
and a Google checkout is how it is suppose to work (Google's idea not
ShopSite's). Google will not allow a checkout button without having
their button beside it, so if you enable Google that is what you will
see. As you mentioned if you click the normal checkout (Finalize)
button the shopper will follow the old checkout flow of inputting
zipcode, coupons, gift certificates, shipping method, payment method
etc. During the Google checkout you must enter the zipcode and
payment
info on the Google site and then your shipping options will be
displayed.
The fact that you are getting an Internal Server Error indicates that
something is probably misconfigured. Once you click on the Google
Checkout button you are redirected to the Google site so I would
suspect
that the ISE is coming from Google rather than ShopSite. Check your
backoffice settings again and make sure you have the "Host" setting to
the live server and that you have entered your Merchant ID for API *
and
Merchant key *
correctly. This information should have been given to you when you
signed up for Google checkout.
Jim
Alvin Russell wrote:
Ok, i can now provide better information regarding my situation.
We upgraded to Shopsite 8.1
You already know about changing the shipping drop down to radio
buttons
work
around issue.
The Google Checkout functionality we see at this time.
Upon activating Google Checkout in Shopsite back office.
When you add to cart you get the Google checkout button at the bottom
of
page next to the Finalize Order button. What is very confusing is
that
you
can not select any other payments (NO Credit Card Drop Box). If we
press
the Google Checkout button we get Internal Server Error at
http://www.marquel.com/cgi/sc/order.cgi . The Google Check button
also
takes a very long time to display. My browser states is loading for
about
10-15 seconds.
I stumbled across another interesting situation as well.
Upon activating Google Checkout in Shopsite back office.
When you add to cart you get the Google checkout button at the bottom
of
page next to the Finalize Order button.
If you press the Finalize Order button instead of Google Checkout
button
you
get your normal shopping cart screen with the other payment options
displaying. Its almost like when you choose not to select Google
Checkout
the cart will show you other methods of payment and function
normally.
I hope this helps just a little.....
ABR
"Alvin Russell" <2nody@marquel.com> wrote in message
news:e90vjb$nd3$1@eval.shopsite.com...
The internal server error is coming from Shop. The Google Checkout
option
is currently disable, but we are located at
www.marquel.com"Jim" <jstavast@xmission.com> wrote in message
news:e90udu$mjm$1@eval.shopsite.com...
Is the internal server error coming from a ShopSite cgi or from a
Google
cgi? What is the url to your store.
Jim
Alvin Russell wrote:
I am so sorry. I was trying to cut and paste my response.
If we activate Google Checkout in back office no other payments
will
display. If we press Google checkout button we get Internal Server
Error.
"Alvin Russell" <2nody@marquel.com> wrote in message
news:e90rbe$kik$1@eval.shopsite.com...
My last reply was a little thin....
Scenario: Selecting Google Checkout in (Back Office)
We are experiencing no other payments display
"Alvin Russell" <2nody@marquel.com> wrote in message
news:e90qd0$jus$1@eval.shopsite.com...
You are correct about the fix to resolve the error message "no
shipping option" selected, but Google checkout still will not
work
at
this time.
"Loren" <loren_d_c@yahoo.com> wrote in message
news:e90o6a$ifi$1@eval.shopsite.com...
Your host received a reply from ShopSite at least an hour and a
half
ago, check with them again.
The current solution for folks who encounter this problem (not
all
will)
is to set the Commerce Setup -> Shipping radio button labeled
'Default
Selected Shipping Option' to the 'First Displayed Option'
selection
and
Save Changes.
-Loren
Alvin Russell wrote:
We upgraded today, but the billing.cgi would not recognize any
shipping
options. We also had to disable Google Checkout so we could
continue to
accept orders. Our host has not received any response from
Shopsite as of
yet.