Produit Prix Quantité Sous-total
Colonne de douche Cronos Gun mat - douchette et ciel de pluie  694.80
Par pièce
694.80
Carrelage Bali Green effet Pierre 30×60 anti-dérapant (R11)
Vous avez choisi 1 boîtes de m² pour un total de 0 m².
Prix en m² est de . 
20.00
Par boîte
20.00

Total du panier

Sous-total

714.80

Total

714.80
echo porto_filter_output( $thumbnail ); // PHPCS: XSS ok. printf( '%s', esc_url( $_product->get_permalink( $cart_item ) ), $thumbnail ); // PHPCS: XSS ok. echo apply_filters( // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped /* translators: %s is the product name */ // Meta data echo function_exists( 'wc_get_formatted_cart_item_data' ) ? wc_get_formatted_cart_item_data( $cart_item ) : WC()->cart->get_item_data( $cart_item ); // PHPCS: XSS ok. // Backorder notification echo apply_filters( 'woocommerce_cart_item_price', WC()->cart->get_product_price( $_product ), $cart_item, $cart_item_key, $cart_item ); // PHPCS: XSS ok. echo apply_filters( 'woocommerce_cart_item_quantity', $product_quantity, $cart_item_key, $cart_item ); // PHPCS: XSS ok. echo apply_filters( 'woocommerce_cart_item_subtotal', WC()->cart->get_product_subtotal( $_product, $cart_item['quantity'] ), $cart_item, $cart_item_key ); // PHPCS: XSS ok.