To change this license header, choose License Headers in Project Properties. To change this template file, choose Tools | Templates and open the template in the editor. --> {% include 'layouts/product_header.html' %} BREADCRUMB AREA START
// Welcome to our company

Checkout

BREADCRUMB AREA END WISHLIST AREA START
Returning customer? Click here to login
Have a coupon? Click here to enter your code

Billing & Shipping Details

Payment Method

card

you can pay with your credit and debit card.

card
Cash on delivery (COD)

Pay with cash upon delivery.

Your personal data will be used to process your order, support your experience throughout this website, and for other purposes described in our privacy policy.

Cart Totals

{% set total_price =0 %} {% for c in cart_data_all %} {% set price = c.price %} {% set disc =c.discount %} {% set disc_price = price * disc /100 %} {% set a = price - disc_price %} {% set price_prd = c.buy_quantity * a %} {% set total_price = total_price + price_prd %} {% endfor %} {% set carting = 0 %} {% if total_price >=1 && total_price <= 800 %} {% set carting = 0 %} {% elseif total_price > 800 && total_price <=1500 %} {% set carting = 0 %} {% elseif total_price > 1500 %} {% set carting = 0 %} {% endif %}
{{ c.name }} × {{ c.buy_quantity }} ₹ {{ price_prd }}
Shipping and Handing ₹ {{ carting }}
Order Total {{ total_price + carting }}
WISHLIST AREA START FEATURE AREA END {% include 'layouts/footer.html' %}