Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gitaaron/e-xact-django-clone
The e-xact sample shopping cart (found at http://store.e-xact.com/) implemented starting with a django app.
https://github.com/gitaaron/e-xact-django-clone
Last synced: about 2 months ago
JSON representation
The e-xact sample shopping cart (found at http://store.e-xact.com/) implemented starting with a django app.
- Host: GitHub
- URL: https://github.com/gitaaron/e-xact-django-clone
- Owner: gitaaron
- Created: 2010-06-12T20:10:43.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2010-06-18T19:06:15.000Z (over 14 years ago)
- Last Synced: 2024-04-14T15:04:43.788Z (9 months ago)
- Language: Python
- Homepage:
- Size: 188 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
Description
-----------
The e-xact sample shopping cart (found at http://store.e-xact.com/) implemented starting with a django app.Requirements
------------
Django version 1.1.1
sqlite3Setup
-----
1. Get code.
2. Load data : python manage.py syncdb
3. Create your chase paymentech hosted checkout payment page.
4. On the payment page, ensure your receipt link url points to http://your-domain:[port]/shop/payment_notification and that you have entered text into 'receipt text'.
5. Configure your settings.pySettings
--------* PAYMENT_PAGE_VARS['x_login'] corresponds to 'payment page id' in the paymentech admin
* PAYMENT_TRANSACTION_KEY corresponds to 'transaction key' in the paymentech admin
* PAYMENT_PAGE_VARS['x_fp_sequence'] should be a random string