to display the Tax by default in the magento checkout process you should write a new file (or put a file in your skin directory) which alters this file:
app/design/frontend/default/default/template/checkout/total/tax.phtml
<tr class="tax-details-<?php echo $taxIter; ?> tax-details<?php if ($isTop): echo ' tax-details-first'; endif; ?>" style="display:hidden;">
to
<tr class="tax-details-<?php echo $taxIter; ?> tax-details<?php if ($isTop): echo ' tax-details-first'; endif; ?>" style="display:block;">
Neueste Kommentare
vor 51 Wochen 6 Tage
vor 1 Jahr 22 Wochen
vor 1 Jahr 32 Wochen
vor 1 Jahr 35 Wochen
vor 1 Jahr 35 Wochen
vor 1 Jahr 43 Wochen
vor 2 Jahre 17 Wochen
vor 2 Jahre 22 Wochen
vor 2 Jahre 36 Wochen
vor 2 Jahre 39 Wochen