spree_marketplace
spree_marketplace copied to clipboard
Turn Spree into a marketplace by extending spree drop ship.
Hey guys. is this gem supportable with latest version of spree?
I am using rails 5 spree version 3.3.2 , i need a marketplace gem , but this gem is not working for this version kindly update it..
**Whe I install de gem shows me this error** Bundler could not find compatible versions for gem "spree_core": In snapshot (Gemfile.lock): spree_core (= 3.2.1) In Gemfile: spree (~> 3.2.1) was...
Hi Jeff, Please merge from railsdog/spree_marketplace so this gem would be a little more current and compatible with spree/spree [3-0-stable] -Nghia
Currently, it is not supporting for rails5, do we expect any upgrade from this?
Maybe I'm wrong, but as a supplier, I can add new images to a product from another vendor if I access /admin/products/not-my-product/images From the [supplier_ability.rb](https://github.com/spree-contrib/spree_marketplace/blob/master/app/models/spree/supplier_ability.rb#L16) ``` can [:admin, :manage], Spree::Image...
Hello, I noticed the build is actually failing and i encounter the same issue with my development instance. I did a little bit digging around.(relative new to spree but have...