-- HikaShop version -- : 3.2.0
-- Joomla version -- : 3.8.0
-- PHP version -- : 7.1.0
-- Browser(s) name and version -- : Firefox 56.0
Hi! I think (maybe I'm wrong) found that css classes from HikaShop settings will not applied to buttons which are generated via
$html = '<input type="'.$type.'" class="'.$class.' button hikashop_cart_input_button'.$classname.'" name="'.$map.'" value="'.$name.'" '.$ajax.$options.'/>';
from /administrator/components/com_hikashop/helpers/cart.php. Is it right? And if it is so how is it possible in the future to add some classes to those buttons?