I had the pleasure to co-organise the very first WordCamp Dublin this year. We welcomed 26 amazing speakers, 250 attendees, incredible sponsors and enjoyed a great venue and tasty food.
Just because organising, MCing, managing speakers and writing website content were not enough, I also decided to run a 45mins workshop titled “WooCommerce Customization Masterclass” and I have to say I received great feedback despite the lack of voice, sleep and energy (thank you)!
I spoke briefly about WooCommerce customization, my WooCommerce visual hook guides, the difference between snippets and plugins and finally demoed a few snippets to add, remove and move WooCommerce content to/from the Single Product Page.
Slides: “WooCommerce Customization Masterclass”
Snippets used in Demo: “WooCommerce Customization Masterclass”
// Add content @ Single Product Page add_action( 'woocommerce_after_single_product_summary', 'tutoraspire_echo_content', 5 ); function tutoraspire_echo_content() { echo 'Test
'; }
// Remove default WooCommerce content @ Single Product Page remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_price', 10 ); remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_excerpt', 20 );
// Move default WooCommerce content @ Single Product Page remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_price', 10 ); add_action( 'woocommerce_before_single_product_summary', 'woocommerce_template_single_price', 5 );
Video: “WooCommerce Customization Masterclass”
Twitter timeline: “WooCommerce Customization Masterclass”
Really enjoyed Wiocommerce talk by @rmelogli at #wcdub. I’ve been nabbing his snippets from business bloomers for a couple of years now!
— Andy Harkness (@andywozhere) October 15, 2017
‘I’m not a coder but I discovered hooks…this is genius’ @rmelogli #WCDUB #WooCommerce #businessbloomer
— Media_Dog (@Media_Dog) October 15, 2017
I must bookmark @rmelogli guide on #WooCommerce hooks, actions and filters #musthave #WCDUB pic.twitter.com/RsC36t6xgB
— Cookie Web (@cookieweb_ie) October 15, 2017
#WooCommerce Masterclass: only 30% of the room are already using hooks and filters for customisation. #surprising #WCDUB @rmelogli
— Cookie Web (@cookieweb_ie) October 15, 2017
@rmelogli is a great speaker, enjoying this talk. Use snippets not plugins (obviously!!) 😉 #woocommerce #WCDUB
— Cookie Web (@cookieweb_ie) October 15, 2017
@woocommerce next level with @rmelogli #wcdub pic.twitter.com/YskctuWK3E
— Mario Gheghici ツ (@mariusdigital) October 15, 2017
More fun begins with @rmelogli #EyeOfTheTiger 😂 #WCDub #Woocommerce pic.twitter.com/CdiucTdRKB
— Emer Inspires (@EmerInspires) October 15, 2017
Next up #WooCommerce masterclass from @rmelogli #WCDub #WordPress pic.twitter.com/19u2Z9Yfsc
— Media_Dog (@Media_Dog) October 15, 2017
Looking forward to this one @rmelogli #WCDUB #woocommerce pic.twitter.com/CwY0R52Yy0
— Cookie Web (@cookieweb_ie) October 15, 2017