Jump to content

[SOLVED] image of category


Recommended Posts

Hi,

if you serch in your classe dirctory, in link.php you can read this

public function getCatImageLink($name, $id_category, $type = null)
   {
       return ($this->allow == 1) ? (__PS_BASE_URI__.$id_category.($type ? '-'.$type : '').'/'.$name.'.jpg') : (_THEME_CAT_DIR_.$id_category.($type ? '-'.$type : '').'.jpg');
   }



And you can understand all pictures are directly in your img/c directory with the categry number.

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