-- HikaShop version -- : 2.6.0
-- Joomla version -- : 3.5.1
-- PHP version -- : 5.6.15
-- Browser(s) name and version -- : Firefox 47.0
-- Error-message(debug-mod must be tuned on) -- : Validation enqueue messages
We have a few custom fields that are required, under the Order type. They are all assigned to different Categories and do show up correctly according to the different products in your cart.
- Wine Collection Date (Wine Category) - Required
- Platters Collection Date (Platters Category) - Required
But, when one only has Wine products in your cart for instance, and importantly you disable Javascript in your browser and then submit, Hikashop comes back and tells you to please select a "Platters Collection Date", but this custom field isn't even visible on the checkout form. So we were forced to make all our custom fields NOT required and add our own Javascript validation on top with overrides. But for people that don't have Javascript enabled, those fields don't validate client side and Hikashop will then allow empty submits.
We did uopgrade Hikashop to the latest version (2.6.3), but this issue still persisted.
Does anyone know of a fix for this?