spree icon indicating copy to clipboard operation
spree copied to clipboard

Vue Storefront 2 Integration for Spree

Results 27 spree issues
Sort by recently updated
recently updated
newest added

### Expected Behavior Google fonts load successfully. ### Actual Behavior Error 400 - Invalid selector message with 'Tuples must be sorted' response from Google Fonts API. ### Possible Solution Upgrade...

bug

### Expected Behavior I'd expect the instructions to use the dockerized setup to run both the backend and the frontend explained at https://github.com/vuestorefront/spree#running-vue-storefront--spree-in-docker to work ### Actual Behavior * the...

bug

## Description This PR adds a helper that fetches the Spree store configuration from the api that is then being passed to the nuxt.config.js. This is done to avoid static...

### Provide a description of requested docs changes Why does the demo site still show up in my browser ### Able to fix / change the documentation? - [ ]...

documentation

Related to #239, there are multiple missing dependency warnings during the build as specified by the Dockerfile (with workarounds from #239 applied): ```shell [4/5] Linking dependencies... warning "lerna > @lerna/version...

bug

This PR adds a component for a clean button with minimal styling that can be extended as needed. ## Description ## Related Issue ## Motivation and Context #277 ## How...

This PR adds custom wrapper components for input fields that handle custom validation. The goal is to provide simple reusability and a separation of validation logic from the form. ##...

### What is your question / Please describe your issue I'm trying to connect to my spree 4.4 backend api but the demo site just persists I noticed differences in...

Add support for Braintree payments drop in UI - requires `spree_braintree_vzero` gem. Notes: 1. API-client is currently failing as `braintree_nonce` is not currently a supported type in `spree-storefront-api-v2-js-sdk`. I have...

### How the project can be improved? Currently out of the box payment support is limited to Stripe card element. Braintree is popular with merchants as it offers support for...

enhancement