Here are some fields for modifying the cart page to make it more user friendly.
I use these fields to make my own "checkout steps"
<?php if (empty($this->cart->BT)){ ?> What you put here will be shown when NO billing address is completed<?php }?>
<?php if (!empty($this->cart->BT)){ ?> This shows AFTER the billing Address is completed <?php }?>
<?php if ($this->cart->cartData['paymentName'] == 'No payment selected') {?> This shows when the payment has NOT been selected<?php }?>
SPAM URL REMOVED