spree-contrib / spree_drop_ship

Spree Drop Shipping Extension
BSD 3-Clause "New" or "Revised" License
104 stars 120 forks source link

When supplier tries to add new product I get Authorization Failure #70

Closed patrickcorrigan closed 9 years ago

JDutil commented 9 years ago

They aren't authorized too: https://github.com/spree-contrib/spree_drop_ship/blob/master/app/models/spree/supplier_ability.rb#L12-L15 use spree_marketplace for that or change the ability to suit your needs.

patrickcorrigan commented 9 years ago

Fantastic. Thank you so much. My suppliers can now add products. Any idea why they can't see them after creation? The administrator can.

lmahendra commented 8 years ago

Hi @JDutil , @patrickcorrigan I am also getting same authorization error while adding products, however I have spree_marketplace installed as well, not able to get what's causing this, please help.