spree_admin_roles_and_access
spree_admin_roles_and_access copied to clipboard
permitted users to update product price can't do that
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.
@AhmedAliIbrahim
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.
@Anuragjain89 How can i do that ?!
@AhmedAliIbrahim add can manage spree/variants to Product Management