Admin Cart-Menu option inCustomers-Menu disappears

  • Posts: 40
  • Thank you received: 2
9 years 5 months ago #176658

-- HikaShop version -- : 2.3.4
-- Joomla version -- : 3.3.6
-- PHP version -- : 5.5.18
-- Browser(s) name and version -- : any

"Cart" Menu option under "Customers" disappears when "Enable multi carts" is turned off (set to "No").
This is wrong behavior, as it should be there even for single cart operation.

BTW the subject line for threads in the forum are pretty short....

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

  • Posts: 13201
  • Thank you received: 2322
9 years 5 months ago #176661

Hi,

Yes indeed, so you can edit the file "administrator/components/com_hikashop/views/menu/view.html.php" function "display()" and replace the line:

'display' => hikashop_level(1) && $config->get('enable_multicart', 1)
By:
'display' => hikashop_level(1)

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

Time to create page: 0.056 seconds
Powered by Kunena Forum