You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Правильно я понял, что надо вставить код "add_filter( 'edostavka_delivery_tariff_name', 'custom_edostavka_delivery_tariff_name', 10, 2 );function custom_edostavka_delivery_tariff_name( $label, $tariff_id ) {
$my_custom_names = array( 136 => 'Первое название', 135 => 'Второе название' ); //В общем создаём массив с вашими названиями тарифов.
if( in_array( $tariff_id, array_keys( $my_custom_names ) ) ) {
$label = $my_custom_names[$tariff_id];
}"Но вот куда?29.07.2017, 11:22, "Максим Мартиросов" <notifications@github.com>:Здравствуйте. Смотрите тут #26
—You are receiving this because you authored the thread.Reply to this email directly, view it on GitHub, or mute the thread.
Здравствуйте.
Как изменить отображение вариантов способов доставки?
Сейчас, например, отображается:
Посылка дверь-склад (2 дня): 305Р
Посылка дверь-дверь (2 дня): 455Р
А надо:
The text was updated successfully, but these errors were encountered: