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

Adds an association between shipping methods and stores - similar to the association between payment methods and stores currently in Spree master. Default behaviour is to include shipping methods on...

Hi guys Exists order.available_payment_methods but don't exists something for shipping methods. How can i get only shipping methods by store on delivery step? Sorry for grammar, regards

I am creating new stores, and when I try to get logo_file_name, i get nil values ``` irb(main):006:0> Spree::Store.pluck(:logo_file_name) (2.2ms) SELECT "spree_stores"."logo_file_name" FROM "spree_stores" => [nil, nil] ``` However, In...

Association of stores in taxonomies, filtering and ordering in orders, add store in order summary and fix some locales

The "view" instance variable that is called at [https://github.com/spree-contrib/spree-multi-domain/blob/d3e6c40962bbac13a2eb04069ed9f78e9edfeea4/lib/spree_multi_domain/engine.rb#L25](url) is no longer made available from the render method in ActionView::TemplateRenderer with Rails 6.

Any plans on doing this change? Since the `sass-rails` gem is deprecated and just a wrapper around `sassc-rails`. For now it causes some problems when you try to start the...

Hello, I'm trying the multi-store function. I followed the steps in the installation instruction, but I got an error when running the generation: bundle exec rails g spree_multi_domain:install ruby: 2.5.5...

I am having troubles fixing this. As I understand in the Edit Product page, Stores should be added (manually? automatically?) however only the "Stores" label is shown on the page....

I am using spree with existing user model. After follow the instruction here: https://guides.spreecommerce.com/developer/authentication.html I installed your gem, but I got this error: ``` undefined local variable or method `current_store'...

when I am running the installer command getting undefined method `has_and_belongs_to_many' for Store:Module error spree (3.7.0) * spree_analytics_trackers (1.0.0 ba63c13) * spree_api (3.7.0) * spree_auth_devise (3.5.0) * spree_backend (3.7.0) *...