Questions tagged [django-oscar]

Oscar is an e-commerce framework for Django designed for building domain-driven applications. It is structured so that the core business objects can be customised to suit the domain at hand. In this way, your application can accurately model its domain, making feature development and maintenance much easier

Oscar is an e-commerce framework for Django designed for building domain-driven sites. It is structured such that any part of the core functionality can be customised to suit the needs of your project. This allows a wide range of e-commerce requirements to be handled, from large-scale B2C sites to complex B2B sites rich in domain-specific business logic.

416 questions
-1
votes
1 answer

How do I integrate oscar's product render template tags with my own template?

I am developing an ecommerce website with the help of django-oscar. I decided to use the template tags and dashboard of oscar while trying to only change the templates with my own. I am sorry that the description of the question is so long but I…
-1
votes
1 answer

How to redirect html pages internally in Django?

I've included Product and services in Navbar links, If I click on Product link it should redirect to services page. I'm Using Django-Oscar. So I don't want to mess around with the urls.py and view.py.
-1
votes
1 answer

How can I get only the products that belong to a certain type added from the dashboar in django-oscar?

I want to filter the products that belong to a certain type of product and show them in an html file. The type of product is added from the django-oscar's default admin panel. I found the only solution on the internet that django-oscar-easyrec…
-1
votes
1 answer

How can I personalize the template of the django-oscar?

I'm a beginner in django/oscar. I created my virtual env and I followed the procedure for create a new django project. Now, I want to personalize my page without to fork the repo.I want only extend oscar's template (for example change background,…
-1
votes
1 answer

Can I get django-oscar to work under Python 3?

I am working with Python 3.6.0, Django 1.10.6, and Oscar version 1.4.0 final. I've seen similar-looking error messages discussed and reported solved by certain solutions (e.g. updating what was "still" an old-time autogenerated wsgi.py), or adding…
Christos Hayward
  • 5,777
  • 17
  • 58
  • 113
-1
votes
2 answers

Python Django Oscar Run Issue

I am trying to run the "python manage.py runserver" command but every time terminal shows the error. I have executed the following commands I have installed mysql also but still i got error. Help is appreciated in advance. Thank You. Here is my…
Himanshu Chawla
  • 987
  • 7
  • 8
-1
votes
1 answer

Google login email not obtaining while using django allauth.All other datas even profile picture is getting

I am not able to obtain email address while using django allauth.In settings.py i have included the following scopes ACCOUNT_USERNAME_REQUIRED = True ACCOUNT_EMAIL_REQUIRED = True SOCIALACCOUNT_EMAIL_REQUIRED = False SOCIALACCOUNT_QUERY_EMAIL =…
-2
votes
1 answer

Perform CRUD operations on product class?

I'm a newbie to Django-oscar and I'm trying to develop a simple CRUD operation on Product. I've forked the catalogue app and created a views.py file I fired the query Product.objects.create(title='Hello') and a product does get created with the…
Neeraj Vernekar
  • 98
  • 2
  • 11
-2
votes
1 answer

Clarification about Django-Oscar

I have already finished setting up my home, about and contact us page using bootstrap in one project. I wanted to use the django-oscar for the e-commerce configuration and use it in my products page. Do I need to add another project or just create…
Chrissa
  • 155
  • 2
  • 14
-2
votes
1 answer

Add multiple Attribute to single product in django oscar

I am trying to add multiple attribute to single product But i can't find option where to add it from dashboard can you please guide me...
Jigar Tarpara
  • 59
  • 1
  • 10
-2
votes
1 answer

Remove item from basket in django oscar

How can I remove an item from the customer's basket in django oscar? The following line just acts as an link: {% trans "Remove" %}
ironicaldiction
  • 1,200
  • 4
  • 12
  • 27
1 2 3
27
28