spree-multi-domain icon indicating copy to clipboard operation
spree-multi-domain copied to clipboard

Multiple Spree stores on different domains - single unified backed for processing orders

Results 40 spree-multi-domain issues
Sort by recently updated
recently updated
newest added

this is hilarious code https://github.com/spree-contrib/spree-multi-domain/blob/2cd2af47e3df0ba743644346a820193a06096a98/app/controllers/spree/admin/products_controller_decorator.rb#L8

Hi there, I suggest a simple decorator on Spree::BaseController to preprend a specific view path for each stores, based on `current_store.code`

something like this doesn't work: `/api/taxonomies?token=111111111111&store_id=1` It still gets taxonomies of all the store, do you support this in some way, If not could you give pointers about how to...

Related (hopefully) to #97. Currently, the `set_stores` callback is called before an update is made to a `Product` _or to one of its associations via nested attributes_. In the latter...

Hi! I added a task to install a default logo for stores and I set the default url to avoid the current 404 when a store hasn't its logo. Also,...

Hi, I have an application with multi domain extension support. Here different store has different products assigned to it. e.g. For Store 1 - store1.example.com and for Store 2 -...

The original Store definition model in Spree has the has_many relation with orders, check the next line https://github.com/spree/spree/blob/master/core/app/models/spree/store.rb#L3

Added attributes to Store logos to validate against content type. Added attributes to Store logos to validate against file size. Added callback to save height and width of Store logo...

replaced erroneous initializer section within Engine - wrong number of arguments for 'find_layout_with_multi_store'