This file contains 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 | |
############################## | |
/* | |
Conditionally show gift add-ons if user checks a box saying they would like to send the order as a gift. | |
Created by [email protected] on 13th of July 2017 | |
As default, WooCommerce simply displays ALL the add ons so makes the checkout form look very long. | |
This is useful if you want to show a checkbox on your checkout saying "Is this a gift order?" |
NewerOlder