Hello there
I updated from HikaShop Version 1.6.0 to 2.0.0
After that procedure, the "+" and "-" Button on the product page was gone and I don't know how to get it back.
I modified the style_red.css file. In there, I changed the following sections:
.hikashop_product_quantity_field_change_plus{
width:24px;
height:24px;
display:block;
background-image:url(../../../images/plus.png);
color:transparent !important;
}
.hikashop_product_quantity_field_change_minus{
width:24px;
height:24px;
display:block;
background-image:url(../../../images/minus.png);
color:transparent !important;
}
(according to the following Thread:
www.hikashop.com/en/forum/4-how-to/68641...to-cartq-button.html
)
This worked so far good and I ensured that the "plus.png" and the "minus.png" is at the same place (currently /shop/media/com_hikashop/images where "shop" is the base directory of the Joomla-Installation).
Maybe someone know what went wrong?
Thanks for any hint!
Best regards
Mike