Jump to content

Dropdown Top Menu In Mobile Mode Not Working - Prestashop 1.6.1.1


Recommended Posts

Hi,

 

I just spent several weeks in configuring my new Prestashop...everything works fine - instead of the top dropdown menu in mobile mode. It shows no reaction at all. On my desktop-PC, the menu works fine. I am using Prestashop 1.6.1.1

 

The URL of my shop:

http://www.bonuskartenfactory.de/

 

 

I found several posts about this issue, but counldn't figure out a solution that works in my Prestashop-Version.

I really hope anyone has an idea...!?

 

Thanks a lot in advance,

 

Ron

Link to comment
Share on other sites

  • 3 months later...
  • 5 months later...

I solved this problem :

 

 

I add in /www/themes/pos_hugeshop2/js/order-opc.js line 29 :

if(typeof guestCheckoutEnabled == "undefined") var guestCheckoutEnabled = 0;

 

 

 

Like this :

if ((typeof isLogged == 'undefined' || !isLogged) || (typeof isGuest !== 'undefined' && isGuest))
{
if(typeof guestCheckoutEnabled == "undefined") var guestCheckoutEnabled = 0;
if (guestCheckoutEnabled && !isLogged && !isGuest)
{
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...