Remove "Carts" link in User Control Panel

  • Posts: 56
  • Thank you received: 4
10 years 5 months ago #158999

Since my upgrade to Business: 2.3.1 a new link has been added in my user control panel called "Carts." I am trying to remove this from my control panel and cannot find what feature to turn off or what view code to alter. some assistance would be appreciated.

thanks

Matt

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

  • Posts: 12953
  • Thank you received: 1778
10 years 5 months ago #159013

Hello Matt,
The solution will be to :
- Edit the "cpanel" file of the "user" view of your front-end template through "Hikashop->Display->Views"
- Change that line :

<div <?php echo $url; ?> class="icon hikashop_cpanel_icon_div">
By:
<div <?php echo $url; ?> class="icon hikashop_cpanel_icon_div icon hikashop_cpanel_icon_div_<?php echo $oneButton['image'];?>">

- And use that CSS code :
#hikashop_cpanel_main .hikashop_cpanel_icon_div_cart {
display: none;
}

The following user(s) said Thank You: verzevoul

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

  • Posts: 56
  • Thank you received: 4
10 years 5 months ago #159216

worked thank you

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

Time to create page: 0.062 seconds
Powered by Kunena Forum