Solved:New Address and Edit Address button problem

  • Posts: 61
  • Thank you received: 0
11 years 2 months ago #121486

In the Hikashop frond end user control panel -> addresses section on my website I notice that the new account and edit account buttons don't work .
They however work on the checkout page. Has anyone else noticed this problem?

in case the developers notice this thread
I mean the file: /components/com_hikashop/views/address/tmpl/listing.php

					<?php echo $this->popup->display(
							'<span class="icon-32-new" title="'. JText::_('HIKA_NEW').'"></span>'. JText::_('HIKA_NEW'),
							'HIKA_NEW',
							hikashop_completeLink('address&task=add',true),
							'hikashop_new_address_popup',
							760, 480, '', '', 'link'
						); ?>

			<?php echo $this->popup->display(
				'<img src="'. HIKASHOP_IMAGES.'edit.png" 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'
			); ?>

Last edit: 11 years 2 months ago by anlicor.

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

  • Posts: 26159
  • Thank you received: 4028
  • MODERATOR
11 years 2 months ago #121489

Hi,

Please indicate which Joomla and HikaShop version you are using.

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: 61
  • Thank you received: 0
11 years 2 months ago #121496

Joomla! 3.1.5 Stable [ Ember ] 01-August-2013 14:00 GMT
Joomla Platform 12.2.0 Stable [ Neil Armstrong ] 21-September-2012 00:00 GMT

HikaShop 2.2.1

I have made a lot of modifications to the cart and its gonnna be a risk updating.

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

  • Posts: 82906
  • Thank you received: 13378
  • MODERATOR
11 years 2 months ago #121511

It's probably a compatibility issue with your template. Change the "popup mode" option of the configuration of HikaShop and that should help.

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

  • Posts: 61
  • Thank you received: 0
11 years 2 months ago #121562

Changing that setting to mootools worked for me.

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

Time to create page: 0.056 seconds
Powered by Kunena Forum