You're nearly there. I made a test order on your site and the shipping line appears twice on the customer email.
You can fix that by editing layout HTML Email Layout and just above the </head> line, add:
You can fix that by editing layout HTML Email Layout and just above the </head> line, add:
Code:
<style>#shippingfudgerow {display:none;}</style>
Comment