Python Forum
Low code b2b e-commerce solution - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: Web Scraping & Web Development (https://python-forum.io/forum-13.html)
+--- Thread: Low code b2b e-commerce solution (/thread-41789.html)



Low code b2b e-commerce solution - makc - Mar-19-2024

Hi!

Need some help in choosing right solution.

Problem:
Faced scalability issues with woocommerce(wordpress) on VPS hosting. 10’000 products + multilibgual + products filter resulted to slow project+customization limited.

project requirments:
- Goal is to have b2b e-commerce project with 700k-1mln products with 3-5 attributes for each product.
- At least 1000-5000 active users.
- Targeted pricing
- multi-roles with different functionality for clients and employees.
- product search
- product catalogue
- product filters


I have low knowledge of coding(Basic python+ gpt coding😅), but open to learning&coding.

Came across Python and found it as flexible coding language with large possibilities. Looking for low-code modular solution with e-commerce ready core. preferrably with some user-friendly interface(at least for some parts of shop)

So far have found Saleor as a solution.

1. Would Saleor can be a good solution here?
2. Are there any other tech. solutions that could work for my case?

Any suggestions, tips/tricks are welcome to be shared🙂


RE: Low code b2b e-commerce solution - Abhishikt - Apr-17-2024

Saleor is a powerful, open-source e-commerce platform built on Django and GraphQL. It's designed to be highly scalable and customizable, with a modular architecture that allows you to add or remove features as needed. Saleor comes with built-in support for product catalogs, filtering, multilingual support, pricing, and user roles, making it suitable for B2B e-commerce projects. Additionally, it has a user-friendly interface for managing products, orders, and customers.