Если страница тележки woocommerce
if (is_cart()) {
// do stuff
}
Petros Karagiannidis
if (is_cart()) {
// do stuff
}
$bool = is_cart();