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

Trying to add a new logo for a domain. I am using stable build 3.1. Whenever I attempt to add a logo, I get this error: ``` Paperclip::Errors::MissingRequiredValidatorError in Spree::Admin::StoresController#update...

At this point there's no option to assign a `Spree::Store` to a `Spree::StockLocation`. Variant quantity will be checked for a `Spree::StockLocation` which is assigned to the current store, so a...

I have a store code of "capitol-drugs". I've created a directory and index.html.erb file at /views/spree/home/capitol-drugs/index.html.erb, however no changes I make here show up on the home page. The main...

Hello, I created a rails 4.1.6 project and then I added to my gemfile gem 'spree_multi_domain', git: 'git://github.com/spree/spree-multi-domain.git' Then when I run: bundle exec rails g spree_multi_domain:install I get the...

isn't it better if i can search only the products/variants that belongs to the store which the order belongs to ? i patched that. i add `data-store-id` to the body,...

Hello In the backoffice, with lastest spree-0b99e882892b 3.1 and spree-multi-domain-5017b56aee41 a product is not updated correctly from the back office if more than one entry in the taxons or options...

I just upgraded to spree 3.0. I'm adding spree-multi-domain for the first time. After running: bundle exec rails g spree_multi_domain:install I get: /Users/emil/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/bundler/gems/spree-multi-domain-3141bc35ff64/lib/spree/search/multi_domain.rb:1:in `': Search is not a module (TypeError)...

This gem doesn't support regions. It would be nice if we could attach a tax zone to a store which then is the default for visitors of that specific store....

`Spree::Store.current` is always defined even though the url can be _nil_ (yes, thats true, despite the validations). But that should be no problem here because the return value of `current`...

current method in Tracker decorator have conflict with the method in Spree core ArgumentError - wrong number of arguments (0 for 1): /spree-multi-domain/app/models/spree/tracker_decorator.rb:4:in `current' app/views/spree/shared/_google_analytics.html.erb:1:in`_a7721bcc461d6fdcbf5840cd55249711' actionview (4.1.4) lib/action_view/template.rb:145:in `block in...