Jump to content

[Solved] Bug - Send to a friend/Write a review - module does not work - no page opened


Recommended Posts

Hi,

 

Please read to the bottom until you take actions!

 

There is a bug in prestashop concerning the module send to a friend.

 

The module it will open the fancybox only if the page of the products does not include the products the customers bought already - crossseling.

 

If the page shows the products that customers already bought the fancybox will not be opened.

 

The solution is:

 

find the crossseling.tpl.

it can be in

 

/modules/crossselling/crosselling.tpl

or if use a theme

/themes/theme_dir/modules/crossselling/crossseling.tpl

 

find the string <div id="crossselling_list"> and replace it with <div id="crossselling_list_">

 

then find the .css file containing

#crossselling_list li {

...

}

(ussualy in /theme/themesxxx/css/block.css etc.)

and create another one (copy&paste - just add the underscore sign _ you added in crossselling.tpl

 

#crossselling_list_ li {

...

}

 

If needed, clear the cache and load the page again.

 

Done.

 

 

ps. please consider the donation for further research - http://www.robecoresearch.ro

 

 

 

 

 

  • Like 1
Link to comment
Share on other sites

  • 5 weeks later...
  • 1 year later...
×
×
  • Create New...