Skip to main content

Ajax utilities for django SHOP

Project description

This app adds some nifty ajax functions you can use with django SHOP.

Installation

This requires jQuery (http://jquery.com/) and django SHOP to work (https://github.com/divio/django-shop)

  • Add shop_ajax to your INSTALLED_APPS in your settings.py

  • On your server run python manage.py collectstatic to collect all app’s static files

Alternatively, you can just copy the content of shop.js in your javascript files.

Usage

  • Import the javascript files

<script type="text/javascript" src="{{ STATIC_URL }}shop_ajax/shop.js"></script>
  • Initialize the SHOP.cart somewhere on the top of your javascript code by providing it a csrf_token and urls to corresponding views

SHOP.cart.init('{{ csrf_token }}', '{% url cart_item_add %}', '{% url cart_item_add %}', '{% url cart_delete %}');
  • Use the provided functions in your templates

<a href="#" onclick="SHOP.cart.addItem({{ product.id }})">Add to cart</a>
...

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-shop-ajax-0.1.3.tar.gz (2.3 kB view details)

Uploaded Source

File details

Details for the file django-shop-ajax-0.1.3.tar.gz.

File metadata

File hashes

Hashes for django-shop-ajax-0.1.3.tar.gz
Algorithm Hash digest
SHA256 8437e6a5c7a4012ac3684bad9e1e6d735ecbf27079978de933a898dd71a8343c
MD5 3cedfc7c466e6443142e2c19ccb8d60e
BLAKE2b-256 a1e107d1991c93c44a1e6a42a1c8581554361408aff6062621becf9d415bf6b8

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