spree icon indicating copy to clipboard operation
spree copied to clipboard

An open source eCommerce platform giving you full control and customizability. Modular and API-first. Build any eCommerce solution that your business requires.

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

Hello, For a better user experience, can we switch the COUNTRY input position with STATE. Many clients outside the United State who are not tech savvy report they can’t found...

`coupon_code` attribute is currently memoized after removing promotion from order, it shouldn't.

As we're moving the Admin Panel to Platform API, we're abandoning any feature development of the API v1 which will be completely superseded by Platform API. Our plan is to...

Fixes DEPRECATION WARNING: Uniqueness validator will no longer enforce case sensitive comparison in Rails 6.1. To continue case sensitive comparison on the :code attribute in Spree::Store model, pass `case_sensitive: true`...

Gems in the sandbox sh will not longer rely on main branches, current tags work and provide some stabilization before the 4.5 release.

Currently when creating a sandbox, it pulls dependencies (spree_backend, spree_legacy_frontend etc.) from their main branches. This causes compatibility issues e.g. when creating a sandbox when implementing fixes for old versions....

Currently, when a customer goes to input an address, the state dropdown has no "empty" option which causes the 1st option to be pre-selected. This can cause customers to end...

…T it would return duplicate products with multiple variants (with different prices) Current implementation produces duplicate results when ordering search results by price. When products have multiple variants.

There are several issues regarding this, see the individual commits. This also makes legacy frontend work correctly: - when order is created, the billing/shipping address will correctly be assigned to...