Popup size

  • Posts: 2
  • Thank you received: 0
10 years 1 month ago #175325

-- HikaShop version -- : 2.3.2
-- Joomla version -- : 3.3.3
-- PHP version -- : 5.3.25
-- Browser(s) name and version -- : Firefox 32.0.1

Hi

I'd like to chnage Popup size by Order Management (Email, Invoice...) see attachment.

Where can i do this! I’m searching a long time, but i can’t find a solution.

Any idea?

Thanks a lot!

Attachments:
Last edit: 10 years 1 month ago by bmeyer.

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

  • Posts: 13201
  • Thank you received: 2322
10 years 1 month ago #175330

Hi,

You have to edit the file "administator/components/com_hikashop/views/order/view.html.php" function "form()" and replace the size by the desired on in the following code:

		$this->toolbar = array(
			array('name' => 'Popup', 'icon' => 'send', 'id' => 'send', 'alt' => JText::_('HIKA_EMAIL'), 'url' => $url_email, 'width' => 720),
			array('name' => 'Popup', 'icon' => 'invoice', 'id' => 'invoice', 'alt' => JText::_('INVOICE'), 'url' => $url_invoice, 'width' => 720),
			array('name' => 'Popup', 'icon' => 'shipping', 'id' => 'shipping', 'alt' => JText::_('SHIPPING_INVOICE'), 'url' => $url_shipping, 'width' => 720),
			array('name' => 'Link', 'icon' => 'cancel', 'alt' => JText::_('HIKA_BACK'), 'url' => $url),
			'|',
			array('name' => 'pophelp', 'target' => $this->ctrl.'-form')
		);

Be careful, when updating the changes will be lost.

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

Time to create page: 0.055 seconds
Powered by Kunena Forum