Displaying category images.

  • Posts: 297
  • Thank you received: 5
  • Hikashop Business
14 years 2 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: 83306
  • Thank you received: 13470
  • MODERATOR
14 years 2 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.052 seconds
Powered by Kunena Forum