- Posts: 5
- Thank you received: 1
checkout page Plus and minus
1 year 2 months ago #367992
by didi101
checkout page Plus and minus was created by didi101
-- 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.
-- 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.
Please Log in or Create an account to join the conversation.
1 year 2 months ago #367995
by nicolas
Replied by nicolas on topic checkout page Plus and minus
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 ?
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.
1 year 1 month ago #368000
by didi101
Replied by didi101 on topic checkout page Plus and minus
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.
1 year 1 month ago #368001
by nicolas
Replied by nicolas on topic checkout page Plus and minus
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:
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:
Code:
.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.
1 year 1 month ago #368003
by didi101
Replied by didi101 on topic checkout page Plus and minus
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.202 seconds