Free Downoad setting not saved
12 years 11 months ago #128241
by DeeEmm
Free Downoad setting not saved was created by DeeEmm
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
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.
12 years 11 months ago #128245
by Jerome
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.
Replied by Jerome on topic Free Downoad setting not saved
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,
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.
12 years 11 months ago - 12 years 11 months ago #128278
by DeeEmm
Replied by DeeEmm on topic Free Downoad setting not saved
Thanks Jerome.
This is not a critical issue for me so take your time with the release
/DM
This is not a critical issue for me so take your time with the release
/DM
Last edit: 12 years 11 months ago by Jerome. Reason: I'm not Nicolas :)
Please Log in or Create an account to join the conversation.
12 years 10 months ago #133073
by DeeEmm
Replied by DeeEmm on topic Free Downoad setting not saved
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/
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/
Please Log in or Create an account to join the conversation.
12 years 10 months ago #133096
by Jerome
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.
Replied by Jerome on topic Free Downoad setting not saved
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
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.
12 years 10 months ago #133168
by DeeEmm
Replied by DeeEmm on topic Free Downoad setting not saved
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/
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.
12 years 10 months ago #133177
by Jerome
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.
Replied by Jerome on topic Free Downoad setting not saved
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
By
It will save the data in the object just before the save so, it will be good.
Regards,
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
Code:
$file->file_ref_id = $product_id;
$file->file_path = $r->name;
Code:
$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);
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.
12 years 10 months ago #133179
by DeeEmm
Replied by DeeEmm on topic Free Downoad setting not saved
Thanks Jerome.
Very much appreciated.
DM/
Very much appreciated.
DM/
Please Log in or Create an account to join the conversation.
Moderators: Obsidev
Time to create page: 0.212 seconds