Subversion Repositories SmartDukaan

Rev

Rev 6173 | Rev 6261 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6173 Rev 6245
Line 49... Line 49...
49
			onComplete: function(){
49
			onComplete: function(){
50
				trackEventWithGA('Widget', 'Empty Cart Message Show', '');
50
				trackEventWithGA('Widget', 'Empty Cart Message Show', '');
51
			}
51
			}
52
    	});
52
    	});
53
	});
53
	});
-
 
54
	
-
 
55
	
-
 
56
	$('#pickupstoreInfo').click(function(){
-
 
57
		$.colorbox({
-
 
58
    		width: "550px",
-
 
59
    		height: "370px",
-
 
60
    		inline: true,
-
 
61
    		href: "<h3>Frequently Asked Questions</h3><br />" +
-
 
62
		"<b>Q)</b> What is 'Buy Online & Pickup in Store' ?<br /><br />" +
-
 
63
		"<b>A)</b> Buy Online from Saholic.Com and pickup your product from the nearest Spice Hotspot Retail Store.<br /><br />" +
-
 
64
		"<b>Q)</b> How do i avail this facility ?<br /><br />" +
-
 
65
		"<b>A)</b> Simply select Pickup In Store On the Shipping Page and select your nearest store. Please note this facility is available only in Delhi/NCR.</a><br /><br />"+
-
 
66
		"<b>Q)</b> When will the product be available for pickup ?<br /><br />" +
-
 
67
		"<b>A)</b> You can enter your pin code on the Product Page to find estimated time to deliver. After placing the order we will also give you the estimated date for pickup.</a><br /><br />",
-
 
68
		
-
 
69
			onComplete: function(){
-
 
70
				trackEventWithGA('Widget', 'Empty Cart Message Show', '');
-
 
71
			}
-
 
72
    	});
-
 
73
	});
54
 
74
 
55
	$('.common-widget-top-bar').live('click', function(e, callback){
75
	$('.common-widget-top-bar').live('click', function(e, callback){
56
		var isColapsed = $(this).data('is_colapsed') == true ? true : false;
76
		var isColapsed = $(this).data('is_colapsed') == true ? true : false;
57
		var widgetBox = $(this).siblings('.common-widget-content-area');
77
		var widgetBox = $(this).siblings('.common-widget-content-area');
58
		var controlBox = $(this).siblings('.common-widget-control-bar');
78
		var controlBox = $(this).siblings('.common-widget-control-bar');