SlideShare a Scribd company logo
WooCommerce Customization:
Definitions
CustomizeWoo.com
WooCommerce (“WC”, “Woo”)
● Launched in 2011
● “Develop WooCommerce” dev blog
woocommerce.wordpress.com
● docs.woocommerce.com
● github.com/woocommerce
CustomizeWoo.com
PHP (“Hypertext Preprocessor”)
● Programming language .php
● HTML vs PHP: PHP executes a
calculation on the server, and then
the result is returned as HTML
● E.g. <p><?php echo date(“Y”); ?></p>
CustomizeWoo.com
CSS (“Cascading Style Sheets”)
● Style sheet language that defines
HTML formatting (style.css)
● “Selector” (id, class, tag)
● “Declaration” (“property”: “value”)
● E.g. h1 { color: red; }
CustomizeWoo.com
Snippet
● Piece of PHP code that adds a
specific functionality to WP/WC
● It’s a mini-plugin!
● Goes into child theme’s
functions.php
CustomizeWoo.com
Staging
● Service that should be offered by
your hosting company
● 1-click cloning and 1-click pushing
● Used to test updates, new plugins,
themes, snippets, troubleshooting
CustomizeWoo.com
Backup
● Made of 2 files: .ZIP (WordPress
files) + .SQL (Database “DB”)
● 1-click restore via hosting
● Should be stored somewhere
different than your own server
CustomizeWoo.com
WordPress / WC “Hook”
● Provided to allow your snippets to
“hook into” WP/WC i.e. call
functions at specific times/places
without overriding core files
● Actions vs Filters (add / edit)
CustomizeWoo.com
Text/code editor
● Software used to code (PHP, CSS, etc)
● Find/replace, syntax highlighting,
undo/redo, auto backup
● NotePad++, Atom, Sublime, Visual
Studio Code
CustomizeWoo.com
FTP
● “File Transfer Protocol”
● Software to transfer files between
your computer and your server e.g.
download style.css, customize it,
upload it back to the server
CustomizeWoo.com
phpMyAdmin
● Access your WP DB online
● Import / export / bulk update / bulk
delete / backup / clean / search &
replace
● Very delicate. Advanced only
CustomizeWoo.com
Troubleshooting
● Trying to understand why
WooCommerce is not running /
freezes / displays weirdly / takes you
to error pages (404/500)
● WC “Status” @ WP dashboard
CustomizeWoo.com
Error 500
● Site is “broken”
● There is a PHP Fatal Error. A simple
missing “,” can break your site
● WP_DEBUG to the rescue
CustomizeWoo.com
Changelog
● Record of notable changes in WC
software
● Know the difference: 3.5.2 > 3.5.3
vs 3.5.2 > 3.6.0 vs 3.5.2 > 4.0.0
CustomizeWoo.com
“Deprecated”
● Function that is replaced by another,
hence becomes obsolete
● WC deprecates functions @ each
update
● Snippets / plugins should adapt
CustomizeWoo.com

More Related Content

PPTX
Wordcamp2009
PPTX
Web page design (1)
PDF
Metarefresh
PDF
WooCommerce: Customization FAQ
PDF
Wordpress as a CMS
PDF
Meta Refresh 2014
PPTX
Introduction to web development
PDF
Wordpress Workshop: Session One
Wordcamp2009
Web page design (1)
Metarefresh
WooCommerce: Customization FAQ
Wordpress as a CMS
Meta Refresh 2014
Introduction to web development
Wordpress Workshop: Session One

What's hot (18)

