-- HikaShop version -- : 2.3.4
-- Joomla version -- : 3.3.6
Hello, there.
Good evening!
The seems to be a bug in /administrator/components/com_hikashop/classes/field.php in the getFieldName function.
Instead of the current code,
function getFieldName($field,$requiredDisplay = false){
the code should be
function getFieldName($field,$requiredDisplay = true){
This will allow the asterisks next to mandatory field labels to appear correctly.
Setting the default value of $requiredDisplay to true (instead of false) is in line with the function display (in the classes/field.php file).
If you agree that this is a bug, please could you correct for the next version?
Thanks.
Take care!