Uploaded file form does not display correctly

  • Posts: 114
  • Thank you received: 14
8 years 10 months ago #205878

-- HikaShop version -- : 2.5.0
-- HikaMarket version -- : 1.6.3
-- Joomla version -- : 3.4.1
-- PHP version -- : PHP 5.3.10-1ubuntu3.18 with Suhosin-Patch running fpm-fcgi
-- Browser(s) name and version -- : Firefox 38.0.5 / Safari 8.0.6
-- Error-message(debug-mod must be tuned on) -- : none

When I edit an uploaded file the form does not display correctly.

Specifically the buttons to select free/paid download do not display.

Additionally I cannot find the setting in the back end to change the default value for paid / free download.

DM


Attachments:
Last edit: 8 years 9 months ago by DeeEmm.

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

  • Posts: 26000
  • Thank you received: 4004
  • MODERATOR
8 years 10 months ago #205880

Hi,

Can you please provide the real version number for HikaShop, HikaMarket an Joomla ?
"current" is not clear enough, specially when there is an HikaShop release which is not available in the automatic update.

About the setting, it's "Upload free download files" :
www.hikashop.com/support/documentation/1...l#config_main_editor

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.

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

  • Posts: 114
  • Thank you received: 14
8 years 9 months ago #206010

Thanks.

I've updated the info.

Additionally there are issues with the display of pagination on the add image dialog, seems to be a similar issue - css / styling of iframe source.

DM

Attachments:
Last edit: 8 years 9 months ago by DeeEmm.

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

  • Posts: 26000
  • Thank you received: 4004
  • MODERATOR
8 years 9 months ago #206025

Hi,

Thanks !
Are you using the bootstrap design in HikaShop ?
How the "yes/no" are displayed in the rest of the product edition ?

I think that the issue is related with your template "component.php" file.
It looks like that some CSS files are not loaded.
When you are using the bootstrap design, the display is made thanks to the bootstrap css files which should be in the template.

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
8 years 9 months ago #206038

Hi Jerome.

Yes I am using the bootstrap design. If I disable it radio buttons appear. If I change template to protostar buttons appear.

It appears that the template I am using is not implemented correctly and has missing CSS. I've added the CSS to repair.

Thanks for pointing me in the right direction.

DM

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

  • Posts: 114
  • Thank you received: 14
8 years 9 months ago #206041

Well the CSS issue is fixed but I am still finding the free download value off even though it is enabled in the back end



DM

Attachments:

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

  • Posts: 26000
  • Thank you received: 4004
  • MODERATOR
8 years 9 months ago #206045

Hi,

In fact, the setting "Upload free download files" was just modifying the uploaded files with drag'n'drop.
So if you want to change the setting for the manual upload, for the moment you have to override the view "productmarket / file" and replace

			<td>
				<?php echo JHTML::_('hikaselect.booleanlist', "data[file][file_free_download]" , '', @$this->element->file_free_download); ?>
			</td>
By
			<td><?php
				if(!isset($this->element->file_free_download))
					$this->element->file_free_download = $this->config->get('upload_file_free_download',0);
				echo JHTML::_('hikaselect.booleanlist', "data[file][file_free_download]" , '', $this->element->file_free_download);
			?></td>
So it will also read that configuration setting in the popup.
(That patch will be include in the next HikaMarket release).

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
8 years 9 months ago #206504

Thanks Jerome

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

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