Поиск Ищу модуль filterattribute

deejjay

Постоялец
Регистрация
24 Ноя 2009
Сообщения
53
Реакции
46
Очень нужен модуль Filterattribute - Declination and Attribute in Stock Module, который связывает между собой комбинации (цвет-размер итд.)
Для просмотра ссылки Войди или Зарегистрируйся
Может у кого есть? Вещь незаменимая для магазинов одежды.
 
You can add X for unavailable attributes with custom code. Maybe you can modify that code to work for your website:

Код:
.st_unavailable_combination .radio-label {position: relative; display: inline-block; overflow: hidden;}
.st_unavailable_combination .radio-label :: before {content: ""; width: 100%; position: absolute; right: 0; top: 50%}
.st_unavailable_combination .radio-label :: after {content: ""; width: 100%; position: absolute; right: 0; top: 50%}
.st_unavailable_combination .radio-label :: before {border- bottom: 1px solid # 686464; -webkit-transform: skewY (-10deg); the transform: skewY (-10deg)}
.st_unavailable_combination .radio-label :: the after {border-bottom: 1px solid # 686464; -webkit-transform: skewY (10deg); transform: skewY (10deg)}

Screenshot00825.jpg
 
Назад
Сверху