if box is required still not show "select".
The rest normal box shows ok.
I find where is the problem.
Missing is
Code: Select all
$attr[] = 'id="phItemAttribute'.$attributeIdName.'"';// Missing this line code.
After adding show "select" for normal and required fields.
Plus i comments whole if ($d['required'] ...