-- HikaShop version -- : 2.4.0
-- Joomla version -- : 3.4.0
-- Browser(s) name and version -- : Chrome 42.0.2311.90m
Hi,
i have installed the last version of Hikashop. In this version you have added a new feature, the confirmation on deleting an address. The confirmation form that you have used, not working with some browser. In specific i have created my App for android with a Webview. My Webview does not show your confirmation form.
I have edited by myself the file with this error:
FILE: components/com_hikashop/views/address/tmpl/listing.php
LINE: 137
FROM
<a onclick="if(!confirm('<?php echo JText::_('HIKASHOP_CONFIRM_DELETE_ADDRESS', true); ?>')){return false;}else{return true;}" ...
TO
<a onclick="return true;" ...
Please remember that yours component is the most usefull for creating an e-commerce on joomla, but this feature is a bad idea!
Thanks and i hope that you consider my suggestion.
Best regards,
Marco