Order Page Width Error since upgrade to 2.2.0

  • Posts: 517
  • Thank you received: 8
  • Hikashop Business
11 years 3 months ago #118681


Hi since upgrading my order page has shrunk? please help
The payment method is also not showing?

Attachments:
Last edit: 11 years 3 months ago by mohairbears. Reason: update

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

  • Posts: 26159
  • Thank you received: 4028
  • MODERATOR
11 years 3 months ago #118709

Hi,

Do you have an custom backend CSS file for HikaShop ?
If so, please change your configuration to re-use the default HikaShop backend style (or see to re-import it in your custom one).
If not, please try to clean your browser cache.

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: 517
  • Thank you received: 8
  • Hikashop Business
11 years 3 months ago #118721

Hi, thanks that's solved the width issue but not the Payment Method issue?
It's where the Payment Fee now is, used to be payment method, it's still there when you go in to amend but it's not showing?

thanks

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

  • Posts: 517
  • Thank you received: 8
  • Hikashop Business
11 years 3 months ago #118722

Found a further problem, missing links to alter my payment methods?

Attachments:

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

  • Posts: 26159
  • Thank you received: 4028
  • MODERATOR
11 years 3 months ago #118729

Hi,

Some of your payment methods seems to not have a display name.
So it results that you can click to edit them and we will make a patch for this kind of situation.

Edit the file "administrator/components/com_hikashop/views/plugins/tmpl/listing.php" and replace the line

<a href="<?php echo hikashop_completeLink('plugins&plugin_type='.$this->plugin_type.'&task=edit&name='. $plugin->$p_type .'&subtask='.$this->plugin_type.'_edit&'.$p_id.'='.$plugin->$p_id);?>"><?php echo $plugin->$p_name;?></a>
with:
	<a href="<?php echo hikashop_completeLink('plugins&plugin_type='.$this->plugin_type.'&task=edit&name='. $plugin->$p_type .'&subtask='.$this->plugin_type.'_edit&'.$p_id.'='.$plugin->$p_id);?>"><?php
		echo $plugin->$p_name;
		if(empty($plugin->$p_name))
			echo '<em>' . JText::_('NO_NAME') . '</em>';
	?></a>
So it will display something "clickable" even if there is no name for the shipping/payment method.

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.
Last edit: 11 years 3 months ago by Jerome.

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

Time to create page: 0.076 seconds
Powered by Kunena Forum