Compare commits

...

1 Commits

Author SHA1 Message Date
Mira Weller
80958fd95a Fix conditional display of cross_selling_match_products 2024-10-31 14:46:28 +01:00

View File

@@ -27,8 +27,10 @@
</div> </div>
</div> </div>
</div> </div>
{% bootstrap_field form.cross_selling_condition layout="control" horizontal_field_class="col-md-9" %} <div data-display-dependency="#id_category_type_2,#id_category_type_3">
{% bootstrap_field form.cross_selling_match_products layout="control" %} {% bootstrap_field form.cross_selling_condition layout="control" horizontal_field_class="col-md-9" %}
{% bootstrap_field form.cross_selling_match_products layout="control" %}
</div>
</fieldset> </fieldset>
</div> </div>
{% if category %} {% if category %}