Hi Nicolas,
I'm not sure what you mean by everything, so here goes:
Changing the "quantity input method" setting is indeed what I would recommend, as per:
www.hikashop.com/support/documentation/5...html#display_product
I did this with no results.
However, if you look at the product / show_quantity view file, which is used there to display the quantity input, the code is:
i.imgur.com/83cTIi6.png
As you can see there, the type="text" is hard coded for the "simplified" mode. So it should not be possible to get the type "hidden" there with a default HikaShop on Cassiopeia.
I do not have the type="text" here. Instead it is type="number".
Changing it to text makes no difference.
If you do, then, either you've directly modified the core file of the view
I'm sorry I don't know what you mean by that. If so, is there a way to revert this back to the original?
So, supposing you have the problem with Cassiopeia, and thus without view overrides, rename the file components/com_hikashop/views/product/tmpl/show_quantity.php via FTP.
If you get an error / blank page, it means that this file is being used. If not, then there you're not looking at the correct website, or you have caching, or something.
I did that and I did get a blanc page with a 500 error.
Supposing you get the error, check the code I point in my screenshot for the "show_simplified", to make sure the "type" is still hard coded to "text".
This is type="number" for me but even when I change it to type="text" nothing changes and still not visible in the quantity input field.
I unpacked the complete Hikashop business package and checked the view file show_quantity.php, but it also says type="number".
I put the file from the package in its place on the website but nothing happens.