Jump to content

How To Have Large Image In Sub Category ? (Instead Of Medium Image)


patrmich

Recommended Posts

Hi,

 

I am using Prestashop v1.4.6.2

 

I am facing the following problem :

 

My goal was to have the "large' image in Categories

So,

on the administration Panel > Preferences > Images > Medium (80 x 80 pixels)

- I unchecked Categories

on the administration Panel > Preferences > Images > Large (300 x 300 pixels)

- I did checked Categories

 

I regenerated the thumbnails

 

The category image does display properly.

 

But the trouble is that the thumbnail for any sub-category is replaced by a question mark.

And the image related source code remains the following :

<img width="80" height="80" alt="" src="/c/2735-medium-xxxxx.jpg">

instead of being update to

<img width="300" height="300" alt="" src="/c/2735-large-xxxxx.jpg">

 

To solve the matter, I also tried to force the compilation to re-generate the htaccess file, tu uncheck the cache.

But nothing was efficient.

 

Has anyone any idea ?

 

Thank you in advance for any help.

 

Patrick

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...