Answer the question
In order to leave comments, you need to log in
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
}
Answer the question
In order to leave comments, you need to log in
It is possible through CSS: .page-class .yandex-map { display:none; }
Either through the page check condition, as noted above in the comment.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question