This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?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", |
NewerOlder