PDF
Introduction to web development
PPTX
Word press development for non developers
PPT
Dream weaver
PPTX
2011 05 word-press-not-just-for-blogging-anymore
DOC
DOCX
Web development
PDF
EECI2009 - From Design to Dynamic - Rapid ExpressionEngine Development
PPTX
CSS Eye for the Programmer Guy
PPTX
Power Training DevDays 2009
PPTX
Php tutorial
TXT
New text document
PPTX
Optimizing Your Site for Holiday Traffic
PPTX
Magento applications and modules functional testing
PDF
Week3 office hours
ODP
Dynamic static wibn_talk
PPT
Create scalable and failure safe cluster MagentoCommerce using cloud hosting ...
PPTX
JavaScript Performance (at SFJS)
PPTX
Upstate CSCI 450 WebDev Chapter 1
Introduction to web development
Word press development for non developers
Dream weaver
2011 05 word-press-not-just-for-blogging-anymore
Web development
EECI2009 - From Design to Dynamic - Rapid ExpressionEngine Development
CSS Eye for the Programmer Guy
Power Training DevDays 2009
Php tutorial
New text document
Optimizing Your Site for Holiday Traffic
Magento applications and modules functional testing
Week3 office hours
Dynamic static wibn_talk
Create scalable and failure safe cluster MagentoCommerce using cloud hosting ...
JavaScript Performance (at SFJS)
Upstate CSCI 450 WebDev Chapter 1
Ad

Similar to WooCommerce: Customization Definitions (20)

PPTX
WooCommerce
PPTX
WooCommerce template customization
PDF
WooCommerce: Customization Mistakes to Avoid
PDF
Woo for You: Customizing WooCommerce - Gary Thayer - WCNYC18
PPTX
Ecommerce for-wordpress-woocommerce-mcmia
PDF
WooCommerce Workshop. INSTALL. SET UP. PUBLISH. SELL.
PPTX
Woocommerce 101
PDF
A Designers Approach to Customizing Themes
PPTX
WooCommerce System Status
PDF
F5 Buddy Woo Commerce Web Development
PDF
Customize it.
PPTX
Bootstrapping eCommerce with WordPress and WooCommerce
PDF
Ecommerce World, WooCommerce
DOCX
Wordpress WebDevelopment services in lahore
PDF
Build the Perfect WordPress Website
PDF
Keep Your Code Organized! WordCamp Montreal 2013 Presentation slides
PDF
Grow 2015 - Day 2 Slides
PDF
All Premium WooCommerce extensions From Woocommerce.com for only $10
PPTX
Customizing WordPress Themes
PDF
Customizing WooCommerce
WooCommerce
WooCommerce template customization
WooCommerce: Customization Mistakes to Avoid
Woo for You: Customizing WooCommerce - Gary Thayer - WCNYC18
Ecommerce for-wordpress-woocommerce-mcmia
WooCommerce Workshop. INSTALL. SET UP. PUBLISH. SELL.
Woocommerce 101
A Designers Approach to Customizing Themes
WooCommerce System Status
F5 Buddy Woo Commerce Web Development
Customize it.
Bootstrapping eCommerce with WordPress and WooCommerce
Ecommerce World, WooCommerce
Wordpress WebDevelopment services in lahore
Build the Perfect WordPress Website
Keep Your Code Organized! WordCamp Montreal 2013 Presentation slides
Grow 2015 - Day 2 Slides
All Premium WooCommerce extensions From Woocommerce.com for only $10
Customizing WordPress Themes
Customizing WooCommerce
Ad

More from Rodolfo Melogli (20)

