| Line 75... |
Line 75... |
| 75 |
$('#cod_know_more,.cod_know_more').click(function(){
|
75 |
$('#cod_know_more,.cod_know_more').click(function(){
|
| 76 |
$.colorbox({
|
76 |
$.colorbox({
|
| 77 |
width: "400px",
|
77 |
width: "400px",
|
| 78 |
height: "200px",
|
78 |
height: "200px",
|
| 79 |
inline: true,
|
79 |
inline: true,
|
| 80 |
href: "<ul style='list-style: disc none none; margin-left: 25px; text-align: justify; margin-right:12px; font-size:15px; line-height: 22px;'>"
|
80 |
href: "<ul style='list-style:inside; margin-left: 25px; text-align: justify; margin-right:12px; font-size:15px; line-height: 22px;'>"
|
| 81 |
+ "Expected Delivery Date for "
|
81 |
+ "Expected Delivery Date for "
|
| 82 |
+"<li>Prepaid orders is " + $("#shipping_time .red").html() + "</li>"+
|
82 |
+"<li list-style:inside>Prepaid orders is " + $("#shipping_time .red").html() + "</li>"+
|
| 83 |
"<li>" + $("#shipping_time .cod").html() + "</li>"+
|
83 |
"<li list-style:inside>" + $("#shipping_time .cod").html() + "</li>"+
|
| 84 |
"</ul>",
|
84 |
"</ul>",
|
| 85 |
onComplete: function(){
|
85 |
onComplete: function(){
|
| 86 |
trackEventWithGA('Widget', 'COD Know More is clicked', '');
|
86 |
trackEventWithGA('Widget', 'COD Know More is clicked', '');
|
| 87 |
}
|
87 |
}
|
| 88 |
});
|
88 |
});
|
| Line 662... |
Line 662... |
| 662 |
function displayCod(item_id) {
|
662 |
function displayCod(item_id) {
|
| 663 |
$.colorbox({
|
663 |
$.colorbox({
|
| 664 |
width: "400px",
|
664 |
width: "400px",
|
| 665 |
height: "200px",
|
665 |
height: "200px",
|
| 666 |
inline: true,
|
666 |
inline: true,
|
| 667 |
href: "<ul style='list-style: disc none none; margin-left: 25px; text-align: justify; margin-right:12px; font-size:15px; line-height: 22px;'>"
|
667 |
href: "<ul style='list-style:inside; margin-left: 25px; text-align: justify; margin-right:12px; font-size:15px; line-height: 22px;'>"
|
| 668 |
+ "Expected Delivery Date for "
|
668 |
+ "Expected Delivery Date for "
|
| 669 |
+"<li>Prepaid orders is " + $('#days_' + item_id).html() + "</li>"+
|
669 |
+"<li list-style:inside>Prepaid orders is " + $('#days_' + item_id).html() + "</li>"+
|
| 670 |
"<li>" + $('#coddays_' + item_id).html() + "</li>"+
|
670 |
"<li list-style:inside>" + $('#coddays_' + item_id).html() + "</li>"+
|
| 671 |
"</ul>",
|
671 |
"</ul>",
|
| 672 |
onComplete: function(){
|
672 |
onComplete: function(){
|
| 673 |
trackEventWithGA('Widget', 'COD Know More is clicked', '');
|
673 |
trackEventWithGA('Widget', 'COD Know More is clicked', '');
|
| 674 |
}
|
674 |
}
|
| 675 |
});
|
675 |
});
|