e-commerce
Here are 990 public repositories matching this topic...
Is your feature request related to a problem? Please describe.
I want to add a role that can access only products and orders. All online documentation is from 2014 or earlier and does not work. The user with the new role (that does not have admin role, but only the new role) cannot access admin panel.
Describe the solution you'd like
Clear, comprehensive Spree extension documentat
Prerequisites
- Are you running the latest version?
- Are you able to consistently reproduce the issue?
- Did you search the issue queue for existing issue?
Issue Description
The description field is missing in the input schema when you are creating a shop. It's defined in the graphql schema but not in the validation schema. So, if you create a shop with description,
What I'm trying to achieve
Create checkout with a checkout line.
Steps to reproduce the problem
checkout = Checkout.objects.create(...)checkout.lines.create(...)orCheckoutLine.objects.create(checkout=checkout, ...)
OR
checkout = Checkout.objects.create(...)if checkout: pass
What I expected to happen
Database insertion without additional coun
I have tensorflow gpu v1.10 installed on my system. On running the setup I get this error:
Collecting tensorflow==2.0.0 (from imagededup)
Could not find a version that satisfies the requirement tensorflow==2.0.0 (from imagededup) (from versions: 0.12.1, 1.0.0, 1.0.1, 1.1.0rc0, 1.1.0rc1, 1.1.0rc2, 1.1.0, 1.2.0rc0, 1.2.0rc1, 1.2.0rc2, 1.2.0, 1.2.1, 1.3.0rc0, 1.3.0rc1, 1.3.0rc2, 1.3.0, 1.4.0rc0
-
Updated
Jul 9, 2020 - PHP
I find better code about filters than in docs which allow write less code when we declare fields.
Instead of (see http://django-shop.readthedocs.io/en/latest/reference/filters.html#id3):
from django.forms import forms, widgets
import django_filters
from djng.forms import NgModelFormMixin
from myshop.models.product import MyProduct, Manufacturer
class FilterForm(NgModelFormMixin, forms
Benchmarking
Can you please add some performance numbers to the main project docs indicating inference latency running some common hardware options e.g. AWS p2, GCP gpu instance, CPU inference, Raspbery pi, etc.
-
Updated
Jul 14, 2020 - Java
-
Updated
May 29, 2020 - PHP
-
Updated
Jul 2, 2020 - Python
Describe the bug
A clear and concise description of what the bug is.
Steps to reproduce
Steps to reproduce the behavior:
- Enable SSO in web.config
- Open Manager login
Expected behavior
The mouse pointer for "Sign in with..." should be "Link select"
Screenshots (optional)
https://recordit.co/
-
Updated
Jul 14, 2020 - TypeScript
Manage admin titles
We currently do not manage administrator titles.
Is your feature request related to a problem? Please describe.
Currently, if the developer wants to register a new admin account, it doesn't let it do that because sendgrid API keys are needed. Remove this dependency for local, and switch to using an identical emailService which uses Nodemailer (Gmail option preferred) since Nodemailer is free. Maybe feature flag this property
**Describe
running in windows
when running installer
Exception 'yii\db\Exception' with message 'SQLSTATE[3D000]: Invalid catalog name: 1046 No database selected
The SQL being executed was: SELECT * FROM configurable'
-
Updated
Jul 5, 2020 - PHP
-
Updated
May 2, 2020 - PHP
-
Updated
Jul 14, 2020 - PHP
- We would like to add ability to specify shopping cart content images in Payment Request.
- We would like to add ability to specify both the primary and the second label for shipping options. This would allow distinguishing between the shipping speed ("2-day") and the expected delivery date ("Sunday, May 5").
For example:
new PaymentRequest(paymentMethods, {
total: {labelI’m using vanilo in a project I’m working on even though I realise you do not have the 1.0 yet.
I’ve had to modify a method in a controller in vendor/vanilo/framework/resources/views and I was wondering if you envisioned a system to override some of these controllers in the framework properly ?
SO I could have modified views in my main folder and leave everything untouched in vendor.
Thanks
Type: minor
Describe the bug
After adding a new account address, the screen goes blank you appear to be logged out, but when you refresh the page, the address is there and you are still logged in.
To Reproduce
Steps to reproduce the behavior:
- Go to storefront
- Log in
- Click user name in upper right > Profile
- Add a new address.
- When you submit the form, see the
Describe the bug
Checkout button doesn't redirect to checkout page
To Reproduce
Steps to reproduce the behavior:
- Select product
- Select variations
- Click in checkout button
- Redirect to homepage
Expected behavior
Redirect to ckeckout page
Screenshots
If applicable, add screenshots to help explain your problem.
**Smartphone (please complete the following
-
Updated
Mar 11, 2018 - TypeScript
-
Updated
May 9, 2018 - Python
What is happening
In many entities, you can find a nice example of DRY violation. Constructor and edit method often contain duplicated lines for setting entity properties from the class data. This might lead to mistakes and it also hardens extending.
It is easy to fix this problem - the common properties sett
Improve this page
Add a description, image, and links to the e-commerce topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the e-commerce topic, visit your repo's landing page and select "manage topics."



While ccxt does a great job unifying most functions / settings, not everything is or can be unified.
I think it would be good to provide a separate wiki/documentation page which documents exchange-specific properties.
The behavior is there now and all is working well - but to find it users need to search through issues (which are not easy to navigate) to find certain exchange-specifics - and o