Skip to content

Instantly share code, notes, and snippets.

View goran-stimac's full-sized avatar
🎯
Focusing

Goran Štimac goran-stimac

🎯
Focusing
View GitHub Profile
@goran-stimac
goran-stimac / edit-woocommerce-checkout-template.php
Created April 28, 2022 21:08 — forked from bekarice/edit-woocommerce-checkout-template.php
Add content and notices to the WooCommerce checkout - sample code
/**
* Each of these samples can be used - note that you should pick one rather than add them all.
*
* How to use WC notices: https://github.com/woothemes/woocommerce/blob/master/includes/wc-notice-functions.php#L96
* Tutorial: http://www.skyverge.com/blog/edit-woocommerce-templates/
**/
/**
* Add a content block after all notices, such as the login and coupon notices.
*