-- url of the page with the problem -- :
www.ryokangojyuan.com/
-- HikaShop version -- : 3.2.0
-- Joomla version -- : 3.7.5
-- PHP version -- : 5.6.3.1
Hi,
My site is primarily accommodation and workshops and I have a menu option for an online shop for my workshop presenters.
The shopping cart is only shown on the shop menu option but I wanted to display a mini cart icon on the menu item position ( simply cart only ) for all menus so users can see if they have added something to the cart but have moved to another menu option.
I have overridden the language constants for the following items
CART_EMPTY=""
MINI_CART_PROCEED_TO_CHECKOUT="<img src='images/-----/cart.png'/>"
TOTAL_IN_CART_X="<img src='images/-----/cart.png'/>"
The minicart icon displays on all menus (image1 and image2), but if I am on any submenu from my shop menu which is a hikashop products listing ( image3), it does not display. Also if I add to cart on this same menu the icon is not displayed. Am I missing a language directive? Can I have two cart modules displaying on the same page?
Thank you.