Hi!
It would be great if uc-order--customer.tpl.php were more customizable. Let me explain myself.
Just like thank message is selectable
<?php
if ($thank_you_message):
?> or help text
<?php
if ($help_text):
?>It would be great to be able to select the following options with checkboxes in Checkout Rules:
- Shipping address
- Billing address
- New account info
- Online order managing
Mainly, I need "New account info" and "Online order managing" to be removed from costumer email because my site doesn't use accounts and giving that information to the costumer can be misleading.
"Shipping address" and "Billing address" are because maybe only one of them is enabled in checkout.
Thank you very much for this great project!
