Stripe credit card processing integration with Cartridge
Project description
cartridge-stripe
================
Stripe_ credit card processing integration with Cartridge_.
.. _Cartridge: htps://cartridge.jupo.org
.. _Stripe: https://stripe.com/docs
==========
Install
==========
Follow the installation instructions of django-zebra_.
.. _django-zebra: https://github.com/GoodCloud/django-zebra#installation
::
pip install cartridge-stripe
Update the settings.py to use your shiney new app.
Add it to 'INSTALLED_APPS' above 'cartridge.shop' to override the checkout template
or copy it to the templates dir in your project.
::
INSTALLED_APPS = (
# ...
'cartridge_stripe',
'cartridge.shop',
# More stuff...
'zebra',
)
SHOP_HANDLER_PAYMENT = 'cartridge_stripe.payment_handler'
SHOP_CHECKOUT_FORM_CLASS = 'cartridge_stripe.forms.OrderForm'
ZEBRA_ENABLE_APP = True
=======
Style
=======
Add some sort of style for 'div.payment-errors' which will display validation
errors from stripe.
::
div.payment-errors {
color: #F00;
}
=====
Done!
=====
Now your checkout flow should have card validation and the Stripe order number
linked to the purchase.
=====
Feedback
=====
I'm open to bugs and pull requests. Just run pep8 first.
Follow me and say hi! https://twitter.com/readevalprint
================
Stripe_ credit card processing integration with Cartridge_.
.. _Cartridge: htps://cartridge.jupo.org
.. _Stripe: https://stripe.com/docs
==========
Install
==========
Follow the installation instructions of django-zebra_.
.. _django-zebra: https://github.com/GoodCloud/django-zebra#installation
::
pip install cartridge-stripe
Update the settings.py to use your shiney new app.
Add it to 'INSTALLED_APPS' above 'cartridge.shop' to override the checkout template
or copy it to the templates dir in your project.
::
INSTALLED_APPS = (
# ...
'cartridge_stripe',
'cartridge.shop',
# More stuff...
'zebra',
)
SHOP_HANDLER_PAYMENT = 'cartridge_stripe.payment_handler'
SHOP_CHECKOUT_FORM_CLASS = 'cartridge_stripe.forms.OrderForm'
ZEBRA_ENABLE_APP = True
=======
Style
=======
Add some sort of style for 'div.payment-errors' which will display validation
errors from stripe.
::
div.payment-errors {
color: #F00;
}
=====
Done!
=====
Now your checkout flow should have card validation and the Stripe order number
linked to the purchase.
=====
Feedback
=====
I'm open to bugs and pull requests. Just run pep8 first.
Follow me and say hi! https://twitter.com/readevalprint
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file cartridge-stripe-0.1.3.tar.gz
.
File metadata
- Download URL: cartridge-stripe-0.1.3.tar.gz
- Upload date:
- Size: 6.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0a0f60789cb3bc33a1fae741f0dd024433c4f27b06a40861ae28aa53686db58c |
|
MD5 | c844d44db96d6831d1d97316c8a1ce40 |
|
BLAKE2b-256 | c07e1e7e4d599d5da0d0999e33ffd0f5347e339d1ce73e7aa52ac74bdc0e05d7 |