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

## Description ## Related Issue ## Motivation and Context ## How Has This Been Tested? ## Screenshots (if appropriate): ## Types of changes - [ ] Bug fix (non-breaking change...

## Description - Adds support for stripe payment element (previous implementation used card element) - see comparison: https://stripe.com/docs/payments/payment-card-element-comparison. - Order no longer proceeds to complete when payment fails. - Adds...

With this PR, internationalization (locale, currency) is supported with chained methods of the SDK in the setup methods of the VSF API-Client. Related PR in SDK that adds chaining functionality...

### How the project can be improved? Current stripe implementation has a number of limitations: 1. Only supports card payment (vs payment element supports 18+ payment methods including Google Pay...

enhancement

### Expected Behavior Receive successful 200 response to following post request - `$spree.api.getPaymentConfirmationData();` ### Actual Behavior Receive 403 forbidden response. This is due to spree being unable to find `spree_current_order`....

bug

## Description Proposed fix for authorization error on payment confirmation data. ## Related Issue #254 ## Motivation and Context Bug fix. ## How Has This Been Tested? Tested on chrome....

### Expected Behavior Error message on unsuccessful payment ### Actual Behavior Order confirmation page `/checkout/thank-you?order=RXXXXXXXXX` is loaded with no indication payment has been unsuccessful. ### Possible Solution Currently looking into...

bug

### How the project can be improved? Spree's endpoints support ?locale parameter, which can affect the language of returned entities. We should include it in our requests, based on the...

enhancement

### How the project can be improved? Rollup provides basic hot-reloading when a file is changed (and it works in Docker thanks to using a volume) but it only reloads...

enhancement

### How the project can be improved? Right now `bin/start` runs `docker-compose up` on both Spree's and VSF's `docker-compose.yml`. It might be useful to add an option to run `docker-compose...

enhancement