Skip to content

Instantly share code, notes, and snippets.

@RichardNesbitt
RichardNesbitt / form-checkout.php
Created December 29, 2019 05:36
Example of some custom validation rules for woocommerce checkout page. Forcing names to match account holder, custom rules based on shipping classes and shipping locations.
<?php
## add this to /wp-content/[your-theme]/woocommerce/checkout ##
/**
* Checkout Form
*
* This template can be overridden by copying it to yourtheme/woocommerce/checkout/form-checkout.php.
*
* HOWEVER, on occasion WooCommerce will need to update template files and you
@RichardNesbitt
RichardNesbitt / functions.php
Last active July 25, 2025 14:12
WP Bakery Page Builder - Add URL option to make entire column clickable - Updated 22 June 2023
<?php
/* add this to your theme's functions.php file */
/* Add option for URL to column settings */
vc_add_param("vc_column", array(
"type" => "vc_link",
"class" => "",
"heading" => "Column Link",