From b6ed7e78e65ae0b0a948f4a774fcd353ae67e49a Mon Sep 17 00:00:00 2001 From: Metehan Celik Date: Wed, 12 Jan 2022 16:33:03 +0300 Subject: [PATCH] add-to-cart button removed according to fatihalp's comment --- .../visiosoft/advs-module/resources/views/list/gallery.twig | 3 --- 1 file changed, 3 deletions(-) diff --git a/addons/default/visiosoft/advs-module/resources/views/list/gallery.twig b/addons/default/visiosoft/advs-module/resources/views/list/gallery.twig index 90b66c79a..d5a95ce9d 100644 --- a/addons/default/visiosoft/advs-module/resources/views/list/gallery.twig +++ b/addons/default/visiosoft/advs-module/resources/views/list/gallery.twig @@ -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 }} -
- -
{% endif %}