Checkout cart not shown on mobile phone.

  • Posts: 23
  • Thank you received: 0
6 years 8 months ago #297000

-- HikaShop version -- : 3.5.1
-- Joomla version -- : 3.8.11
-- PHP version -- : 7.0.29
-- Browser(s) name and version -- : Chrome

Hello,

When I put a product into the cart, on my pc it shows in the right upper corner the checkout cart ("verder naar kassa" button). (photo "checkout 1")

But when I do that on a mobile phone, the checkout cart doesn't show. (photo "checkout 2 (mobile)")

I would like to show the checkout cart button on a mobile phone. How can I achieve this?

Thanks for the support!

Kind regards,
Frits

Attachments:

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

  • Posts: 83605
  • Thank you received: 13538
  • MODERATOR
6 years 8 months ago #297011

Hi,

That has nothing to do with HikaShop.
The issue comes from the CSS:

@media (max-width: 767px) {
  .favth-hidden-xs {
    display: none !important;
  }
}
of the file /templates/storyteller/bootstrap/favth-bootstrap.css of your template which hides the position where the cart module is displayed.
You need to either change the module position to an area which isn't hidden on mobile devices, or change your template to display that area on mobile devices.

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

Time to create page: 0.071 seconds
Powered by Kunena Forum