Search code examples
magentomagento-1.9

How to remove a "edit" button on checkout page for the 5 steps


I want to know how to remove the Edit button for the 5 steps in the checkout page


Solution

  • In rwd theme it is in app/design/frontend/rwd/default/template/checkout/onepage.phtml line 40:

    <a href="#"><?php echo $this->__('Edit') ?></a>