diff --git a/wp-content/themes/cosmopet/templates/shop/checkout.twig b/wp-content/themes/cosmopet/templates/shop/checkout.twig index e2dfc26..99d12a2 100644 --- a/wp-content/themes/cosmopet/templates/shop/checkout.twig +++ b/wp-content/themes/cosmopet/templates/shop/checkout.twig @@ -23,7 +23,7 @@ {% set chosen_methods = WC().session.get('chosen_shipping_methods') %} - {% set shipping_method = chosen_methods[0] ? chosen_methods[0] : fn('pll_e', 'Не выбран') %} + {% set shipping_method = chosen_methods[0] ? chosen_methods[0] : '' %}
{{ fn('pll_e', 'Доставка') }}