PopUp size on address PopUp

  • Posts: 177
  • Thank you received: 1
10 years 3 months ago #168219

-- HikaShop version -- : latest
-- Joomla version -- : latest

HI All,
i can't understand when i can change the size popup, about pop address.

Did i miss something? :)

Thanks
Andrea

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

  • Posts: 82863
  • Thank you received: 13372
  • MODERATOR
10 years 3 months ago #168226

Hi,

You can edit the file "address_view" via the menu Display>Views and change the code there:
size: {x: 450, y: 480}

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

  • Posts: 177
  • Thank you received: 1
10 years 3 months ago #168311

Hi,
thanks but this change just the view about checkout.
I mean the view about the Address Panel via Cpanel

I didn't find it!

And

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

  • Posts: 13201
  • Thank you received: 2322
10 years 3 months ago #168312

Hi,

The view to edit is "address / listing", change the size in the code:

		<td class="hikashop_address_listing_item_actions">
			<?php global $Itemid; ?>
			<a href="<?php echo hikashop_completeLink('address&task=delete&address_id='.$address->address_id.'&'.hikashop_getFormToken().'=1&Itemid='.$Itemid);?>" title="<?php echo JText::_('HIKA_DELETE'); ?>"><img src="<?php echo HIKASHOP_IMAGES; ?>delete.png" alt="<?php echo JText::_('HIKA_DELETE'); ?>" /></a>
			<?php echo $this->popup->display(
				'<img src="'. HIKASHOP_IMAGES.'edit.png" title="'. JText::_('HIKA_EDIT').'" alt="'. JText::_('HIKA_EDIT').'" />',
				'HIKA_EDIT',
				hikashop_completeLink('address&task=edit&address_id='.$address->address_id.'&Itemid='.$Itemid,true),
				'hikashop_edit_address_popup_'.$address->address_id,
				760, 480, '', '', 'link'
			); ?>
		</td>

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

  • Posts: 177
  • Thank you received: 1
10 years 3 months ago #168416

Thanks!
Works

And

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

Time to create page: 0.073 seconds
Powered by Kunena Forum