Questions tagged [saleor]

Saleor is a high-performance e-commerce platform built with Django, ReactJS, and GraphQL. Saleor is an open source project licensed under the BSD-3-Clause, maintained by the Mirumee Software company.

Saleor is a high-performance e-commerce platform built with Django, ReactJS, and GraphQL.

Saleor is an open source project licensed under the BSD-3-Clause, maintained by the Mirumee Software company.

Both the storefront and the dashboard are React applications written in TypeScript and use Apollo GraphQL.

Github: https://github.com/mirumee/saleor

Projects page: https://getsaleor.com

118 questions
4
votes
1 answer

Editing models and extending database structure in Saleor

I recently forked Saleor 2.9 for a web app I am building for an art gallery that wants to display their products for sale as well as give their artists some publicity. I want to be able to have a bunch of cards (like "our team" components) that pull…
Tanishq Kumar
  • 263
  • 1
  • 13
3
votes
1 answer

Error: pg_config executable not found. even though I have added the path to pg_config on environment variable

I am trying to setup saleor (Django based). I did a "python -m pip install -r requirements.txt" as stated on the website. Things go well until the installation Collecting psycopg2-binary==2.8.3 and then error is thrown. I have Postgre installed and…
Bon Leofen
  • 85
  • 2
  • 10
3
votes
1 answer

AWS beanstalk deployment failed with exit status 1

I've been trying for several days now to set up Django under Amazon Web Services' Elastic Beanstalk. I am getting a following error most of the time: ERROR: Your requirements.txt is invalid. Snapshot your logs for details. Here's directory…
user4617631
3
votes
2 answers

Serving media files on S3 for saleor

I have used saleor,django store and hosted it on google cloud, It is working fine. Now what I wanted to do is to host media files on S3 bucket. I have created a bucket and tried some tutorials but no success. I could not find any complete step by…
thirteen4054
  • 465
  • 4
  • 17
2
votes
0 answers

JWT Authentication in StepZen

I have two headless backend services: Saleor and Strapi, which provide with GraphQL API for e-commerce development. The problem was to find a service, which can stitch two( or more ) GraphQL schemas so that I can have access to them by one endpoint.…
2
votes
3 answers

OSError: cannot load library 'gobject-2.0-0': Additionally, ctypes.util.find_library() did not manage to locate a library called 'gobject-2.0-0'

While installing saleor, I have encountered with the below issue. OSError: cannot load library 'gobject-2.0-0': error 0x7e. Additionally, ctypes.util.find_library() did not manage to locate a library called 'gobject-2.0-0' I have tried all the…
pylearner
  • 1,358
  • 2
  • 10
  • 26
2
votes
1 answer

Does Saleor support decimal order line quantity?

I want to use decimal quantity when create order, eg: 1.5, 2.7 Does Saleor support decimal or just integer quantity?
Kevin
  • 1,403
  • 4
  • 18
  • 34
2
votes
1 answer

Saleor Platform running, storefront wont start the server

I've used the saleor platform method, with docker and dashboard and everything else works properly, but not the frontend, any idea how to debug this, this is the output of the last command storefront_1 | > saleor-site@2.11.0 start /app storefront_1…
Omar
  • 8,374
  • 8
  • 39
  • 50
2
votes
0 answers

django projects(saleor) python manage.py migrate error message

Hello Guys I tried to migrate using the command python manage.py migrate and I got this error am done with the set of my environment and I also cloned the saleor reporsitory on github but am still getting these errors. what can I do to fix…
He's Right
  • 23
  • 2
2
votes
1 answer

Saleor optional Apps

There are optional apps on shopify that is necessary. 1. abandoned cart - these apps do additional follow up with 'customers' by sending a number of emails (can chose how many mails) to chase up on purchase. 2. a floating sticky cart 3. tracking…
J T
  • 245
  • 2
  • 13
2
votes
2 answers

Saleor comes with react by default. Can we have a 'basic' Saleor without frontend frameworks?

I wanted to use Saleor for a "single-type-product" e-commerce website. I installed Saleor yesterday but it has a huge requirements file, including react.js and many other frontend stuff. I don't want them. Is it possible to install Saleor without…
moddayjob
  • 606
  • 5
  • 17
2
votes
1 answer

Set a secret key with command line in Django for saleor installation on windows

I'm trying to install saleor on Windows, in the SECRET_KEY part throws an error saying that my SECRET_KEY cannot be empty, I suppose it must be entered by commands. What command is used in Windows to set a SECRET_KEY in Django and then continue to…
2
votes
1 answer

Nuka Carousel not displaying in react slideHeight props 0

I am using nuka carousel in react TypeScript a saleor pwa react ts app Nuka carousel not showing items cause nuka is passing slideHeight 0 to slider -frame Code Example: render() { const { title } = this.props; const { products } =…
Talha Rahman
  • 720
  • 4
  • 12
  • 27
2
votes
1 answer

Saleor Django SQL errors on Windows 10//eCommerce

I have this problem for a few days now, and I can't solve it. I have red all the docs and files and did everything as instructed. So basically, I've installed Django latest ver, installed Python 3.x also the latest ver, and wanted to implement…
dev.ink
  • 380
  • 5
  • 21
2
votes
0 answers

Django Superuser no longer working after implementing social login

I have recently implemented Social Login to my Django site (which is working), but have encountered an issue where if I create a superuser using the terminal that superuser login does not work. Middleware Section of Settings.py MIDDLEWARE = [ …
Rutnet
  • 1,533
  • 5
  • 26
  • 48
1
2 3 4 5 6 7 8