Subversion Repositories SmartDukaan

Rev

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

Rev 32639 Rev 32653
Line 205... Line 205...
205
					<span>
205
					<span>
206
						<input type="number" min="1" class="form-control quantity"></input>
206
						<input type="number" min="1" class="form-control quantity"></input>
207
					</span></h4>
207
					</span></h4>
208
				<hr/>
208
				<hr/>
209
				<span>
209
				<span>
210
					<button type="submit" id="addToBagButton" class="btn btn-primary">Add more!</button>
210
					<button type="submit" id="addToBagButton" class="btn btn-warning">Add more!</button>
-
 
211
					<button type="submit" id="addToBagButtonwithCart"
-
 
212
							class="btn btn-primary">Continue with cart</button>
211
					<button type="submit" id="addToBagButtonwithCart" class="btn btn-warning">Continue to cart</button>
213
					<button type="submit" id="addToBagButtonwithBillingpage" class="btn btn-success">Checkout</button>
-
 
214
					<input type="hidden" class="cart-checkout" value="checkout">
-
 
215
 
212
		       	</span>
216
		       	</span>
213
			  </div>
217
			  </div>
214
			  </div>
218
			  </div>
215
		    </div>
219
		    </div>
216
		</div>
220
		</div>