Vanille
Einzelnes Ergebnis wird angezeigt
-
Tafelschokolade Sambava 36%
6,00 € *
inkl. MwSt.(8,57 €* / 100 g)inkl. MwSt. | zzgl. VersandkostenLieferzeit: ca. 3-4 Werktage
/** * Format price range. * * @param string $price * @param float $from * @param float $to * * @return string */ function iconic_format_price_range( $price, $from, $to ) { return sprintf( '%s %s', __( 'ab', 'iconic' ), wc_price( $from ) ); } add_filter( 'woocommerce_format_price_range', 'iconic_format_price_range', 10, 3 );
Einzelnes Ergebnis wird angezeigt
6,00 € *