erikagiroux
Results
1
issues of
erikagiroux
In the original `attachConfigurableProductChildrenAttributeMapping` function, the array keys are normalized using `Mage_ConfigurableSwatches_Helper_Data::normalizeKey` (which uses `mb_strtolower`). In your version, the keys are normalized using a regular `strtolower`, which doesn't work with...