Jump to content

Quick-View lässt sich nicht deaktivieren!?!


Recommended Posts

Hallo!

 

Ich habe ein Problem: ich möchte die Quick-VIew-Funktion an allen Stellen im Shop deaktivieren. Habe das auch bereits über Module => Template-Konfigurator => Schnellübersicht auf Startseite und Kategorieseiten anzeigen deaktiviert und den Cache gelöscht.

 

Im Ergebnis hat sich leider im Frontend nichts geändert.

 

Nutze die aktuelle Version: 1.6.1.1

 

Hat jmd. einen Tipp?

 

Im voraus vielen Dank.

Marc

Link to comment
Share on other sites

Tröste dich, der Fehler ist auch noch in 1.6.1.2 RC3. Um den Button nach dem Abschalten im Templte-Konfigurator ganz verschwinden zu lassen, ist ein kleiner Eingriff in den Style nötig. Öffne mal /themes/default-boostrap/css/product_list.css.

 

Ändere Zeile 238-239 von

ul.product_list.grid > li.hovered .product-container .product-image-container .quick-view 
{
        display: block; 
}

in

ul.product_list.grid > li.hovered .product-container .product-image-container .quick-view
{
display: none;
}
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...