shuup
shuup copied to clipboard
E-Commerce Platform
As noted in #2027, the registration within checkout is currently hard coded to simple registration without requiring activation of the account over email. In this pull request, I'm trying to...
Linked to https://github.com/shuup/shuup/pull/1875
Hi Shuup team, I tried to contact you by mail, but no answer. Please contact me back, it's about a security issue we found. [email protected]
Hello, We recently received a vulnerability disclosure against your repository. I couldn't find an e-mail to contact or a security process to follow, so created this issue instead. If you...
I see variations [have been removed](https://github.com/shuup/shuup/pull/2326) (glad I weren't using them); anyway it's a bit odd that there's still a field called "Variation name" under the "Additional" tab, probably should...
Now Shuup has refund order lines and stocks is considered while doing refunds. * How creating refunds effect on payments? * What should sales reports say for January if the...
> ... This usage is discouraged and may exhibit undesirable behaviors or errors. Please use Setuptools' objects directly or at least import Setuptools first. Happens with the latest `setuptools` https://setuptools.readthedocs.io/en/latest/history.html#v49-2-0...
There is a call to `static("")` in `shuup/admin/browser_config.py` which seems to be incompatible with `ManifestStaticFilesStorage`. ValueError on `/sa/login`: ``` Traceback: File "/opt/project/.venv/lib/python3.7/site-packages/django/core/handlers/exception.py" in inner 34. response = get_response(request) File "/opt/project/.venv/lib/python3.7/site-packages/django/core/handlers/base.py"...
Under `/admin/default-tax/rules/new/`, if there are hundreads of taxes, the page takes years to load. Make the field be a select2. 
1. Visit `/sa/products/new/` 2. Fill in the fields skipping a required field (say, leave `sku` empty) 3. Set primary category and/or categories 4. Save The page reloads with the primary...