add-to-cart button removed according to fatihalp's comment

This commit is contained in:
Metehan Celik 2022-01-12 16:33:03 +03:00
parent b996ecdf3d
commit b6ed7e78e6

View File

@ -31,9 +31,6 @@
{{ adv.price != '0' ? currency_format(adv.price,adv.currency) : trans('visiosoft.module.advs::field.free') }}
{{ addBlock('list/extra-actions', {'ad': adv, 'vars': _context}, ['comparisons'])|raw }}
</div>
<div class="review">
<button class="m-0 btn btn-sm btn-outline-dark d-md-none d-block w-100">{{ trans('visiosoft.module.advs::field.add_to_cart') }}</button>
</div>
{% endif %}
</div>