projects
/
WP-Themes
/
TomsMomsCookies.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
935d969
)
Minor additional tests.
author
Chuck Scott
<cscott@gaslightmedia.com>
Tue, 9 Jun 2015 19:04:28 +0000
(15:04 -0400)
committer
Chuck Scott
<cscott@gaslightmedia.com>
Tue, 9 Jun 2015 19:04:28 +0000
(15:04 -0400)
functions.php
patch
|
blob
|
history
diff --git
a/functions.php
b/functions.php
index
8a90fd6
..
fe04c2a
100755
(executable)
--- a/
functions.php
+++ b/
functions.php
@@
-135,7
+135,6
@@
add_filter( 'loop_shop_per_page', create_function( '$cols', 'return 48;' ), 20 )
// Add custom fields to checkout
-//add_filter( 'woocommerce_checkout_fields' , 'tm_added_checkout_fields' );
add_filter( 'woocommerce_after_order_notes' , 'tm_added_checkout_fields' );
function tm_added_checkout_fields( $checkout ) {