Missing option "Manufacturer" on "Access" page

  • Posts: 34
  • Thank you received: 0
12 years 1 month ago #40599

Pretty much everything seems to have access options that can be configured, but not "Manufacturer".

I was creating a login (with limited access rights) for my client so they can only get to their sales without changing any config or inventory, and all looks fine except "Manufacturer" still shows up in the "Products" menu.

Hopefully this can be easily fixed in the future.

Zoltan

Please Log in or Create an account to join the conversation.

  • Posts: 81509
  • Thank you received: 13064
  • MODERATOR
12 years 1 month ago #40790

The Manufacturers area uses the same access than categories.
So if you change the categories access, it will change the manufacturers access too.
Is that OK with your needs ?

Please Log in or Create an account to join the conversation.

  • Posts: 34
  • Thank you received: 0
12 years 1 month ago #41172

Hi Nicolas,

That would be fine (at least for now), EXCEPT it doesn't seem to have an effect on "Manufacturers".

I currently have no "View", "Manage" or "Delete" access granted for "Category", and the "Manufacturers" sub-menu and the "Products" menu do show up for the group I'm trying to configure. BUT the "Categories" sub-menu is hidden, as it should be.

Zoltan

Please Log in or Create an account to join the conversation.

  • Posts: 81509
  • Thank you received: 13064
  • MODERATOR
12 years 1 month ago #41375

Ah yes. I can see an error in the code.

The lines:

		$categories->acl='category';
		$manufacturers->url = hikashop_completeLink('category&filter_id=manufacturer');

should be:
		$manufacturers->acl='category';
		$manufacturers->url = hikashop_completeLink('category&filter_id=manufacturer');
in the file administrator/components/com_hikashop/views/menu/view.html.php

That way, the manufacturer menu will be hidden when categories edition is deactivated.

The following user(s) said Thank You: coolcatcreative

Please Log in or Create an account to join the conversation.

  • Posts: 34
  • Thank you received: 0
12 years 1 month ago #41378

Thanks!!

Please Log in or Create an account to join the conversation.

Time to create page: 0.064 seconds
Powered by Kunena Forum