Hello,
I think that you will have to use 2 ways to get what you need :
1° Go in the module cart options
- In Extensions dropdown => Modules
- Click on the module cart title
- Then in HikaShop Options tab
Here, you will be able to do lot of different things, for the other unavailable configuration, let's speak about css custom
2° Use some
custom css in your frontend file css
- Have a look on
this tutorial
to see how to proceed
- Use
html class to define your
selector and add
your command like for the quantity :
.hikashop_cart_module_product_quantity_value.hikashop_cart_value {
display: none;
}
Last and not least, I'm drawing your attention to
this module cart plugin
in our
Marketplace
that maybe will help you to do progress faster and more easily on maybe what you need.
Regards