M
M
Marinkos2020-10-04 17:52:38
WordPress
Marinkos, 2020-10-04 17:52:38

How to hide Yandex map on Woocommerce checkout page?

There is a Yandex map on the checkout page, in function.php

add_action('woocommerce_before_order_notes', 'delivery_area_map');
function delivery_area_map() {
?>
  карта зон доставки
<?php
}


Tell me how can I hide it when choosing the delivery method "self-delivery"?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
R
Roman Filippov, 2020-10-04
@Webram

It is possible through CSS: .page-class .yandex-map { display:none; }
Either through the page check condition, as noted above in the comment.

M
Maxim Artemiev, 2020-10-04
@centerwd

via CSS: .page-class .yandex-map { display:none; }

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question