User listing without Cancell button

  • Posts: 5
  • Thank you received: 0
10 years 5 months ago #161238

-- url of the page with the problem -- : www.phytocode.it/administrator/index.php...m_hikashop&ctrl=user
-- HikaShop version -- : 2.3.1
-- Joomla version -- 3.0.3.
-- PHP version -- 4.1.8, latest stable version: 4.2.4
-- Browser(s) name and version -- Firefox

In the control panel of Hikashop -> User, there isn't the botton cancel to remove customers that are already removed in joomla

I have the italian version

Last edit: 10 years 5 months ago by Mollova.

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

  • Posts: 82910
  • Thank you received: 13379
  • MODERATOR
10 years 5 months ago #161251

Hi,

That will be corrected in next version.
In the mean time, you can change the line:
array('name' => 'deleteList', 'check' => JText::_('HIKA_VALIDDELETEITEMS'), 'display' => hikashop_isAllowed($acl)),

to:
array('name' => 'deleteList', 'check' => JText::_('HIKA_VALIDDELETEITEMS'), 'display' => hikashop_isAllowed($config->get($acl,'all'))),

in the file administrator/components/com_hikashop/views/user/view.html.php and you'll get the button.

The following user(s) said Thank You: Mollova

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

Time to create page: 0.053 seconds
Powered by Kunena Forum