django-oscar Questions

3

Solved

I am trying to integrate the Stripe payment gateway to Django oscar for an e-commerce site which sells physical goods like groceries online.I use python 3.6.3, Django 2.0, Django-oscar 1.6, stripe ...
Pasadena asked 9/7, 2018 at 10:33

2

I'm trying to use a modified version of the django-oscar import_oscar_catalogue class to import a bunch of products from a CSV, and on the first encounter of a product (defined by title), create a ...
Taxiplane asked 28/1, 2016 at 20:27

3

Solved

I am developing a shopping website using django-oscar framework, in fact I am using their sandbox site. I want to add payment to the checkout process, but the thing is, I am totally confused! I've...
Maricela asked 12/7, 2015 at 22:2

5

Solved

I'm working on a Django project with PyCharm. Unfortunately PyCharm does not resolve the template tags I would like to use in my templates. {% load staticfiles %} The project is running within ...
Sarmentose asked 8/1, 2016 at 14:48

2

Solved

I am trying django-oscar tutorial from http://django-oscar.readthedocs.org/en/latest/internals/getting_started.html , but I am getting a 'staticfiles' is not a valid tag library: Template library...
Onaonager asked 19/8, 2013 at 19:34

1

Solved

How do I add an additional field to django-oscar dashboard? I've forked catalog app added an extra field, but the form is not showing after forking dashboard. from django.db import models from osc...
Commendam asked 28/9, 2019 at 13:28

1

I want to have a store credit model for customers where the virtual currency is stored. This store credit app will store points(added on return or some scheme) that can be used to pay for products....
Rasia asked 7/10, 2015 at 7:37

2

Hi in my Django oscar project which Implements Django oscar. I am able to implement my custom API which I use to view categories and display them. The issue with the API now is that subcategories o...
Impi asked 3/6, 2018 at 14:49

2

I want to integrate a payment gateway with oscar. I have integrated oscar-paypal it works fine. Should I follow oscar-paypal and try to emulate it ? This document doesn't gives the starting inform...
Interment asked 20/10, 2015 at 13:55

2

Solved

Trying to access the price of a product, Using Docs. But getting Attribute error. >>> from oscar.apps.partner import strategy, prices >>> from oscar.apps.catalogue.models import ...
Origin asked 11/8, 2015 at 10:38

2

I am interested in combining django-cms for content management and django oscar for e-commerce. Can someone give me some direction, preferably someone that has already successfully combined the tw...
Anaphylaxis asked 4/3, 2016 at 23:50

2

Solved

I had django-oscar's sample app sandbox deployed on my website at example.com . i wanted to move that to example.com:8000 and run another project at example.com url. I successfully did the second p...
Stallfeed asked 18/5, 2015 at 13:57

1

Solved

I am working on an ecommerce website using django oscar. Products are listed and I have to apply filters (e.g. year, price, etc.). Can we use oscar facet for this filtering functionality? I have...
Baughman asked 22/9, 2015 at 7:25

2

Solved

I need to ensure that Apache Solr is installed with my django-oscar application, and have been using these instructions with an .ebextensions config file to automatically install Solr and rebuild t...
Harber asked 7/12, 2015 at 4:21

4

I'm a beginner in Python and Django. I have installed django-oscar. Then I Configured it and started the server, it works. Now, I don't understand how to add a product? At the dashboard there is ...
Shaff asked 6/4, 2013 at 20:6

1

Solved

Trying to implement a simple ordering query on ProductCategoryView in Django-Oscar. It should be fairly simple to implement but it's taking too much time to understand. I'm having second thoughts t...
Sirmons asked 13/8, 2015 at 9:17

5

Solved

I wanted to include an ecommerce portal on my website and I have done everything as given on the "Create your Shop page" as given in Django-Oscar documentation, just that in urls.py instead of u...
Micra asked 2/5, 2015 at 19:54

1

I am working on django-oscar project to create custom eCommerce application. When i run my project using python manage.py runserver command, I got this error " from django.contrib.gis.geos impo...
Houstonhoustonia asked 15/8, 2014 at 5:36

1

So i have followed this question How to set-up a Django project with django-storages and Amazon S3, but with different folders for static files and media files? in order to get my django app upload...
Countersubject asked 4/9, 2013 at 22:6
1

© 2022 - 2025 — McMap. All rights reserved.