Skip to content

Instantly share code, notes, and snippets.

@constructyourself
constructyourself / woocommerce-add-to-cart-direct-checkout.php
Created October 5, 2015 06:14
WooCommerce - add product and show checkout
<?
/*
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
*/