kintoweb
Forum Replies Created
Viewing 3 replies - 1 through 3 (of 3 total)
-
Forum: Plugins
In reply to: [WooCommerce] How to Remove Email and Telephone from Order Confirmation emailseems its easier to just drop that action from the template then build what you need like so:
<?php echo $order->billing_first_name . " " . $order->billing_last_name . "<br/>" . $order->billing_address_1 . "<br/>" .$order->billing_address_2 . "<br/>". $order->billing_city . "<br/>". $order->billing_postcode ; ?>Forum: Plugins
In reply to: [WooCommerce] How to Remove Email and Telephone from Order Confirmation emailthe relevant line in the template file (customer-completed-order.php) is:
<?php do_action( ‘woocommerce_email_customer_details’, $order, $sent_to_admin, $plain_text ); ?>
– this prints:
Your details
Email: [email protected]
Tel: 07962333444Billing address:
Name
Add1
Add2
City, etcI need to be able to edit the action so that it only prints the billing name and address.. Just changing the template file I don’t think I can do this unfortunately
Hi,
Using the reset option in gallery admin fixed this, css and shutter js etc all came back in my head section http://www.kintoweb.com/pages/pack1dn.asp
Viewing 3 replies - 1 through 3 (of 3 total)