Closed (works as designed)
Project:
Ubercart
Version:
5.x-1.0-beta5
Component:
Code
Priority:
Minor
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
11 Feb 2008 at 18:03 UTC
Updated:
12 Feb 2008 at 18:23 UTC
Jump to comment: Most recent file
Comments
Comment #1
jody lynnI also added the same logic to showing the 'Orders' tab.
Comment #2
shawn conn commentedI think you misunderstand the permission for "create orders". The permission allows an account to use the store administration backend to manually create orders. The role is used for accounts that you want to be store administrators. The order history tab is used for customers or store administrators to review previously created orders by a customer account. If your patch is implemented, only store administrators would be able to review past orders, not the customers who made them. And if you gave customers the "create orders" permission, they would be able to review their order history but they would also be able to create orders for anyone, something you definitely don't want to do.
Comment #3
jody lynnAh, thanks very much for the clarity and saving me from figuring that out down the road. So I guess that there actually is no permission for 'make purchases' the way I wanted to use it. I think I will have to add that permission for my uses- would you be interested in a patch for that?