Skip to content
#

ecommerce

Here are 4,005 public repositories matching this topic...

spree
EmailZen
EmailZen commented Apr 1, 2021

Context

On mobile devices, footer section text should be adjusted to the center, contrary to the desktop where it is adjusted to the left.
Please refer to the screenshot attached.

Expected Behavior

Store name should be adjusted to the center of the footer on mobile devices.

Actual Behavior

The store name is not adjusted to the center of the footer on mobile devices.

Steps

magento2
vue-storefront
sync-by-unito[bot]
sync-by-unito[bot] commented Jun 10, 2021

Expected result

When visitting /checkout/payment directly from url when no addresses are yet set, customer should be redirected to previous checkout steps; no exception should be raised

Actual result

Visitting /checkout/payment directly from url when no addresses are yet set results in exception being raised;
e.g.:

TypeError
Cannot read property 'streetName' of null

St

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
krzysztofjeziorny
krzysztofjeziorny commented Apr 28, 2021

The same translations of the English terms in address book's dropdown list of titles are causing confusion in other languages.

The original choices in English:

https://github.com/django-oscar/django-oscar/blob/1a3372e1728d7b464693da6c78525ef4f13176a1/src/oscar/apps/address/abstract_models.py#L22

are being translated to a same term: Miss/Mrs/Ms turns Frau/Frau/Frau in German or Mlle/Mme/

solidus
kennyadsl
kennyadsl commented Mar 19, 2021

A while ago, we converted API controller specs into requests specs, see #2052. But those specs still have references from their old "life" that we can clean a little bit with a small effort.

In fact, their filenames still have the _controller_ part, which makes no sense now. Eg. solidus/api/spec/requests/spree/api/addresses_controller_spec.rb

Also, they contain references to the previo

Improve this page

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

Learn more