Produit Prix Quantité Sous-total
RETOUR PAROI DE DOUCHE FIXE NEOPUR  229.92
Par pièce
229.92
Receveur de douche Ugo Blanc  252.00
Par pièce
252.00
Colle Pegoland Porcelanico Flexible Gris C2TE 25 Kg  17.39
Par pièce
17.39
ETNA GRIS 120X120
Vous avez choisi 1 boîtes de 1.44 m² pour un total de 1.44 m².
Prix en m² est de 33.26 . 
47.90
Par boîte
47.90
Plinthe vivid marfil 09x120 cm  10.90
Par boîte
10.90

Total du panier

Sous-total

558.11

Total

558.11
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.