In this tutorial we will create a simple shipping method for WooCommerce which will calculate the cost of shipping.
To follow this tutorial you will need: WordPress, WooCommerce plugin installed & activated plus your Editor of choice.
Code snippet is here: https://github.com/Omukiguy/woocommerce-snippets/blob/master/techiepress-dhl-shipping/techiepress-dhl-shipping.php
=============================================
Do you like what I am doing? You can buy me a coffee through PayPal: https://paypal.me/laurencebahiirwa
Or purchasing through my Plugin Affiliate links:
– Elementor Pro —— https://omukiguy.com/elementor
– Woo Feed Pro ——- https://omukiguy.com/webappick/
– Woo Invoice Pro —- https://omukiguy.com/webappick/
I am social too:
Facebook: https://web.facebook.com/TechiePress-100149655032583/
Twitter: https://twitter.com/omukiguy
Blog: https://omukiguy.com
GitHub: https://github.com/Omukiguy
——————————————————————————-
LEARN MORE IN THE WELL CURATED PLAYLISTS BELOW
——————————————————————————–
Learn how to build a plugin from scratch: https://youtu.be/9LtXEMRNln8?t=145
WooCommerce E-Commerce customizations
== Build Free Custom E-commerce Online Shop using WooCommerce – https://www.youtube.com/playlist?list=PLNqG1qGUllk2qFmbexV2SikF8bXqvDW-H
== Build Free Custom Theme for E-commerce Online Shop using WooCommerce –
https://www.youtube.com/playlist?list=PLNqG1qGUllk0uFqUvFFIJ67dSNBKapd7Y
====== Build Dynamic Websites with Elementor ======
== Learn the Elementor basics – https://www.youtube.com/playlist?list=PLNqG1qGUllk27BK71LBJDw4auOl-aVOqG
== Build a custom Elementor Widget from Scratch – https://www.youtube.com/playlist?list=PLNqG1qGUllk2pukgHP385ll0ENmRr9E_M
====== How to use WordPress Gutenberg Block Editor ======
WordPress 5.4 Gutenberg Blocks Updates
== https://www.youtube.com/playlist?list=PLNqG1qGUllk0lI2Omhvp54Qn9-MIEhQzX
WordPress Gutenberg blocks for Designers
== https://www.youtube.com/playlist?list=PLNqG1qGUllk3DY91Bq_26L8meIXM_Uo4E
Gutenberg WordPress Block Editor tutorials for beginners
== https://www.youtube.com/playlist?list=PLNqG1qGUllk2xOKt79aI12GgX2DX0aNx-
Custom WooCommerce Gateway Development from Scratch
== https://www.youtube.com/playlist?list=PLNqG1qGUllk21IES6ZJ2WkX1BcbPQF4-7
WordPress Custom REST API Namespaces, Endpoints and Examples from Scratch
== https://www.youtube.com/playlist?list=PLNqG1qGUllk0npc2ZGPU358Q6S1itFCYR
====== WordPress Plugin Development from Scratch ======
Build Most Popular & Most Commented Post Plugin
== https://www.youtube.com/playlist?list=PLNqG1qGUllk05gUz_VB5nCHEN9A3OpS94
Build SMS Plugin with External WordPress API Integration using custom WordPress Databases
== https://www.youtube.com/playlist?list=PLNqG1qGUllk0NSTrNF2xa1zHNzMi3M7su
WordPress External APIs Integration Plugin Development
== https://www.youtube.com/playlist?list=PLNqG1qGUllk0U2-5ZBNxSNxQrPO-4CqnR
Convert WordPress to mobile App in Headless WordPress
== Convert WordPress Sports Website into Mobile Application – https://www.youtube.com/playlist?list=PLNqG1qGUllk3qMrJcXUeP1Ge5U4fKtAR
Make GraphQL API endpoints with WordPress Headless CMS WPGraphQL Plugin
== https://www.youtube.com/playlist?list=PLNqG1qGUllk03llIgPYGVTwY14lAPDkBp
Customize Your WordPress & ClassicPress
== Build Custom REST API Endpoints with WordPress or ClassicPress – https://www.youtube.com/playlist?list=PLNqG1qGUllk06KZP9N1nRG-FpnTr_TD9u
Custom Dashboard Widgets
== https://www.youtube.com/playlist?list=PLNqG1qGUllk2h51557gV74x8p1RrlEmah
Build Custom Admin
== https://www.youtube.com/playlist?list=PLNqG1qGUllk1M5L8Xo-K1g6B3OrkliKDs
Learn Git
== Git tutorial for writers + software developers for beginners – https://www.youtube.com/playlist?list=PLNqG1qGUllk2PnSJiUw1SCjiS6pNhIR2f
source
calculate_shipping( $package ) —–> calculate_shipping($package = array())
If I were a pagan I would say that you are a living God. But since I'm christian, I will say God Bless you
Nice Sir, How to Make COD extra fee plugin
thanks! it works great
Do you know if its possible to put two or more shipping options whit this method?
Hi Techie, sorry to answer this here as is not directly related with the video, I'm not that tech-savvy and after having spent 5 hours looking at the net for answers, none worked: I want to remove the Additional Information field in the Checkout Page. I found this code (there are lots of this code in many answers that I found):
add_filter( 'woocommerce_product_tabs', 'bbloomer_remove_info_tab', 99);
function bbloomer_remove_info_tab( $tabs ) {
unset( $tabs['additional_information'] );
return $tabs;
}
I also search in Documentation but not a single trai on how to remove the Additional Information field: https://docs.woocommerce.com/document/tutorial-customising-checkout-fields-using-actions-and-filters/
Besides 'Additional Information' there is a tick field that says: " Yes, I'm ok with you sending me additional newsletter and email content (optional)"
I don't know where this comes from, as I hid the newsletter option of my Mailchimp integration. I also have Stripe setup but cannot find anything. Does this come from Woocommerce itself?
I apologize for this Techie. I will make sure to follow all your series, for those wanting to unveil the secrets of WC you are the man to go! blessings.
TechiePress bro please upload thirdparty api integration in wordpress like wearther app, payment gateway etc
TechiePress bro please upload thirdparty api integration in wordpress like wearther app, payment gateway etc
Wow, you simply gave us a full lesson creating a new plugin for wordpress and have it integrated in our shipping methods. Thank you.
Please make a video on woocommerce api and integration with other