WilcyWilson / Ecommerce-WebApp

PC Parts Shopping Website using Django Oscar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Setting Up Payment Gateway

Final Website screenshots

Page1

Page2

Page3

To configure views and models

http://127.0.0.1:8000/admin

Add a country for shipping address otherwise won't work.

install dhango-oscar-paypal

pip install django-oscar-paypal

django-oscar-paypal docs

https://django-oscar-paypal.readthedocs.io/en/latest/

https://django-oscar-paypal.readthedocs.io/en/latest/express.html#getting-started

Paypal Sandbox account details

First create a normal paypal account. Then go to the link.

https://developer.paypal.com/developer/accounts/

Click on edit for above business sandbox account. Copy API credentials to put it in settings.py

About

PC Parts Shopping Website using Django Oscar


Languages

Language:Python 89.9%Language:HTML 10.1%