diff --git a/addons/default/visiosoft/advs-module/resources/views/new-ad/new-create.twig b/addons/default/visiosoft/advs-module/resources/views/new-ad/new-create.twig index 29416109b..4ccfbcfda 100644 --- a/addons/default/visiosoft/advs-module/resources/views/new-ad/new-create.twig +++ b/addons/default/visiosoft/advs-module/resources/views/new-ad/new-create.twig @@ -58,28 +58,33 @@ {{ form.fields.slug|raw }} - - {{ addBlock('new-ad/fields', {'adv': adv})|raw }} - -
- -
- {{ form.fields.standard_price.setAttributes({ - 'required' :true - }).input|raw }} -
- {% set standardPriceValue = form.fields.standard_price.value|split('.') %} -
- -
-
- -
+
+ {{ form.fields.standard_price.setAttributes({ + 'required' :true, + }).input|raw }}
+ {% if setting_value('visiosoft.module.advs::market_place') %} + {{ addBlock('new-ad/fields', {'adv': adv})|raw }} + +
+ + + {% set standardPriceValue = form.fields.standard_price.value|split('.') %} +
+ +
+
+ +
+
+ {% endif %} +