Jump to content

Featured Products on the Homepage(Doesn't Display)


Recommended Posts

Greeting everyone, i have just started using prestashop and i came across this small setback.

 

I had the featured products on the homepage installed, and it does not appear on my homepage, i have tried some of the methods mention in this forum,

 

1.reinstalling the module.

 

2.clearing the cache from smarty.

 

Any other method or steps i have missed out?

 

could anyone help me with this problem i really appreciate the help. 

 

Thanks 

Link to comment
Share on other sites

If I remember correctly, you must associate a 'featured' product to home category for it to be picked up by Featured module.

 

 

Hello Thanks for the response

 

Regarding your suggestion i have already add categories to home categories.

(previously i have update the module and after the update the module does not display in homepage and i tried various method which doesn't work)

Link to comment
Share on other sites

your module is not associated with displayHome hook

make sure that it is there

 

if module will be there it should display "no featured products" 

at the moment there is no text so i assume that module is not associated with position i mentioned

 

go to modules > positions and verify it please

Link to comment
Share on other sites

your module is not associated with displayHome hook

make sure that it is there

 

if module will be there it should display "no featured products" 

at the moment there is no text so i assume that module is not associated with position i mentioned

 

go to modules > positions and verify it please

 

my featured product is under "displayHeader", i have tried reinstalling the module and it appear here.

 

FYI i have transplant featured product into "displayHome" but when i do that the whole website was corrupted.

 

Fatal error: Call to undefined method HomeFeatured::getCacheId() in/home/discover/public_html/modules/homefeatured/homefeatured.php on line 130

(P.S. i have created a new transplant to displayHome and at the same time deleted the one on displayHeader)

 

Please help

Link to comment
Share on other sites

module you're trying to use doesn't work because it uses caching,

your prestashop version (that you actually use) doesnt support caching for modules

 

this is why you see error you mentioned.

 

 

how you got this module? downloaded from somewhere?

Link to comment
Share on other sites

module you're trying to use doesn't work because it uses caching,

your prestashop version (that you actually use) doesnt support caching for modules

 

this is why you see error you mentioned.

 

 

how you got this module? downloaded from somewhere?

 

 

i got it from prestashop default module. 

 

the error i got is because originally the module was installed(default) on displayHeader and i shifted it to displayHome.

 

Can this be solve? or is there anyother default module which is similar to "feature products on homepage"

Link to comment
Share on other sites

displayHeader is necessary hook for this module

this hook loads necessary libraries (this hook doesnt display any visible datas!)

 

you have to modify module code or grab module from prestashop 1.5.2.0 package and upload it in your shop

 

don't upgrade module! it will affect it and install functions that are not available in 1.5.2.!

Link to comment
Share on other sites

displayHeader is necessary hook for this module

this hook loads necessary libraries (this hook doesnt display any visible datas!)

 

you have to modify module code or grab module from prestashop 1.5.2.0 package and upload it in your shop

 

don't upgrade module! it will affect it and install functions that are not available in 1.5.2.!

Hello Vekia so what should i do now? 

if possible give me in steps. appreciate it.

 

P.S. i have already reset it thought it still doesn't appear.

Link to comment
Share on other sites

it's not a version from 1.5.2.0 as i suggested.

 

download prestashop 1.5.2.0

unpack it

go to modules and copy homefeatured directory to your website

 

Heh Vekia it worked, but its not like what i used to have.

 

Now its in a list format whereas i would want a table like view of 2 rows with 4 column, how should i do it?

 

Appreciate the help.

Link to comment
Share on other sites

it looks like there is no css styles

make sure that module libraries are attached to displayHeader hook

 

modules > positions and try to transplant this addon to displayHeader hook

 

Modules is already in displayHeader, i have try resetting the the module too it still display the same list instead of the 2 rows of 4 column.

 

Any idea to solve this?

Link to comment
Share on other sites

it looks like there is no css styles

make sure that module libraries are attached to displayHeader hook

 

modules > positions and try to transplant this addon to displayHeader hook

 

Modules is already in displayHeader, i have try resetting the the module too it still display the same list instead of the 2 rows of 4 column.

 

Any idea to solve this?

Link to comment
Share on other sites

×
×
  • Create New...