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
                  1 : { "ITEM_ID" : "1", "SP" : "20269", "MRP" : "24490", "SAVING" : "17", "COLOR" : "Black" }
6
 
7
              ,2 : { "ITEM_ID" : "2", "SP" : "20269", "MRP" : "24490", "SAVING" : "17", "COLOR" : "White" }
8
 
9
  };
10
					</script>
11
 
12
					<div class="product-main-title">
13
										<div class="name">
14
						<span class="brand">BlackBerry</span>
15
						<span class="product-name">Bold 9780</span>
16
					</div>
17
					<div class="desc">
18
													Powerful features to keep you connected
19
											</div>
20
					</div>
21
					<div class="price-n-warranty left">
22
												<div class="price">
23
							<span class="label">All Inclusive Price: </span>
24
							<img alt="Rs." src="/images/rupee-symbol.png" />
25
													<span id="mrp" class="mrp bold">24490</span>
26
													<span id="sp" class="list-price red bold">20269</span>
27
													<span class="price-diff">(<span id="saving">17</span>% off)</span>
28
												</div>
29
						<div class="warranty">
30
													<label class="bold">18 months manufacturer's warranty</label><br />
31
                                                With proper bill
32
						</div>
33
					</div>
34
					<div class="container-color-selector left">
35
													<div class="label">Choose Color (2)</div>
36
							<select id="colorSelector">
37
															<option value="1"  >Black</option>
38
                                															<option value="2"  >White</option>
39
                                														</select>
40
											</div>
41
					<div class="shipping left">
42
						<div class="label">Check Delivery Time for Area PIN Code:</div>
43
						<div id="shippingEstimate" class="left">
44
							<input type="text" id="zipcode" class="searchbox left bold" value="110001" />
45
							<button id="computeShippingEstimate" class="button left">GO</button>
46
							<label for="zipcode" class="left">Area PIN Code</label>
47
						</div>
48
						<div class="estimate left">
49
							<div id="shipping_time">Receive in <label class="red">3 Business Days</label></div>
50
							<div>This item has <label class="red">Free Shipping</label>.</div>
51
							<div id="cod">You can pay by <span class="red">Cash on Delivery</span></div>
52
						</div>
53
					</div>
54
					<a id="addToCart" class="left">ADD TO CART</a>
55
				</div>
56
				<input id="item_id" name="item_id" value="1" type="hidden" />
57
				<input id="catalog_id" name="catalog_id" value="1000355" type="hidden" />
58
				<input type="hidden" value="1000355" id="product_id" name="">
59
				<!-- /Product Detail -->