"; simpleCart.currency = USD; simpleCart.cartHeaders = [ "name", "thumb_image" , "size", "color", "Quantity_input" , "increment", "decrement", "Total" ]; window.addEvent('domready', function() { var blocks = $$('.cart_product_content'), height = 0, tmp = 0; if (blocks.length) { blocks.each(function(block, i) { tmp = block.getSize().size.y; if (tmp > height) height = tmp; }); blocks.setStyle('height', height); } });
Featured Video of the Month

Newsletter Signup Form