PDF
WordCamp Italia 2021: da zero a PHP
PDF
WooCommerce: Issues With remove action()
PDF
WooCommerce: Custom Fields
PDF
WooCommerce: Conditional Logic
PDF
WooCommerce: Intro to PHP
PDF
WooCommerce: Intro to CSS
PDF
WooCommerce: Shortcodes
PDF
WooCommerce: Filter Hooks
PDF
WooCommerce: Anatomy of a Template File
PDF
WooCommerce: Action Hooks
PDF
WooCommerce: Where to Place Customization
PDF
WooCommerce: Plugin Settings Overview
PDF
10 PHP Snippets to Increase WooCommerce Sales
PDF
How to Sell ANYTHING with WordPress + WooCommerce
PDF
WooCommerce Customization Masterclass (WordCamp Dublin 2017)
PPTX
5 Growth Hacking Strategies + Google Analytics tips & tricks
PPTX
From Purchase to Customer Satisfaction: 7 Ways to Increase your Sales
PPTX
Top 15 Sales Generation Techniques (Ecommerce Customer Acquisition)
PPTX
10 Ecommerce "Secrets" to Skyrocket your Sales
PPTX
The Laws of Content Marketing - Sales & Marketing Summit 2017
WordCamp Italia 2021: da zero a PHP
WooCommerce: Issues With remove action()
WooCommerce: Custom Fields
WooCommerce: Conditional Logic
WooCommerce: Intro to PHP
WooCommerce: Intro to CSS
WooCommerce: Shortcodes
WooCommerce: Filter Hooks
WooCommerce: Anatomy of a Template File
WooCommerce: Action Hooks
WooCommerce: Where to Place Customization
WooCommerce: Plugin Settings Overview
10 PHP Snippets to Increase WooCommerce Sales
How to Sell ANYTHING with WordPress + WooCommerce
WooCommerce Customization Masterclass (WordCamp Dublin 2017)
5 Growth Hacking Strategies + Google Analytics tips & tricks
From Purchase to Customer Satisfaction: 7 Ways to Increase your Sales
Top 15 Sales Generation Techniques (Ecommerce Customer Acquisition)
10 Ecommerce "Secrets" to Skyrocket your Sales
The Laws of Content Marketing - Sales & Marketing Summit 2017

Recently uploaded (20)

PDF
Best Practices for Testing and Debugging Shopify Third-Party API Integrations...
PPTX
Power Point - Lesson 3_2.pptx grad school presentation
PPTX
Introduction about ICD -10 and ICD11 on 5.8.25.pptx
PDF
Unit-1 introduction to cyber security discuss about how to secure a system
PDF
RPKI Status Update, presented by Makito Lay at IDNOG 10
PPT
Design_with_Watersergyerge45hrbgre4top (1).ppt
PDF
An introduction to the IFRS (ISSB) Stndards.pdf
PDF
Decoding a Decade: 10 Years of Applied CTI Discipline
PDF
Automated vs Manual WooCommerce to Shopify Migration_ Pros & Cons.pdf
PPTX
innovation process that make everything different.pptx
PPTX
Digital Literacy And Online Safety on internet
DOCX
Unit-3 cyber security network security of internet system
PPTX
522797556-Unit-2-Temperature-measurement-1-1.pptx
PPTX
PptxGenJS_Demo_Chart_20250317130215833.pptx
PPTX
artificial intelligence overview of it and more
PPTX
June-4-Sermon-Powerpoint.pptx USE THIS FOR YOUR MOTIVATION
PDF
FINAL CALL-6th International Conference on Networks & IOT (NeTIOT 2025)
PDF
Paper PDF World Game (s) Great Redesign.pdf
PPTX
SAP Ariba Sourcing PPT for learning material
PDF
💰 𝐔𝐊𝐓𝐈 𝐊𝐄𝐌𝐄𝐍𝐀𝐍𝐆𝐀𝐍 𝐊𝐈𝐏𝐄𝐑𝟒𝐃 𝐇𝐀𝐑𝐈 𝐈𝐍𝐈 𝟐𝟎𝟐𝟓 💰
Best Practices for Testing and Debugging Shopify Third-Party API Integrations...
Power Point - Lesson 3_2.pptx grad school presentation
Introduction about ICD -10 and ICD11 on 5.8.25.pptx
Unit-1 introduction to cyber security discuss about how to secure a system
RPKI Status Update, presented by Makito Lay at IDNOG 10
Design_with_Watersergyerge45hrbgre4top (1).ppt
An introduction to the IFRS (ISSB) Stndards.pdf
Decoding a Decade: 10 Years of Applied CTI Discipline
Automated vs Manual WooCommerce to Shopify Migration_ Pros & Cons.pdf
innovation process that make everything different.pptx
Digital Literacy And Online Safety on internet
Unit-3 cyber security network security of internet system
522797556-Unit-2-Temperature-measurement-1-1.pptx
PptxGenJS_Demo_Chart_20250317130215833.pptx
artificial intelligence overview of it and more
June-4-Sermon-Powerpoint.pptx USE THIS FOR YOUR MOTIVATION
FINAL CALL-6th International Conference on Networks & IOT (NeTIOT 2025)
Paper PDF World Game (s) Great Redesign.pdf
SAP Ariba Sourcing PPT for learning material
💰 𝐔𝐊𝐓𝐈 𝐊𝐄𝐌𝐄𝐍𝐀𝐍𝐆𝐀𝐍 𝐊𝐈𝐏𝐄𝐑𝟒𝐃 𝐇𝐀𝐑𝐈 𝐈𝐍𝐈 𝟐𝟎𝟐𝟓 💰

