Hi,
The legacy options have been removed since HikaShop 4.4.0.
When I click on an add to cart button on your website, I see an add to cart ajax request sent to the server. However, the reply is that the amount custom field is missing:
i.imgur.com/LubZ2sF.png
So I suppose that if we find out why the custom item field is not displaying anymore and have it display back, the add to cart will work again.
Can you check if you have the folder templates/YOUR_TEMPLATE/html/com_hikashop via FTP ?
If you do it means that you have some view overrides for HikaShop.
An old view override might be linked to the issue, so try renaming that folder to deactivate all the view overrides on HikaShop and see if that helps.
However, what's more likely is that you had customization to make what you want happen as that was not possible by default.
I can see that your products are displayed using content tags (
www.hikashop.com/support/documentation/1...-product-insert.html
) inside a custom HTML module. However, as far as I remember, the content tag plugin never supported the display of custom item fields. A quick way to solve the issue will be to disable that custom HTML module, and replace it by a module of the type "HikaShop content module" configured to display your products. That module do supports the display of custom item fields and thus you'll be able to achieve what you want.