Save
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
<div class="product-variants js-product-variants">
|
||||
{foreach from=$groups key=id_attribute_group item=group}
|
||||
{if !empty($group.attributes)}
|
||||
<div class="clearfix product-variants-item">
|
||||
<div class="clearfix product-variants-item" group_id="{$id_attribute_group}">
|
||||
<div class="product-variants-item--wrapper">
|
||||
<div class="control-label-nav">
|
||||
<span class="control-label">
|
||||
@@ -38,6 +38,14 @@
|
||||
{/foreach}
|
||||
</span>
|
||||
</span>
|
||||
|
||||
{if $id_attribute_group == 11}
|
||||
<div>
|
||||
<img src="/img/cms/icons/colors.svg" alt="">
|
||||
<a href="#">Zobacz dostępne tkaniny tutaj</a>
|
||||
</div>
|
||||
{/if}
|
||||
|
||||
{if $group.group_type == 'select'}
|
||||
<div class="form-control-select-standard-handler">
|
||||
<img src="/img/cms/icons/arrow-down-brown.svg" alt="">
|
||||
|
||||
Reference in New Issue
Block a user