How To Order

How to Order?
  1. Choose The Products You Want
  2. Click buy now
  3. Fill in Shipping Address(Info.)
  4. Make Payments
Shopping Cart
Scroll to Top
// listen if someone clicks 'Buy Now' button $('#buy_now_button').click(function(){ // set value to 1 $('#is_buy_now').val('1'); //submit the form $('form.cart').submit(); });