permitted users to update product price can't do that
Opened this issue · 3 comments
AhmedAliIbrahim commented
i've created a role and gave it permissions to mange products & to update price, but users can only mange products but can't update product price.
Anuragjain89 commented
Price, SKU, size, weight, etc. are all delegated to the master variant (Spree::Variant).
Please ensure that you have allowed permissions on appropriate model / controller level.
AhmedAliIbrahim commented
@Anuragjain89 How can i do that ?!
mma7 commented
@AhmedAliIbrahim add can manage spree/variants to Product Management