/* echo "
"; print_r( $attributes ); echo ""; */ ?> /* echo "
"; print_r( $variations2 ); echo ""; */ $separator = get_option('woocommerce_price_decimal_sep'); ?> foreach( $variations2 as $item ) { ?> $value = array(); foreach( $item['params'] as $key=>$param ) { if( $key == 'farbe-material' ) { $key = 'color-material'; } $value[] = $key.': '.$param; } $item['price'] = str_replace( '.', $separator, $item['price'] ); $item['sale_price'] = str_replace( '.', $separator, $item['sale_price'] ); ?> } ?>