• Resolved MonstaManagement

    (@senthil3282)


    Hi,

    In shortcodes.php line number 97 foreach will return some time as array, please check is_array and print it. please refer below code.

    foreach( $variation->get_variation_attributes() as $key => $val ) {
    if(is_array($val))
    echo $val[0] . ‘<br>’;
    else
    echo $val . ‘<br>’;
    }

Viewing 1 replies (of 1 total)
  • Plugin Author WPExperts.io

    (@wpexpertsio)

    Hi @senthil3282, thank you for reporting the issue, We can see besides that variable products have some other issues as well. We have forwarded the issue to our technical team, should be resolved in our next update.

    Thanks!

Viewing 1 replies (of 1 total)
  • The topic ‘quote list in product column disspaly “Array”’ is closed to new replies.