Skip to content
#

ecommerce-platform

Here are 407 public repositories matching this topic...

Sylius
jacquesbh
jacquesbh commented Mar 23, 2020

Sylius version affected: v1.4.4

Description

Sylius says the category is used and cannot be removed, when we try to remove an empty category.

We figured out that we had some products with the taxon as "Main Taxon".

Steps to reproduce

  1. Add a taxon, keep it empty of products.
  2. Update a product to use the newly created taxon as Main taxon.
  3. Try to remove the taxo
PrestaShop
hibatallahAouadni
hibatallahAouadni commented Feb 10, 2021

Describe the bug

After disabling the feature Stock Management in BO, when I try to create an Order from BO, the qty_in_stock label is still displayed.

Expected behavior

the qty_in_stock label is hidden.

Steps to Reproduce

Steps to reproduce the behavior:

  1. BO>CONFIGURE>Product Settings
  2. Scroll down to Products stock block
  3. Disable th
solidus
jfturcot
jfturcot commented Dec 22, 2020

select2_locale_en-GB.js is missing in the select2_locales folder, selecting English (UK) on the admin backend breaks the app.

Solidus Version:
2.11.3

To Reproduce

  1. Open the admin backend
  2. Select English (UK) in the language selection menu at the bottom right

Current behavior
It returns an error with the following message:
``
The asset "solidus_admin/select2_locales/s

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
cocorico

👐 Cocorico is an open source marketplace solution for services and rentals. More information right here: https://www.cocorico.io/en/ 🚀 Cocorico is also available in an off-the-shelf SaaS package, check out https://www.hatch.li to launch your platform today. 😍 We are hiring (telecommute welcome 🏡): https://www.welcometothejungle.com/en/companies/cocorico/jobs/candidatures-spontanees#apply

  • Updated Feb 9, 2021
  • PHP
ADDISON74
ADDISON74 commented Jan 23, 2021

In .htaccess file I would recommend inoffensive changes to bring the code to our days:

line 8: php5.ini => php7.ini

line 16: php5 settings => php7 settings

  
############################################
## GoDaddy specific options

#   Options -MultiViews

## you might also need to add this line to php.ini
##     cgi.fix_pathinfo = 1
## if it still doesn't work, rename php.i
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
korycins
korycins commented Jun 5, 2020

The dashboard on homepage fetches data like Orders, Products, Customers...
It works when user has all permissions required to these data. But it doesn't handle the situation when the user has only part of the required permissions - it shows a blank form.
I assume that the dashboard should show the data which user has access to
![image (3)](https://user-images.githubusercontent.com/

Improve this page

Add a description, image, and links to the ecommerce-platform 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 ecommerce-platform topic, visit your repo's landing page and select "manage topics."

Learn more