These slides belong to https://CustomizeWoo.com, a technical video course that shows you how to override WooCommerce pages and elements without using plugins. You can watch me code and learn by example.
A series of videos, screencasts, examples and exercises will help you feel more confident about WooCommerce customization, child themes, hooks and CSS/PHP snippets.
Watch and re-watch each video how many times you like, get lifetime access to me via the comment section, exercise as much as possible and keep learning.
Access your free videos or buy the course via https://businessbloomer.com/customizewoo-master-woocommerce-online-course/
2. "Custom Field"
"Custom Fields (post meta, metadata)
allow you to store additional
information with each WordPress post.
They can then be displayed/used
anywhere"
CustomizeWoo.com
5. Custom Fields Benefits
CustomizeWoo.com
● Target specific post/product ID (conditional
behavior)
● Store information forever
● Use it or return it to screen
whenever/wherever you like: alter
behaviour (price) or add data (e.g. RRP)
9. Custom Fields Workflow
CustomizeWoo.com
1. Project specs e.g. "Display packaging weight
@ product ID = 556"
2. Add custom field name=>value @ product ID
= 556
3. Get post meta and return it to the screen