WooCommerce: Customization Definitions

  • 2. WooCommerce (“WC”, “Woo”) ● Launched in 2011 ● “Develop WooCommerce” dev blog woocommerce.wordpress.com ● docs.woocommerce.com ● github.com/woocommerce CustomizeWoo.com
  • 3. PHP (“Hypertext Preprocessor”) ● Programming language .php ● HTML vs PHP: PHP executes a calculation on the server, and then the result is returned as HTML ● E.g. <p><?php echo date(“Y”); ?></p> CustomizeWoo.com
  • 4. CSS (“Cascading Style Sheets”) ● Style sheet language that defines HTML formatting (style.css) ● “Selector” (id, class, tag) ● “Declaration” (“property”: “value”) ● E.g. h1 { color: red; } CustomizeWoo.com
  • 5. Snippet ● Piece of PHP code that adds a specific functionality to WP/WC ● It’s a mini-plugin! ● Goes into child theme’s functions.php CustomizeWoo.com
  • 6. Staging ● Service that should be offered by your hosting company ● 1-click cloning and 1-click pushing ● Used to test updates, new plugins, themes, snippets, troubleshooting CustomizeWoo.com
  • 7. Backup ● Made of 2 files: .ZIP (WordPress files) + .SQL (Database “DB”) ● 1-click restore via hosting ● Should be stored somewhere different than your own server CustomizeWoo.com
  • 8. WordPress / WC “Hook” ● Provided to allow your snippets to “hook into” WP/WC i.e. call functions at specific times/places without overriding core files ● Actions vs Filters (add / edit) CustomizeWoo.com
  • 9. Text/code editor ● Software used to code (PHP, CSS, etc) ● Find/replace, syntax highlighting, undo/redo, auto backup ● NotePad++, Atom, Sublime, Visual Studio Code CustomizeWoo.com
  • 10. FTP ● “File Transfer Protocol” ● Software to transfer files between your computer and your server e.g. download style.css, customize it, upload it back to the server CustomizeWoo.com
  • 11. phpMyAdmin ● Access your WP DB online ● Import / export / bulk update / bulk delete / backup / clean / search & replace ● Very delicate. Advanced only CustomizeWoo.com
  • 12. Troubleshooting ● Trying to understand why WooCommerce is not running / freezes / displays weirdly / takes you to error pages (404/500) ● WC “Status” @ WP dashboard CustomizeWoo.com
  • 13. Error 500 ● Site is “broken” ● There is a PHP Fatal Error. A simple missing “,” can break your site ● WP_DEBUG to the rescue CustomizeWoo.com
  • 14. Changelog ● Record of notable changes in WC software ● Know the difference: 3.5.2 > 3.5.3 vs 3.5.2 > 3.6.0 vs 3.5.2 > 4.0.0 CustomizeWoo.com
  • 15. “Deprecated” ● Function that is replaced by another, hence becomes obsolete ● WC deprecates functions @ each update ● Snippets / plugins should adapt CustomizeWoo.com