if(typeof ax_aspx_shopCart_stepOne == "undefined") ax_aspx_shopCart_stepOne={};
ax_aspx_shopCart_stepOne_class = function() {};
Object.extend(ax_aspx_shopCart_stepOne_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	getShopCart: function(productCode, tranQty) {
		return this.invoke("getShopCart", {"productCode":productCode, "tranQty":tranQty}, this.getShopCart.getArguments().slice(2));
	},
	delShopCartItem: function(productCode) {
		return this.invoke("delShopCartItem", {"productCode":productCode}, this.delShopCartItem.getArguments().slice(1));
	},
	getPosition: function() {
		return this.invoke("getPosition", {}, this.getPosition.getArguments().slice(0));
	},
	baseInfo: function() {
		return this.invoke("baseInfo", {}, this.baseInfo.getArguments().slice(0));
	},
	productType: function() {
		return this.invoke("productType", {}, this.productType.getArguments().slice(0));
	},
	website_copyRight: function() {
		return this.invoke("website_copyRight", {}, this.website_copyRight.getArguments().slice(0));
	},
	baseContactInfo: function() {
		return this.invoke("baseContactInfo", {}, this.baseContactInfo.getArguments().slice(0));
	},
	url: '/ajaxpro/com22vsShopSystem.UI.myWEB.webboot.aspx.shopCart_stepOne,com22vsShopSystem.UI.ashx'
}));
ax_aspx_shopCart_stepOne = new ax_aspx_shopCart_stepOne_class();

