Hi, I use your module Product page combinations table. I would like to know if there is a way to deactivate some combinations (without erase them) with your module ? Is there maybe an extension which I could buy for this option ? Best regards
Hide some attributes in combinations matrix
Hello
if you dont want to display some combinations you can hide them with css styles,
each cell in the table that represents an attribute value has class unique for such attribute
for example:
.ctd_attr_group_3 - the "3" at the end is an id number of selected attribute:
so if you will use styles:
.ctd_attr_group_3 {display:none;}
you will hide attribute in combinations table.
best regards
milos
0 comments:
Post a Comment