Hi,
Your issue is probably coming from the modifications that you have made through your product view's files, and from your
CSS
code that is hiding your quantity field and add to cart button:
.hikashop_product_quantity_field {
width: 25px !important;
display: none;
}
#hikashop_product_characteristics .hikashop_product_stock .btn.button.hikashop_cart_input_button {
display: none;
}
Note that another solution can be to set the "Characteristics selection method" option to
Dropdown through the page : "
Hikashop->System->Configuration->Main".