\n');
z.document.close();
z.focus(true);
}
function updateCart() {
$('contentMinicart').innerHTML = 'Updating - please wait!';
new Effect.Highlight($('contentMinicart'));
// this gets called by handleResponse (which is in zoovy.js)
var postBody = 'm=RenderElement&format=LAYOUT&docid=~p-big_image&element=IMAGECART&targetDiv=contentMinicart';
// alert(postBody);
new Ajax.Request('/ajax/RenderElement', { postBody: postBody, asynchronous: 1,
onComplete: function(request){handleResponse(request.responseText);} }
) ;
}
//
// this function is overloaded, and is run whenever an "add_to_cart" button is clicked
// it finds the form with a product id that matches on it.
//
function addToCart(id,pid) {
// alert("adding To Cart (product: " + pid + ")");
var postBody = 'm=AddToCart&cart='+session_id+'&pid='+pid;
for (i = document.forms.length-1; i>=0; --i) {
if (document.forms[i].elements['product_id']) {
if (document.forms[i].elements['product_id'].value == pid) {
postBody = postBody + '&' + Form.serialize(document.forms[i]);
new Ajax.Request('/ajax/AddToCart', { postBody: postBody, asynchronous: 1,
onComplete: function(request){handleResponse(request.responseText);} }
) ;
}
}
}
// alert('finished with addToCart');
}
//-->
Zoovy, Inc. has arranged a special pricing arrangement with the LiveChatInc service exclusively for active Zoovy stores. Seat Licensing This price is per individual operator/seat. If you have multi...
GeoTrust SSL Certificate (1 Year) Zoovy will install a 128bit SSL certificate signed by the Geotrust root servers hosted at https://secure.domain.com. This price includes the annual lease of a dedi...
GeoTrust True Business ID Seal (1 Year) Zoovy will register your business with GeoTrust to obtain a TrueBusiness ID seal for your domain e.g. www.domain.com This price does not include a dedicated ...