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
<? | |
/* | |
Wordpress + WooCommerce | |
Add product directly to cart and take user to Checkout page | |
Instructions: | |
- add all php code within comment block below to active Wordpress theme file: functions.php | |
- use URL structure: http://your-site.com/?add-to-cart=37 WHERE 37 is the ID of your WooCommerce Product | |
*/ |