eGzyl.pl Posted May 8, 2010 Share Posted May 8, 2010 where in databse is take image of category??in ps_catgory NOin ps_category_group NOin ps_image NOwhos knows?? Link to comment Share on other sites More sharing options...
jeckyl Posted May 8, 2010 Share Posted May 8, 2010 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 More sharing options...
eGzyl.pl Posted May 8, 2010 Author Share Posted May 8, 2010 that i know and i find it but i aske in in databse dont have record of it yes? Link to comment Share on other sites More sharing options...
jeckyl Posted May 8, 2010 Share Posted May 8, 2010 no record in database for category pictures. Link to comment Share on other sites More sharing options...
eGzyl.pl Posted May 8, 2010 Author Share Posted May 8, 2010 ok, thx a lot, my thinking was good,I wanted to make sure Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now