// scripts.js

var UpdateOrderItem = {refreshAreas: {ordertotals_subtotal: 'order_TotalProductPrice',
					   				   ordertotals_discount: 'order_TotalAdjustment',
					   				   ordertotals_shipping: 'order_TotalShipping',
					   				   ordertotals_grandtotal: 'order_GrandTotal',
					   				   ordertotals_tax: 'order_TotalTax',
					   				   Shop_cart_body: 'order_IsCartEmpty',
					   				   minishopcart_orderitems_all: 'order_IsMiniCartEmpty',
					   				   td_shopcartbody_checkout: 'order_IsCheckoutAvailable',
					   				   ordertotals_subtotal_detail_conf: 'order_MiniCartTotalProductPrice',
					   				   ordertotals_discount_detail_conf: 'order_MiniCartAdjustment',
					   				   ordertotals_shipping_detail_conf: 'order_MiniCartTax',
 				   				       ordertotals_tax_detail_conf: 'order_MiniCartTotalShipping',
					   				   ordertotals_grandtotal_detail_conf: 'order_MiniCartGrandTotal'
					   				   },
					   refreshView: 'RefreshDataView',
					   refreshBean: {beanName: 'OrderTotalsRefreshDataBean'}};
					   
					   
var UpdateLoyaltyPoints = {refreshAreas: {span_nav_points_balance: 'pointsBalance'}, refreshView: 'RefreshDataView',  refreshBean: {beanName: 'LoyaltyPointsRefreshDataBean'}};		

var UpdateShippingAddress = {refreshAreas: {}};				   

var UpdateMiniCart = {refreshAreas: {}};		

var UpdateDefineUser = {refreshAreas: {}};		

var UpdateBillingAddress = {refreshAreas: {}};	

var UpdateShippingAddress = {refreshAreas: {}};	

var UpdatePaymentInformation = {refreshAreas: {}};	

var UpdateOrderInformation = {refreshAreas: {}};		

var UpdateInlineCart = {refreshAreas: {}};		

var UpdateProductQuickView = {refreshAreas: {}};	   