{{basketItem.quantity}}x
                    {{basketItem.product.title}}
                    
                        {{ $index > 0 ? ', ' : '' }}{{ isColorParameter(parameter) ? getColorText(parameter) : '' }}{{ !isColorParameter(parameter) ? parameter : '' }}
                    
                 
                {{(getProductPrice(basketItem) | customCurrency)}}
             
            
                
                {{additiveServiceWithPrice.name}}
                {{(additiveServiceWithPrice.price | customCurrency)}}