Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Payecommerce is a sample e-commerce application that uses the Django framework. It serves as a demonstration of how to integrate the Paywix payment gateway wrapper into a Django-based e-commerce application. The Paywix package provides an easy-to-use interface for integrating with the payment gateway, making it simple to process payments.

NotificationsYou must be signed in to change notification settings

renjithsraj/paywix_ecommerce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a project to demonstrate the usage ofpaywix payment gateway wrapper

Payecommerce is a sample e-commerce application that uses the Django framework. It serves as a demonstration of how to integrate the Paywix payment gateway wrapper into a Django-based e-commerce application. The Paywix package provides an easy-to-use interface for integrating with the payment gateway, making it simple to process payments in your e-commerce application.

Features

  • User and guest checkout capabilities.
  • Setting up the templates and data structure in the first two modules.
  • Adding user checkout flow with payment integration.
  • After complete basic checkout with a logged-in user.
  • Add in the ability for users to checkout as a guest using cookies.

Technologies

  1. Django (Backend)
  2. Bootstrap (Frontend)
  3. CSS (Frontend)
  4. JavaScript (Client-Side)

To Run This Project

  1. clone this project on your local machine,
git clone https://github.com/renjithsraj/paywix_ecommerce.git
  1. create a virtual environment inside eCommerce folder,
virtualenv venv
  1. activate virtual environment,(for windows)
.\venv\Scripts\activate
  1. install project dependencies from requirements.txt,
pip install -r requirements.txt
  1. run project on your local machine,
python manage.py runserver

Credits:

main_repo: @zinmyoswe

About

Payecommerce is a sample e-commerce application that uses the Django framework. It serves as a demonstration of how to integrate the Paywix payment gateway wrapper into a Django-based e-commerce application. The Paywix package provides an easy-to-use interface for integrating with the payment gateway, making it simple to process payments.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp