Tag: Woocommerce
-
Exclude a specific shipping class from qualifying for free shipping in WooCommerce
woocommerce free shipping exclude for some classes, Hide other shipping methods when “Free Shipping” is available, Hide free shipping for specific shipping classes exclusively in Woocommerce. To exclude a specific shipping class, such as one for bulky items, from qualifying for free shipping in WooCommerce, you can modify the settings for the free shipping method.…
Written by
-
Woocommerce apply coupon programmatically on cheapest product in cart
Apply Coupon Programmatically woocommerce, WooCommerce before apply coupon hook, Woocommerce apply coupon ajax, WooCommerce add discount to cart programmatically, Woocommerce apply coupon programmatically on cheapest product in cart code To programmatically apply a coupon to the cheapest product in the cart in a WooCommerce store, you can achieve this by using WooCommerce hooks and custom…
Written by
-
How to get current logged in user using WordPress Rest Api?
Woocommerce, Woocommerce Hooks, Wordpress, Wordpress Cheat Codes, Wordpress Hooks, wordpress rest api, Wordpress TricksHello guys, how are you? Welcome back on blog therichpost.com. To obtain information about the current logged-in user through the WordPress REST API, please follow the below logic guys. $user_id = “”; //<- add this add_action( ‘rest_api_init’, ‘add_custom_users_api’); function add_custom_users_api(){ $GLOBALS[‘user_id’] = get_current_user_id(); //<- add this // route url: domain.com/wp-json/mmw/v1/testing register_rest_route( ‘mmw/v1’, ‘testing’, array( ‘methods’…
Written by
-
Woocommerce hook change shipping text on checkout page
Hello guys how are you? Welcome back to my channel. Today in this post I am going to show you Woocommerce hook change shipping text on checkout page. Guys I have used both latest versions WordPress 6.3 and WooCommerce 8.6. Guys if you are new in WordPress or in WooCommerce then please check the below links…
Written by
-
How to Move coupon form before subtotal in WooCommerce checkout after ajax?
To move the coupon form before the subtotal in the WooCommerce checkout page, especially after an AJAX update (which occurs when cart items are updated), you’ll need to use a combination of actions and filters provided by WooCommerce, as well as some custom JavaScript to handle the AJAX event. Step 1: Remove the Default Coupon…
Written by
-
How synced WooCommerce store with TikTok store?
Syncing your WooCommerce store with a TikTok store involves several steps, primarily focused on integrating your eCommerce platform with TikTok to leverage its vast user base for marketing and sales. As of my last update in April 2023, direct integration between WooCommerce and TikTok might require using third-party services, plugins, or the TikTok Shop feature,…
Written by
-
Solved – Google Analytics not showing WooCommerce Transactions
Hello guys how are you? Welcome back to my blog. I am going to share Solved – Google Analytics not showing WooCommerce Transactions. Guys Google Analytics not showing my WooCommerce site ecommerce transactions for 1 month and my client got very Worried. Then I searched a lot on google and finally I solved that. I…
Written by
-
How to reorder checkout fields in WooCommerce 8+?
Hello guys how are you? Welcome back to my channel. Today in this post I am going to show you How to reorder checkout fields in WooCommerce 8+? Guys I have used both latest versions WordPress 6.3 and WooCommerce 8.6. Guys if you are new in WordPress or in WooCommerce then please check the below links…
Written by
-
Woocommerce + Dokan + Baselinker Connectivity Working Demo
Hello guys how are you? Welcome back to my blog. Today in this blog post, I am going to show you, Woocommerce + Dokan + Baselinker Connectivity Working Demo. Guys like you know very well that WordPress + Woocommerce = Millions of ecommerce websites. WordPress + Woocommerce + Dokan = Millions of ecommerce with multivendor…
Written by
-
Woocommerce Ajax Update Mini Cart
Hello guys welcome back to my blog. Today in this blog post, I am going to tell you, Woocommerce Ajax Update Mini Cart. Guys here are the working demos videos: Guys here is the post for Woocommerce Remove Product from Mini Cart with Ajax: Now we are done friends. If you have any kind of query…
Written by