Is it possible to hide some attributes in combinations matrix (prestashop) ?

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
Share on Google Plus

About VEKIA

This is a short description in the author block about the author. You edit it by entering text in the "Biographical Info" field in the user admin panel.
    Blogger Comment

0 comments:

Post a Comment