• Hi Support,
    When I checkout paypal via woo extension. Here is warning from system

    <b>Notice</b>: Undefined index: item_meta_array in <b>D:\xampp\htdocs\et\wp-content\plugins\woocommerce\includes\class-wc-order-item-meta.php</b> on line <b>112</b>

    This is line 12
    foreach ( $this->item[‘item_meta_array’] as $meta_id => $meta ) {
    It should change to
    foreach ( (array) $this->item[‘item_meta_array’] as $meta_id => $meta ) {

    Please take a look on it help me!

    Many thanks!

    https://ww.wp.xz.cn/plugins/woocommerce/

The topic ‘Checkout False’ is closed to new replies.