Jump to content

No dropdown box for product attributes


Poulsgaard

Recommended Posts

Hey Prestashop experts.

Hope you can help me out here.

 

Something happened on my site, so the dropdown box for product attributes suddenly disappeared. See attachment cross-sale.error3.pdf

I’ve of course check BO, and the attribute is set to show dropdown box.

 

Something might have changed in the file, where this dropdown box is created, but I have no clue where that would be.

I have backup, so I should be able to restore a working version of the file, but I have no clue, which file to restore.

Help, please Anyone ?

 

Pete

Link to comment
Share on other sites

Hmm, I've found a solution, but It doesn't make sense to me.

At the bottom of global.css have these lines:

 

#peleproductsrelated_list ul{width: 1139% !important;left: 1%;}
.no-print{display:none;}
.product-box:hover .no-print{display:block;}
.width_viewport{width:90% !important;margin-left:6%;}
.width_viewport_popup{width:93% !important;margin-left:4%;}
.product_width{width:125%;}
.product_width:hover{width:125%;}

 

If I remove .no-print{display:none;} The dropdown box works again.

 

Anyone care to explain ? :-)

 

Pete

Link to comment
Share on other sites

I think it is related to your theme design css styling on product page. It uses class ".no-print" for the drop download list of combinations.

It is better do not remove this from global.css file, because it will affect all pages that uses this css class.

You may try to remove .no-print class from product page theme file. or you may consult with the theme developer.

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...