- [Instructor] If you regularly have sales on your site,…one of the things that can really help users,…is to show them the amount…that they're saving with the sale.…Instead of showing a sale price of $12,…with a crossed out 16,…also show them that they're saving $4.…Before I jump into the code,…I want to share some pricing psychology.…When you're displaying the amount saved,…you want to display what appears to be the bigger number,…and to do this, you want to use the rule of 100.…The rule of 100 says that anything under $100…should be displayed with a percentage off.…
Anything above $100,…and you should display the value discount.…So, for a $16 supplement, you should say 25% off…instead of $4 off.…Now if you're selling $5,000 TV's,…you want to say $1,250 off.…It sounds really impressive.…Since our products are less than $100,…we're gonna display them in percentages,…but you can easily tweak the code we're about to write…to display the absolute value if you want to.…
I've opened up the themes functions.php file,…and we're gonna start by writing a comment.…
Author
Released
9/15/2016This course covers the fundamentals of building custom WooCommerce themes. Learn about using WooCommerce hooks, template overrides, PHP, and CSS to style the different store pages, and add custom imagery and icons to fit your branding. Author Patrick Rauland also introduces UX design techniques that encourage customers to buy, such as highlighting savings and adding social media icons for sharing.
- Selecting a base theme
- Matching theme colors
- Overriding and updating WooCommerce templates
- Using hooks
- Modifying your product page: images, tabs, icons, and more
- Modifying the shop page, including customer savings
- Modifying the checkout page
- A/B testing your changes
Skill Level Intermediate
Duration
Views
-
Introduction
-
Welcome53s
-
-
1. Select a Base Theme
-
What to look for in a theme3m 10s
-
Starter themes55s
-
Declare WooCommerce support1m 44s
-
-
2. Modify WooCommerce Styles
-
Match theme colors3m 24s
-
-
3. Modify WooCommerce Layouts
-
Hooks and templates1m 36s
-
Update WooCommerce templates2m 55s
-
Use WooCommerce hooks2m 32s
-
-
4. Modify the Product Page
-
Change image sizes2m 15s
-
Resize image column width1m 50s
-
Add social media icons1m 23s
-
Update the currency symbol2m 32s
-
-
5. Modify the Shop Page
-
Filter products3m 35s
-
Change product display4m 50s
-
Display customer savings4m 33s
-
Customize the sorting menu6m 36s
-
-
6. Modify the Checkout Page
-
Skip the cart1m 26s
-
Add an Empty Cart button3m 54s
-
Hide the coupon field3m 19s
-
Remove checkout fields3m 29s
-
Add checkout fields4m 5s
-
7. A/B Testing
-
When to A/B test1m 15s
-
-
Conclusion
-
Next steps1m 11s
-
- Mark as unwatched
- Mark all as unwatched
Are you sure you want to mark all the videos in this course as unwatched?
This will not affect your course history, your reports, or your certificates of completion for this course.
CancelTake notes with your new membership!
Type in the entry box, then click Enter to save your note.
1:30Press on any video thumbnail to jump immediately to the timecode shown.
Notes are saved with you account but can also be exported as plain text, MS Word, PDF, Google Doc, or Evernote.
Share this video
Embed this video
Video: Display customer savings