quote list in product column disspaly “Array”
-
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)
Viewing 1 replies (of 1 total)
- The topic ‘quote list in product column disspaly “Array”’ is closed to new replies.