Categoría: BRICKS CONDITIONS FREE PLUGINS WOOCOMMERCE WORDPRESS
-
Is WooCommerce Cart Empty Condition in Bricks
Updated on 5 Nov 2024 Looking to conditionally render an element depending on whether the user’s cart is empty or not when using WooCommerce? Add the following in child theme‘s functions.php (w/o the opening PHP tag) or a code snippets plugin: // Function to check if WooCommerce cart is empty. function bl_is_cart_empty() { if (…