The Wayback Machine - https://web.archive.org/web/20200715021143/https://github.com/topics/e-commerce
Skip to content
#

e-commerce

Here are 990 public repositories matching this topic...

ccxt
xmatthias
xmatthias commented Feb 14, 2020

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

DianaKoenraadt
DianaKoenraadt commented Apr 26, 2020

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

CristianCucunuba
CristianCucunuba commented Mar 11, 2020

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,

saleor
purpledot
purpledot commented Jan 27, 2020

What I'm trying to achieve

Create checkout with a checkout line.

Steps to reproduce the problem

  1. checkout = Checkout.objects.create(...)
  2. checkout.lines.create(...) or CheckoutLine.objects.create(checkout=checkout, ...)

OR

  1. checkout = Checkout.objects.create(...)
  2. if checkout: pass

What I expected to happen

Database insertion without additional coun

varishtsg
varishtsg commented Oct 26, 2019

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

smaharj1
smaharj1 commented May 3, 2020

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

Ecommerce-CodeIgniter-Bootstrap
rsolomakhin
rsolomakhin commented Aug 17, 2018
  1. We would like to add ability to specify shopping cart content images in Payment Request.
  2. 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: {label
samo9789
samo9789 commented Jul 9, 2019

I’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

aldeed
aldeed commented Jan 30, 2020

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:

  1. Go to storefront
  2. Log in
  3. Click user name in upper right > Profile
  4. Add a new address.
  5. When you submit the form, see the
Asarael
Asarael commented Sep 7, 2018

Describe the bug
Checkout button doesn't redirect to checkout page

To Reproduce
Steps to reproduce the behavior:

  1. Select product
  2. Select variations
  3. Click in checkout button
  4. Redirect to homepage

Expected behavior
Redirect to ckeckout page

Screenshots
If applicable, add screenshots to help explain your problem.

**Smartphone (please complete the following

vitek-rostislav
vitek-rostislav commented Mar 29, 2020

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.

Curate this topic

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."

Learn more

You can’t perform that action at this time.