Displaying category images.

  • Posts: 292
  • Thank you received: 5
  • Hikashop Business
13 years 4 months ago #2978

To get category images to display found I had to modify the following lines of code:

File: listing.php line 36
from: if(JFile::exists($this->image->getPath($this->element->file_path),false)){
to: if(JFile::exists($this->image->getPath($this->element->file_path,false))){

File: image.php line 38
from: return $this->uploadFolder.$path;
to: return $this->uploadFolder.$file_path;

Please Log in or Create an account to join the conversation.

  • Posts: 81598
  • Thank you received: 13082
  • MODERATOR
13 years 4 months ago #3019

Hi,

Thank you for sharing the fix. We already included it in HikaShop and we will publish it soon

Please Log in or Create an account to join the conversation.

Time to create page: 0.054 seconds
Powered by Kunena Forum