$fields[‘billing’][‘partytime’] = array( ‘label’ => (‘party Time’, ‘woocommerce’), ‘placeholder’ => x(‘partytime’, ‘placeholder’, ‘woocommerce’), ‘required’ …
// Auto Complete all WooCommerce orders. addaction( ‘woocommercethankyou’, ‘customwoocommerceautocompleteorder’ ); function customwoocommerceautocompleteorder( $orderid ) …
addfilter( ‘bodyclass’, ‘myneatbodyclass’); function myneatbodyclass( $classes ) { if ( ispage(7) || iscategory(5) || …
custom field -> add new -> Einheit: Stk dann in functions addfilter( ‘woocommercepriceformat’, ‘overwritewoocommercepriceformat’, …
disable all payment methods, except cash on delivery (rename fields too) open /checkout/review-order.php and …
copy themes page.php and rename it woocommerce.php page.php woocommerce.php WOOCOMMERCE FOLDER/ replace the loop …
// remove images from shop loop removeaction( ‘woocommercebeforeshoploopitemtitle’, ‘woocommercetemplateloopproductthumbnail’, 10 );
create new folder named woocommerce and copy all templates from /woocommerce/templates/ to it. src …
https://github.com/dgrundel/woo-product-importer use google excel export because of UTF-8