Produit Prix Quantité Sous-total
Etiquette
Brighton BEIGE 30x90
Vous avez choisi 1 boîtes de 1.35 m² pour un total de 1.35 m².
Prix en m² est de 15.17 . 
20.48
Par boîte
20.48
Boreal GRIS 60X120
Vous avez choisi 1 boîtes de 1.44 m² pour un total de 1.44 m².
Prix en m² est de 24.14 . 
34.76
Par boîte
34.76
Boreal GRIS 90X90
Vous avez choisi 1 boîtes de 1.62 m² pour un total de 1.62 m².
Prix en m² est de 18.80 . 
30.45
Par boîte
30.45
Etiquette
Brighton BEIGE 120X280 6 mm
Vous avez choisi 1 boîtes de 3.36 m² pour un total de 3.36 m².
Prix en m² est de 19.79 . 
66.50
Par boîte
66.50

Total du panier

Sous-total

152.19

Total

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