Dear Fellows
I am making an e commerce project for which I am trying to build shopping cart system which will have following features. But I stuck at JavaScript which does not work. I am looking for solution within Django framework as there must be some sort of built in function to do shopping cart and check out operations.
Shopping Cart :
show product name, Product thumbnail, product quantity, product price and total amount.
check out page:
-
to show same information like product name, Product thumbnail, product quantity, product price and total amount
and add new line for shipping charges and next line for taxes. -
payment options
COD
Bank Transfer
Once check out is done it must send the invoice to customer email address, and accounts department cc with order ID.
kindly suggest me any module or method inside django. As I dont have JavaScript knowledge .