Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #802598
    Ammna
    Guest

    hello,
    I wounder about how to set Product list default value to “0” instead of “1”.
    best regards,
    Ammna

    #803547

    Hey Ammna,

    I’m not sure if I understand your question, what exactly are you looking to change and where?

    Best regards,
    Rikard

    #803555
    Ammna
    Guest

    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

    #803860
    Ammna
    Guest

    In woocommerce plugin.

    #804933

    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

    #804938
    Ammna
    Guest

    Hello,
    Thank you for answer.
    I tested this way but it doesn’t work.
    Best regards,
    Ammna

    #806187

    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

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.