|
get_image( 'shop_thumbnail', array( 'title' => '' ) ); ?>
|
get_sku() ) ? esc_html( $_product->get_sku() ) . ' – ' : ''; ?>
has_meta( $item_id ) ) {
echo ' ';
}
?>
|
|
|
' . wc_price( $item['line_subtotal'] ) . ' ';
}
echo wc_price( $item['line_total'] );
}
?>
|
' . wc_price( wc_round_tax_total( $item['line_subtotal_tax'] ) ) . ' ';
}
echo wc_price( wc_round_tax_total( $item['line_tax'] ) );
}
?>
|
|
|