How to disable media symlinks completely in BuddyBoss/BuddyPress?

10
November
2022

Recently I have noticed that one of my client’s websites is taking up more disk space every week. It was growing for maybe 1 GB per week or so. It seemed really suspicious to me. It is a big heavy niche community website build with a combo of BuddyBoss + WooCommerce + LearnDash plugins. Part of this community is sharing a lot of photos of what they are cooking. So, I assumed that this could be WordPress media at wp-content/uploads that is taking up all this space. I went into uploads folder and checked the size of each subfolder. What… Read More →

by Bogdan in Blog

WooCommerce | Skip The Cart, Go Directly To Checkout

02
December
2021

At times we may want customers to skip the cart process and head directly to the checkout page after adding a product to the cart. In this video I will run through how to accomplish this using 2 different methods. 1) Using a PHP function. 2) Using our WooCommerce Skip Cart PRO plugin Needed Function Code: or request our WooCommerce Skip Cart Pro plugin.

by Sterling in Blog, Tips and Tricks, WooCommerce

WooCommerce | Add A Custom Thank You Page

01
December
2021

Learn to add a custom thank you page redirect to your WooCommerce store using 2 different methods: 1) Using a PHP function. 2) Using our Custom TY Pages Pro Plugin Needed Php Function: or request our WooCommerce TY Pages Pro plugin.

WooCommerce | Customize The My Account Page

16
November
2021

At some point you may want to customize the My Account page for your customers. In this video I take you through renaming, removing and adding custom tabs to your customer account page. Functions for renaming and disabling tabs: Functions for adding a custom tab:

by Sterling in Blog, Tips and Tricks, WooCommerce

WooCommerce | Add A Testimonial To Your Checkout Page

08
November
2021

Adding a testimonial to your checkout page can put potential customer at ease and increase your overall sales conversions. In this video Sterling runs through the process of adding a testimonial to your checkout page manually using a function and css; he also runs through adding testimonials to a Handsome Checkout, One Page WooCommerce Checkout. Needed Function Code: Needed CSS Code:

WooCommerce | Add A Guarantee Image To Your Checkout Page

26
October
2021

Adding guarantees can instantly improve conversions on your WooCommerce Checkout Pages. In this video Sterling runs through adding a guarantee to your WooCommerce Checkout using 2 different methods. Customizing and adding a function to your WooCommerce website. Adding and managing Trust Points with our Handsome Checkout plugin. Function needed to add guarantee to your WooCommerce Checkout Page:

by Sterling in Blog, Tips and Tricks, WooCommerce

WooCommerce | How To Hide The Coupon Field On Checkout

25
October
2021

When using WooCommerce you man want to hide your coupon field. In this quick video Sterling runs you through disabling the coupon code field using 4 different methods: Disable store wide using WooCommerce settings. Disable the coupon field using a PHP Function. Disable the coupon field using CSS. Disable the coupon field while using Handsome Checkout. PHP Function needed to disable coupon field on checkout CSS Code needed to disable coupon field on checkout

WooCommerce | Custom Checkout Button & Input Style (Using CSS)

18
October
2021

How to update your WooCommerce checkout page button colors and input style using a little CSS code. Sterling runs through how to correctly add the CSS to your website and how to tweak the CSS to work with your branding. Let us know if you have any questions! Custom CSS:

by Sterling in Blog, Tips and Tricks, WooCommerce

How To Customize Your WooCommerce Checkout FIELDS | 2 Methods

15
October
2021

Php Function needed to customize checkout fields for WooCommerce:

by Sterling in Blog

WooCommerce: Assign Guest Order to Existing Account by Billing Email

11
July
2021

For example, you are looking for ways to make checkout process even easier and less stressful for your customers. This solution could help remove the stress of login/registration process completely. When your customer makes the order for the first time, you can configure WooCommerce to generate login & password automatically for him. When this customer comes back for another order, by default WooCommerce will force him to login to his existing account generated before. But this adds a lot of hassle to the checkout process, because nobody ever remembers their passwords (if only they didn’t save it in browser). So… Read More →

by Bogdan in Blog