I find and use below code for when user in cart page and cart not empty:
add_filter('woocommerce_get_checkout_url', 'dj_redirect_checkout');
function dj_redirect_checkout($url) {
global $woocommerce;
if(is_cart() && !is_user_logged_in() ){
$checkout_url="digits login url";
}
else{
$checkout_url="https://yoursite.com/checkout/";
}
return $checkout_url;
}
Related Posts:
- Redirect no product url’s to static url
- Show only geolocated user country into Woocommerce checkout country fields
- Is there a Woocommerce hook that fires when applying a coupon but before checking if it’s valid?
- What is the action hook for an order that fails on frontend checkout in WooCommerce?
- Using a filter with multiple parameters and $this
- What Hook/Action is performed when a field in checkout form is changed in WooCommerce
- manage_shop_order_posts_custom_column() hook is Not working In Functions.php file in my WordPress active theme
- Display custom product option in admin order details
- Woocommerce : Add name filed of checkout page to buyers wordpress display name
- How can i add product Accessories from front-end using custom php form?
- Add suffix to price html does not work
- With what hook do I remove WooCommerce existing Product Data Tab form fields?
- Add second price option based on payment method at cart item price
- How to add field new in account bacs in woocommerce?
- Woocommerce: hide “Price display suffix” when the VAT is zero
- How to pass/get data to/from the WooCommerce data-product_variations object?
- How to check if is in cart page? [closed]
- Filter hook before create order WooCommerce
- WooCommerce: Can’t use wc_get_products for custom REST API endpoints
- How to get rid of the hover zoom in WooCommerce single products
- What’s the difference between WC() and $woocommerce
- How to change Woocommerce breadcrumbs content?
- How to change a WooCommerce Subscription Deposit and Monthly Payment? [closed]
- How can I add a so i can show sale price under normal price
- password_reset doesnt work
- WooCommerce checkout page price break down table hook
- How to output woocommerce products to a page, style and modify the html structure
- Filter default_content only for products
- Woocommerce – Adding row to cart table
- How can I remove a WooCommerce Product Tab’s sub section in wp-admin?
- Conditional action hook
- How can I override wp_price woocommerce function in my theme
- WooCommerce get_author_posts_url() – Author URL redirecting to shop base
- Redirect to woocommerce checkout after adding to cart – item already in cart
- How to access page variable inside action hook
- How do I create a filter to hide the One Click Accessibility plugin button in WordPress?
- Conditionally run function based on custom meta value?
- How to sort WooCommerce products page by latest in-stock items first?
- How to alter taxes amounts when updating an order
- How to check if woocommerce_order_item_name is use in email?
- Hooks For Design variation in woo commerce single product page
- How to add woocommerce products header title in woocommerce_breadcrumb hook to function.php
- How to create a WooCommerce Product filter based on PHP foreach
- Use ID as slug for product category by default in WooCommerce?
- Variation prices breakdown only for single product page
- What is the problem with these lines of code?
- Two Filter Issue [closed]
- apply_filter and add_filter conflict
- Missing variable options on add to cart form
- Woocommerce – Hide shipping at all, if only certain product or products with certain shipping class is in the cart
- Running JavaScript after using WooCommerce Filter Plugin
- Redirecting orders by company field
- call_user_func_array() expects parameter 1 to be a valid callback, class ‘WC_Rapyd’ does not have a method ‘install’
- Help to locate a woocommerce hook method
- Combine one action and one filter
- I’m getting error Ultimate WooCommerce Filters
- check shipping amount in woocommerce_after_checkout_validation?
- How to display two different custom taxonomy terms on a WooCommerce single product page
- How to add woocommerce product price filter widget to other page
- Woocommerce Disabling Auto Restocking for Cancelled Orders
- Parameters in woocommerce_before_add_to_cart_button hook
- Unable to call woocommerce hook in my custom php file
- Is it ok to 301 redirect product-category pages to custom pages?
- How to change lost password email text using custom plugin wordpress?
- Overriding Plugin function in your child theme
- woocommerce_add_to_cart custom function called several times
- Update / refresh mini cart, after custom AJAX add_to_cart event
- WooCommerce and ACF: How to Redirect Upon Add to Cart – Partially Working Example
- How to track product price changes?
- Filter orders in Admin area based on logged in user
- Remove username and account password field from checkout page
- Display product thumbnail in Woocommerce email notifications
- wordpress site auto redirect to another site when I enable woocommerce
- WooCommerce Tax Filter Not Working
- woocommerce price filter not working when change currency
- How to hook in to WooCommerce Related Products
- Woocommerce: Unique price for individual basket items
- Hide add to cart when product variation has no price or is unavailable
- Hook woocommerce price in backend order edition
- mydomain.com/wp-login redirects to wordpress.com/wp-login
- WooCommerce Admin Only Email Hook
- Create woocommerce order on new user registration
- How to add custom checkout field in user details mail template
- WooCommerce comments_template Filter Not Firing
- WooCommerce Hook after Billing form completed, but before payment Gateway
- WooCommerce shop, my account, cart every page redirect to home page [closed]
- Can a woocommerce hook alter the UI of a website?
- Order shipped by which driver[hook for woocoomerce order staus changed and popup in admin panel ] [closed]
- dakon show vender address on checkout page
- AffiliateWP not calculating multiple quantities when using affwp_calc_referral_amount filter
- Hide a shipping method if cart total is higher than an amount
- How to get the attributes based on dependency in woocommerce?
- Use a woocommerce hook to create a table and populate it with a query
- Reposition variation stock message
- Add custom ID to WooCommerce product tab
- How to Dynamically Switch WordPress Front Page Without Causing Canonical Redirect?
- Filtering by Hard-coded WooCommerce Product Attributes
- get available brand attribute in woo commerce shop page, category page
- How to modify username before logging in?
- WooCommerce Webhook Action When a New Product Review was Submitted/Created