hello,
I wounder about how to set Product list default value to “0” instead of “1”.
best regards,
Ammna
Hey Ammna,
I’m not sure if I understand your question, what exactly are you looking to change and where?
Best regards,
Rikard
Hello,
I’m asking about avia layout builder-avia product list “plugin additions”. The default value of avia product list is “1” but I want to set it to “0” as a default value.
Best regards,
Ammna
In woocommerce plugin.
Hi,
This is possible but you have to modify the config-templatebuilder > avia-shortcodes > product_list.php file, look for this code around line 72:
"subtype" => AviaHtmlHelper::number_array(1,100,1, array('All'=>'-1'))),
.. replace it with:
"subtype" => AviaHtmlHelper::number_array(0,100,1, array('All'=>'-1'))),
Best regards,
Ismael
Hello,
Thank you for answer.
I tested this way but it doesn’t work.
Best regards,
Ammna
Hi,
Can you please take a moment to register at the forums with your account and license, so we can be able to process with the request please?
Thank you
Best regards,
Basilis