معرفی شرکت ها


django-oscar-unicredit-0.1.1


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

A plugin to pay with unicredit bank
ویژگی مقدار
سیستم عامل -
نام فایل django-oscar-unicredit-0.1.1
نام django-oscar-unicredit
نسخه کتابخانه 0.1.1
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Marco Minutoli
ایمیل نویسنده info@marcominutoli.it
آدرس صفحه اصلی https://github.com/marcominutoli/django-oscar-unicredit
آدرس اینترنتی https://pypi.org/project/django-oscar-unicredit/
مجوز BSD
=================================== 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>


نحوه نصب


نصب پکیج whl django-oscar-unicredit-0.1.1:

    pip install django-oscar-unicredit-0.1.1.whl


نصب پکیج tar.gz django-oscar-unicredit-0.1.1:

    pip install django-oscar-unicredit-0.1.1.tar.gz