Subversion Repositories SmartDukaan

Rev

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

Rev 7809 Rev 7810
Line 77... Line 77...
77
    		width: "400px",
77
    		width: "400px",
78
    		height: "350px",
78
    		height: "350px",
79
    		inline: true,
79
    		inline: true,
80
    		href: "<ul style='list-style: disc none none; margin-left: 25px; text-align: justify; margin-right:12px; line-height: 22px;'>"
80
    		href: "<ul style='list-style: disc none none; margin-left: 25px; text-align: justify; margin-right:12px; line-height: 22px;'>"
81
    			+"<li>Prepaid delivery date is " + $("#shipping_time .red").html() + "</li>"+
81
    			+"<li>Prepaid delivery date is " + $("#shipping_time .red").html() + "</li>"+
82
    			"<li>COD delivery date is " + $("#shipping_time .cod").html() + "</li>"+
82
    			"<li>" + $("#shipping_time .cod").html() + "</li>"+
83
        "</ul>",
83
        "</ul>",
84
        onComplete: function(){
84
        onComplete: function(){
85
		trackEventWithGA('Widget', 'COD Know More is clicked', '');
85
		trackEventWithGA('Widget', 'COD Know More is clicked', '');
86
			}
86
			}
87
    	});
87
    	});