Subversion Repositories SmartDukaan

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
4736 rajveer 1
<!-- Product Detail -->
2
				<div id="productDetail">
3
					<script type="text/javascript">
4
var PARAMETERS = {
5
                  1006 : { "ITEM_ID" : "1006", "SP" : "2463", "MRP" : "2999", "SAVING" : "18", "COLOR" : "Black" }
6
 
7
              ,1008 : { "ITEM_ID" : "1008", "SP" : "2463", "MRP" : "2999", "SAVING" : "18", "COLOR" : "Blue" }
8
 
9
              ,982 : { "ITEM_ID" : "982", "SP" : "2463", "MRP" : "2999", "SAVING" : "18", "COLOR" : "Red" }
10
 
11
  };
12
					</script>
13
 
14
					<div class="product-main-title">
15
										<div class="name">
16
						<span class="brand">Spice</span>
17
						<span class="product-name"> M-5570</span>
18
					</div>
19
					<div class="desc">
20
													Dual-SIM phone with 1.3MP cam & video recording feature
21
											</div>
22
					</div>
23
					<div class="price-n-warranty left">
24
												<div class="price">
25
							<span class="label">All Inclusive Price: </span>
26
							<img alt="Rs." src="/images/rupee-symbol.png" />
27
													<span id="mrp" class="mrp bold">2999</span>
28
													<span id="sp" class="list-price red bold">2463</span>
29
													<span class="price-diff">(<span id="saving">18</span>% off)</span>
30
												</div>
31
						<div class="warranty">
32
													<label class="bold">12 months manufacturer's warranty</label><br />
33
                                                With proper bill
34
						</div>
35
					</div>
36
					<div class="container-color-selector left">
37
													<div class="label">Choose Color (3)</div>
38
							<select id="colorSelector">
39
															<option value="1006"  >Black</option>
40
                                															<option value="1008"  >Blue</option>
41
                                															<option value="982"  >Red</option>
42
                                														</select>
43
											</div>
44
					<div class="shipping left">
45
						<div class="label">Check Delivery Time for Area PIN Code:</div>
46
						<div id="shippingEstimate" class="left">
47
							<input type="text" id="zipcode" class="searchbox left bold" value="110001" />
48
							<button id="computeShippingEstimate" class="button left">GO</button>
49
							<label for="zipcode" class="left">Area PIN Code</label>
50
						</div>
51
						<div class="estimate left">
52
							<div id="shipping_time">Receive in <label class="red">3 Business Days</label></div>
53
							<div>This item has <label class="red">Free Shipping</label>.</div>
54
							<div id="cod">You can pay by <span class="red">Cash on Delivery</span></div>
55
						</div>
56
					</div>
57
					<a id="addToCart" class="left">ADD TO CART</a>
58
				</div>
59
				<input id="item_id" name="item_id" value="1006" type="hidden" />
60
				<input id="catalog_id" name="catalog_id" value="1000535" type="hidden" />
61
				<input type="hidden" value="1000535" id="product_id" name="">
62
				<!-- /Product Detail -->