Skip to content
#

storefront

Here are 125 public repositories matching this topic...

vue-storefront

The open-source frontend for any eCommerce. Built with a PWA and headless approach, using a modern JS stack. We have custom integrations with Magento, commercetools, Shopware and Shopify and total coverage is just a matter of time. The API approach also allows you to merge VSF with any third-party tool like CMS, payment gateways or analytics. Newest updates: https://blog.vuestorefront.io. Always Open Source, MIT license.

  • Updated Jul 8, 2022
  • TypeScript
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

platform
obendev
obendev commented Mar 31, 2022

Please describe the feature you would like to see implemented.

Currently, Shopware 6 is setting HTTP headers like referrer-policy, x-content-type-options and x-frame-options.
It would be nice to have an option to disable or modify these headers, since I'd like to set these headers via my Nginx configuration instead of letting it be handled by the web application (Shopware).
Can be f

Feature Request Good first issue
grandnode
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

type: bug good first issue priority: high category: styles
codingstyle
codingstyle commented Jan 21, 2021

I am currently integrating the SDK in a React Native app written mainly with TypeScript.
So far Swell JS SDK works well, there are only two blocking issues:

  1. Buffer has to be set as a global variable to that SDK works correctly
  2. Session management relies exclusively on browser cookies. Maybe there is an abstraction layer to add for supporting both web and React Native?

For the moment,

enhancement good first issue
tritao
tritao commented Jun 16, 2022

If you go through the checkout process, up to payment screen, then go back to the store, and try adding some more products to the cart, you get hit with Order contents may only be modified when in the "AddingItems" state.

I think this makes sense since Vendure has the order state machine, however this needs to be fixed for production usage.

All I can think of is special casing the code tha

help wanted good first issue

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