Free Downoad setting not saved

  • Posts: 114
  • Thank you received: 14
10 years 6 months ago #128241

When adding files for download the free download setting is showing as 'yes' yet after saving the product the download link is not visible in the front end.

After checking the product again I can see that the free download setting is actually set to 'no'.

It looks like this setting is not being saved.

/DM

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

  • Posts: 26000
  • Thank you received: 4004
  • MODERATOR
10 years 6 months ago #128245

Hi,

I can't reproduce your problem in my local website (using the next HikaMarket version).
I suppose that this problem is already fixed so I have to release the new version as soon as possible.

The new commission/fee system is stable but I really want to be sure that it won't generate any kind of problem for the users who will use it.

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: DeeEmm

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

  • Posts: 114
  • Thank you received: 14
10 years 6 months ago #128278

Thanks Jerome.

This is not a critical issue for me so take your time with the release ;)

/DM

Last edit: 10 years 6 months ago by Jerome. Reason: I'm not Nicolas :)

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

  • Posts: 114
  • Thank you received: 14
10 years 4 months ago #133073

Finally got around to updating to com_hikamarket_multivendor_1.3.1_2013-11-19 and the issue still persists.

Please see attached screenshot for better explanation of issue.



Note that the default value is set to free download and this is indicated on the dialog in the file upload window, however when the item is saved the free download set to of. Additionally If I edit the file immediately after uploading it the value is set to off as shown in the screen shot.

I would also like to modify the layout of the popover in the lightbox, where can I find this?

Regards

DM/

Attachments:

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

  • Posts: 26000
  • Thank you received: 4004
  • MODERATOR
10 years 4 months ago #133096

Hi,

I can't reproduce your problem in my local websites (Joomla 1.5/2.5/3.2).
Would it be possible to have a front-end and a backend access to your website so I will be able to see it directly ?
You can send me such private information by private message.

Thanks


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.

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

  • Posts: 114
  • Thank you received: 14
10 years 4 months ago #133168

G'day Jerome,

I have just rolled back the update as it caused some other issues, I will need to manually compare and install the update, however as the problem was present both before and after the update I think that this should not be a problem.

I will message you some login details.

Regards

DM/

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

  • Posts: 26000
  • Thank you received: 4004
  • MODERATOR
10 years 4 months ago #133177

Hi,

Thanks for the access.
I got it.
Well, it was not that the "free download" is not saved, it is that the option to set new uploaded file as "free download" which does not work as expected. The display was right but not the database.

If you want to put the fix, you have to edit the file "components/com_hikamarket/controllers/products.php" and replace

				$file->file_ref_id = $product_id;
				$file->file_path = $r->name;
By
				$file->file_ref_id = $product_id;
				$file->file_path = $r->name;
				if($file_type != 'product')
					$file->file_free_download = $config->get('upload_file_free_download', false);
It will save the data in the object just before the save so, it will be good.

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: DeeEmm

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

  • Posts: 114
  • Thank you received: 14
10 years 4 months ago #133179

Thanks Jerome.

Very much appreciated.

DM/

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

Moderators: Obsidev
Time to create page: 0.079 seconds
Powered by Kunena Forum