Jump to content

Recommended Posts

Hi,

I am using Prestashop 1.5.6.1

After I unistalled and re-Installed “Featured products on the homepage” (Version :1.4) I cannot see feature products module no more in my home page.

The only thing that I did before was modify the line {assign var='nbItemsPerLine' value=4} in the /home2/buonissi/public_html/modules/homefeatured/homefeatured.tpl file setting value=10

 

In order to understand what happened I implemented 2 query to verify data in the data base using Advanced Parameters  > SQL Manager by backoffice

SELECT * FROM civ_product is full of data and OK

SELECT * FROM civ_feature_product This query has no result.

 

Could you please explain me what I can do to fix this problem?

All in the web site is working fine except Featured products module

 

Thank you in advance

Link to comment
Share on other sites

feature_product table is not related to featured products on homepage.

turn on error reporting will see if there is any error.

in addition, check module .tpl file, is there code?

 

this module uses caching, so it's also worth to recompile theme and clean shop cache

Link to comment
Share on other sites

you can do it under adv prefereces > performance tab in back office

there are options to:

 

turn on / off cache (turn it OFF)

turn on / off force compile (turn it ON)

 

then open your front office (theme will be recompiled)

Link to comment
Share on other sites

turn on error reporting will see if there is any error.

 

Can you tell me how to do this as well? 

prestashop above v1.5.3

open: config/defines.inc.php

 

find this line: define('_PS_MODE_DEV_', false);

change to look like this: define('_PS_MODE_DEV_', true);

Link to comment
Share on other sites

i do not see any error in the web page.  Does it mean there are not?

 

What else should i try? Would help to re-install only the featured products module or shall i reinstall the whole prestashop?

 

thanks a lot for your help

Link to comment
Share on other sites

×
×
  • Create New...