Remove shipping from mail
-
Hi there, I’d like to remove the shipping costs in the email sent by YAK.
My code is this:<html> <style> table { border-spacing: 0px; border:none; font-size: 14px; background-color:rgb(238, 238, 238); } th:first-child { border-radius: 6px 0px 0px 0px; border:none; } th { text-align: left; text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5); border-bottom: 1px solid rgb(204, 204, 204); background-color: #F2C393; } th:last-child { border-radius: 0px 6px 0px 0px; border:none; } th:last-child { border-radius: 0px 6px 0px 0px; border:none; } th:last-child { border-radius: 0px 6px 0px 0px; border:none; } td, th{border:none;} tfoot td { border-bottom: 0px none; border-top: 1px solid rgb(255, 255, 255); background-color: rgb(241, 241, 241);} tfoot td:first-child { border-radius: 0px 0px 0px 6px; } tfoot td:last-child { border-radius: 0px 0px 6px 0px; } </style> <img style="height:90px; width:auto;" src="http://www.funnyprops.com/wp-content/themes/funnyprops/images/mail-head.jpg"/> <p></p> <p style="font-size:11px; line-height: 16px; font-family: verdana,arial,sans-serif; color:#6E6E6E;">Nombre del cliente: </b> [name] </p> <p style="color:#464646; font-size:11px; line-height: 16px; font-family: verdana,arial,sans-serif;">Tel:</b> [phone]</p> <p style="color:#464646; font-size:11px; line-height: 16px; font-family: verdana,arial,sans-serif;">Numero de orden:</b> [order_id]</p> <p style="color:#464646; font-size:11px; line-height: 16px; font-family: verdana,arial,sans-serif;"><b>Detalles de la orden: </b></p> [html_order_detail] <p><b style="line-height: 16px; font-family: verdana,arial,sans-serif; font-size:14px;">Total del pedido: [order_cost]</b></p><p></p> <p style="color:#464646; font-size:11px; line-height: 16px; font-family: verdana,arial,sans-serif;"><b>Dirección de envío:</b> </p> <p style="color:#464646; font-size:11px; line-height: 16px; font-family: verdana,arial,sans-serif;">[html_shipping_address]</p> <p></p> <p style="color:#464646; font-size:11px; line-height: 16px; font-family: verdana,arial,sans-serif;"><b>Dirección de facturación:</b> </p> <p style="color:#464646; font-size:11px; line-height: 16px; font-family: verdana,arial,sans-serif;">[html_billing_address]</p> <p></p> <p style="color:#464646; font-size:11px; line-height: 16px; font-family: verdana,arial,sans-serif;"><b>Instrucciones especiales:</b> </p> [special_instructions] </html>I like how the mail is sent but that detail I dont need nor want.
Please tell me how to edit shorcode to delete it.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Remove shipping from mail’ is closed to new replies.