Question

im not a programmer and want to ask a question how to replace onmouseover/hover event on that script

 $('#category, #manufacturer, #prices-drop, #best-sales, #new-products').mouseover(function(){
    $('#product_list .product_img_link').each(function(){

http://jsfiddle.net/kisweb/w5UUk/1/

This is releated with Prestashop module that shows product active parameters on product list category view. http://bit.ly/N3qduS (hover on the ipod and You will see)

The main problem is that before purchase script maker says that he can help with module customize but after this he cant help me... ;/

I need to show this attributes below the describtion and without need of hover something. I suspect that will be hard because (im not sure) database is asked for product attribs on hover event....

Was it helpful?

Solution

You could add as CSS rule:

.product_img_link .speAttr { display: block !important; }
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top