Subversion Repositories SmartDukaan

Rev

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

Rev 4237 Rev 4238
Line 10... Line 10...
10
			<div class="cart-middle-text-two-lines">Total Amount: <img src="/images/rupee-symbol.png" alt="Rs."> $totalAmount </div>
10
			<div class="cart-middle-text-two-lines">Total Amount: <img src="/images/rupee-symbol.png" alt="Rs."> $totalAmount </div>
11
		#end
11
		#end
12
	</div>
12
	</div>
13
	<div class="cart-bottom">
13
	<div class="cart-bottom">
14
		#if($itemCount == 0)
14
		#if($itemCount == 0)
15
		<a id="shoppingExpInfo">Click here to know more</a>
15
		<a href="#" id="shoppingExpInfo">Click here to know more</a>
16
		#else
16
		#else
17
		<div class="cart-bottom-text">
17
		<div class="cart-bottom-text">
18
			<a href="/cart">
18
			<a href="/cart">
19
				<span class="new-button viewcart">VIEW CART</span>
19
				<span class="new-button viewcart">VIEW CART</span>
20
			</a>
20
			</a>