Skip to main content

A plugin to pay with unicredit bank

Project description

===================================
Unicredit package for django-oscar
===================================

This package provides integration between django-oscar_ and `Unicredit`_.

.. _django-oscar: https://github.com/tangentlabs/django-oscar

Support
-------

Having problems or got a question?

* write to me an email info@marcominutoli.it

---------------
Getting started
---------------

Add 'unicredit' in your INSTALLED_APPS::


Add the following settings using the details from your sandbox buyer account::

UNICREDIT_ID_ESERCENTE = 'XXXXXX'
UNICREDIT_STABILIMENTO = 'XXXXX'
UNICREDIT_USERID = 'XXXXX'
UNICREDIT_PASSWORD = 'XXXXXX'
UNICREDIT_STRINGA_SICUREZZA = 'XXXXXXXX'


Next, you need to add the Unicredit URLs to your URL config. This can be done as
follows::

from django.contrib import admin
from oscar.app import shop

urlpatterns = patterns('',
(r'^admin/', include(admin.site.urls)),
(r'^checkout/unicredit/', include('unicredit.urls')),
(r'', include(shop.urls)),


To insert the UNICREDIT button in your template ``templates/oscar/checkout/preview.html`` aggiungendo::

<form method="post" action="{% url 'unicredit-direct-payment' %}" id="place-order-form-unicredit">
{% csrf_token %}
<input type="hidden" name="action" value="place_order"/>

<div class="form-actions">
<button id='place-order' type="submit" class="pull-right btn btn-primary btn-large js-disable-on-click"
data-loading-text="{% trans 'Submitting...' %}">Paga con unicredit
</button>
</div>
</form>

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

django-oscar-unicredit-0.1.1.tar.gz (6.0 kB view details)

Uploaded Source

File details

Details for the file django-oscar-unicredit-0.1.1.tar.gz.

File metadata

File hashes

Hashes for django-oscar-unicredit-0.1.1.tar.gz
Algorithm Hash digest
SHA256 58be1dd0d5e4aaac85752fd7733965f0c5ffff64f662eb3566a120d1bd2c77ef
MD5 a6949661b5bd2c1af8d2ef1d957fe0c6
BLAKE2b-256 cd9ac427f62ea193e4fded043c1d85d8c1f6ead1cefbd7be5fd2183a3292b9ff

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page