I am trying to change the configuration for the popup notice box
administrator/components/com_hikashop/helpers/cart.php line 220
'<a rel="{handler: \'iframe\',size: {x: 480, y: 140}}" id="hikashop_notice_box_trigger_link" href="'.hikashop_completeLink('checkout&task=notice'.$url_itemid,true).'"></a>'.
function getJS -> function displayButton -> class hikashopCartHelper
I tried overriding in the template as per
www.hikashop.com/ja/support/documentatio...tation.html#override
and I have tried overriding with a system plugin as per
www.hikashop.com/en/support/documentatio...ation-temp.html#cart
but can't get either to work. What is the best way without hacking the core file?