-- url of the page with the problem -- :
s293983206.websitehome.co.uk/elevateshop...gister-login/address
-- Browser(s) name and version -- : Firefox
The 'New' address button is not working. I've checked to see whether I can change anything on the php file, but I'm not sure what can be changed to make it work. Please help....
The code that I think needs to be changed is this:
(address / listing.php)
<div class="toolbar hikashop_header_buttons" id="toolbar" >
<table>
<tr>
<td>
<?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'
); ?>
</td>
<td>
<a href="<?php echo hikashop_completeLink('user');?>" >
<span class="icon-32-back" title="<?php echo JText::_('HIKA_BACK'); ?>">
</span>
<?php echo JText::_('HIKA_BACK'); ?>
</a>
</td>
</tr>
</table>
</div>
Does anyone have any suggestions?