/spree_legacy_frontend

Legacy Spree Rails storefront

Primary LanguageRubyBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Spree (Legacy) Frontend

This is the old Spree Storefront extracted from Spree < 4.3 which was upgraded to Turbo/Hotwire.

Developed by

Vendo

All-in-one platform for all your Marketplace and B2B eCommerce needs. Start your 30-day free trial

Installation

Add

gem 'spree_frontend'

to your Gemfile, and make sure both gem 'jsbundling-rails' and gem 'turbo-rails' are added.

Run:

bundle install
bin/rails javascript:install:esbuild
bin/rails turbo:install
bin/rails g spree:frontend:install

Maintanence policy

This gem is in maintainence mode.

We only accept bug fixes, Spree/Rails compatibility improvements & security patches.

For new project we recommend using Storefront API to create your own unique storefront or use one of the pre-built starters:

Customization

Developer documentation