How ot turn off Mini-Cart when in the Cart

  • Posts: 137
  • Thank you received: 2
13 years 5 months ago #2381

I have placed my mini-cart on the left menu pane. When going into the cart, I have the full cart on the main pane, but the mini cart still shows up on the left pane, which is quite irritating. I have not found where I can turn off the mini-cart in case I am in the cart. Which place exactly would I have to turn it off (I want to sshow the mini-cart always... except when I am in the check-out process in the cart).

Thank you vey much in advance!

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

  • Posts: 81597
  • Thank you received: 13081
  • MODERATOR
13 years 5 months ago #2383

You need to edit the cart file of the view product in the HikaShop menu Display->Views. Near line 30 of the file, you can just change the code:
if(!empty($Itemid)){
$url_itemid='&Itemid='.$Itemid;
}
by the code
$url_itemid='&Itemid=99';

Then, in the cart module joomla options, you can restrict the display of the module to some page. You should set it to be displayed only on the pages you want it instead of "all the pages".

Also, do not forget to clean your browser's cache after the modification.

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

Time to create page: 0.063 seconds
Powered by Kunena Forum