Displaying category images.

  • Posts: 292
  • Thank you received: 5
  • Hikashop Business
14 years 1 week 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: 83007
  • Thank you received: 13398
  • MODERATOR
14 years 1 week 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.053 seconds
Powered by Kunena Forum