After update watermark is not add on image

  • Posts: 24
  • Thank you received: 1
10 years 2 months ago #205169

-- HikaShop version -- : 4.5.0
-- Joomla version -- : 3.4.1
-- PHP version -- : 5.4.36

After update watermark is not add on image.

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

  • Posts: 12953
  • Thank you received: 1778
10 years 2 months ago #205170

Hello,
Can you show me through some screenshots how did you exactly configured your badge via "Hikashop->Products->Badges" ?
Thanks.

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

  • Posts: 24
  • Thank you received: 1
10 years 2 months ago #205239

I'm not used "Badges". I'm use tab Images on Configuration.

Attachments:

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

  • Posts: 26274
  • Thank you received: 4045
  • MODERATOR
10 years 2 months ago #205358

Hi,

Please edit the file "administrator/components/com_hikashop/controllers/upload.php" and replace

	if($type == 'image') {
		$img = $helperImage->getThumbnail($file->file_path, array(100, 100), array('default' => true));
By
	if($type == 'image') {
		if(!empty($options['processing']) && $options['processing'] == 'resize')
			$helperImage->resizeImage($file->file_path);

		$img = $helperImage->getThumbnail($file->file_path, array(100, 100), array('default' => true));
Two times in the file (but the most important is the second one, for the "upload" function).
We will update the HikaShop 2.5.0 (and not 4.5.0) package as soon as possible with the fix.

Regards,


Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.

Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.
The following user(s) said Thank You: maclen2007

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

  • Posts: 24
  • Thank you received: 1
10 years 2 months ago #205389

Thank! It works.

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

Time to create page: 0.058 seconds
Powered by Kunena Forum