
Originally Posted by
clausont
Well, I think that may solve the problem, but brings up two others. I had the catalog displaying three columns per row and after merging everything, it is a single row. I'm pretty sure that is because I had another module installed that allowed column display but forgot about it.
Naturally the merging must take individually installed mods into consideration.
The part that I have to ask about is in the instructions:
As I understand it, I would have to go and update all 1,600 customers individually to access the logged in products?
Can you tell me what file to edit to default it to "'Has Special Privileges" rather than "none" or am I mis-understanding this?
Thanks
If you wanted all customers to have special privileges then you really don't need this mod. In Admin > Customers > Customer Approval Status you could set this to 1= Must be Authorized to Browse.
But your equirements may different to here is an SQL statement to run in phpMyAdmin:
Backup your DB !!!
In phpMyAdmin select your DB and click the SQL tab at the top.
Run this statement
Code:
UPDATE 'customers' SET 'customers_privileges'= 1
WARNING: This will set privileges of ALL customers to 1, meaning ALL customers will now show 'Has Special Privileges'. New customers will initially still be set to 'none' until you make individual changes to their data.