Skip to content
#

storefront

Here are 122 public repositories matching this topic...

solidus
kennyadsl
kennyadsl commented Mar 5, 2021

i18n-tasks gem now comes with the following post-install message:

Post-install message from i18n-tasks:
# Install default configuration:
cp $(bundle exec i18n-tasks gem-path)/templates/config/i18n-tasks.yml config/
# Add an RSpec for missing and unused keys:
cp $(bundle exec i18n-tasks gem-path)/templates/rspec/i18n_spec.rb spec/

It's a good opportunity to follow these instru

justyna-13
justyna-13 commented Jan 26, 2022

Describe the bug
There are SfIcon components that have role="button" in Category page and SfShippingDetails template. These role="button" should be removed and SfIcon components should be wrapped in SfButton component. SfButton should have sf-button--pure class

How to reproduce
Steps to reproduce the behavior:

  1. Go to Category page / SfShippingDetails
  2. Scroll down to SfIc
platform
adrianengel
adrianengel commented Sep 22, 2021

PHP Version

7

Shopware Version

6

Expected behaviour

I create a theme using my terminal. For the theme name I use "demotheme". Shopware creates a folder called "Demotheme" and create a theme.json with the correct name(first letter uppercase).

Actual behaviour

I create a theme using my terminal. For the theme name I use "demotheme". Shopware creates a folder called "Demotheme"

robertocyrino
robertocyrino commented Jan 14, 2021

Describe the bug

If you add a full width element to a site using the latest Storefront theme, 3.3.0, it will show margins on both sides for mobile view.

  • I have deactivated other plugins and themes and confirmed this bug occurs when only WooCommerce + Storefront theme are active.
  • I can reproduce this bug consistently using the steps below.

To Reproduce

Steps to reprod

Example Storefront is Reaction Commerce’s headless ecommerce storefront - Next.js, GraphQL, React. Built using Apollo Client and the commerce-focused React UI components provided in the Storefront Component Library (reactioncommerce/reaction-component-library). It connects with Reaction backend with the GraphQL API.

  • Updated Dec 21, 2021
  • JavaScript

Improve this page

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

Learn more