• Hi
    I have noticed that there is a change in the way css attributes classes are generating.

    In the version 1.6.3 classes are generated from label and pa_ prefix. So if label for attribute is GRATIS and attribute is FREE we have class like “pa_gratis”. It works perfectly.
    WORKS OK

    But in version 1.6.4 classes are generated differently. Classes are generated from label and value so it looks like “gratis free”. So in fact we have two different classes “gratis” and “free”.
    NOT OK

    There should be a “_” sign betweene them like “gratis_free”.

    It is bad because there is a big chance that we already have those classes in our css files.

  • The topic ‘Problem with attributes classess’ is closed to new replies.