checkout page Plus and minus

  • Posts: 3
  • Thank you received: 0
  • Hikashop Essential
4 days 9 hours ago #367992

-- url of the page with the problem -- : krebsernährung.com/
-- HikaShop version -- : 6.0.0
-- Joomla version -- : 5
-- PHP version -- : 8.3
-- Error-message(debug-mod must be tuned on) -- : On my checkout page, I can see the plus and minus signs in the total price. What's wrong here?
Please help.

On my checkout page, I can see the plus and minus signs in the total price. What's wrong here?
Please help.

Attachments:

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

  • Posts: 84146
  • Thank you received: 13649
  • MODERATOR
4 days 6 hours ago #367995

Hi,

That's not what I see on your checkout:
i.imgur.com/CLM65SL.png

Could it be a caching issue on your browser ? Try to clear your browser's cache.
Try with another browser. Which browser are you using ?

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

  • Posts: 3
  • Thank you received: 0
  • Hikashop Essential
3 days 13 hours ago #368000

Thank you very much, the problem has been solved. The next problem is why when I hover the mouse over the cart module, the whole header with menu and logo slides down.

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

  • Posts: 84146
  • Thank you received: 13649
  • MODERATOR
3 days 9 hours ago #368001

Hi,

It seems that you selected "none" in the "frontend CSS file" setting of the HikaShop configuration page, instead of the default "default" value.
This means that the CSS HikaShop normally adds on the frontend is not added.
Instead, you've copied some of that CSS code in the file https://xn--krebsernhrung-ifb.com/templates/ducatibox/css/custom.css of your Joomla template.
However, you're missing some of the CSS code to handle the hover system of the cart module.
If you add the CSS code below in your custom CSS file, it will work properly again:

.hikashop_cart_dropdown_container {
    position: absolute;
}
.hikashop_cart_dropdown_content {
    z-index: 1000;
    position: relative;
}

The following user(s) said Thank You: didi101

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

  • Posts: 3
  • Thank you received: 0
  • Hikashop Essential
3 days 8 hours ago #368003

wow, thank you so much for this great help

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

Time to create page: 0.061 seconds
Powered by Kunena Forum