spree-contrib / spree_multi_vendor

Spree marketplace extension. Create your own marketplace on top of Spree Commerce
https://spreecommerce.org/marketplace-ecommerce/
BSD 3-Clause "New" or "Revised" License
142 stars 135 forks source link

undefined method vendor_path for product #145

Closed MateoLa closed 3 years ago

MateoLa commented 4 years ago

You add the add_vendor_info_to_products_show.rb override but there is no routes to vendor in config/routes.rb

May be you could add to your config/routes.rb: Spree::Core::Engine.add_routes do resources :vendors, only: :show end

..and would be right adding a controller and the view for the show action.

githubble01 commented 3 years ago

Possibly encountered the same issue from a different angle #153.

damianlegawiec commented 3 years ago

Fixed, please update the gem