Magento – Checkout / Cart “Shipping (valued)” remove

PictureIf the box with the estimated shipping in the checkout area then removed in your basket, should the file cart.phtml im Ordner /app/design/frontend/base/default/template/checkout ca. in line 122 be changed. The line

<?php if (!$this->getIsVirtual()): echo $this->getChildHtml('shipping'); endif; ?>

either delete or

<!--<?php if (!$this->getIsVirtual()): echo $this->getChildHtml('shipping'); endif; ?>-->

comment out.

So you release the box.

Used in Magento 1.5.0.1

Published by Covos

Since 2009 I have been working intensively with Magento. I started with the creation and operation of B2C stores. This was extended through my work in the logistics sector. This resulted first specialized B2E systems. Today I work day-a day with exciting B2C, B2B- and B2E projects and reports in this blog about challenges and give insider tips.

2 comments on “Magento – Checkout / Cart “Shipping (valued)” remove”

  1. It can also make it easier, design in which one in app / / frontend / default DEIN_THEME / / layout the file and creates the following local.xml prewrites:

Leave a Reply

Your email address will not be published. Required fields are marked *