On the bottom of the shopping cart page of MagentoTM a block with Estimate Shipping and Tax is shown. But sometimes this block is wanted. This Magento video tutorial shows you how to remove this block.
Removing the block from the page requires a modification of the Magento theme. If you're using a Magento default theme, we recommend not to make direct changes to the theme but create your own subtheme as well (and use the default theme as parent theme).
The modification is made within the file checkout.xml. The block you want to delete is defined with the following XML-line:
<block type="checkout/cart_shipping ...<
Remove this line. Also make sure your Magento cache is refreshed - parts of the original XML are remembered by Magento until you refresh the cache.
Tutorials on Magento administration
- Video: Speed Up Magento with mod_deflate
- Renaming the Magento database table prefix
- Video: Magento extension install using SSH terminal
- Unable to login into the Magento backend
- Video: Create menu item in navigation bar Magento
- Magento backup through phpMyAdmin
- Compressing Magento output
- Magento categories and products are not showing
- Video: Magento setup of MultiSafepay
- Video: Magento Enterprise 1.6 to 1.7 upgrade
- Video: Delete Any Order in Magento by Yireo
- Video: Delete Orders in Magento by Boutique Circus
- Changing the ordernumber in Magento
Tutorials on MageBridgeTM administration
- Performance tuning with MageBridge
- MageBridge SEO Guide
- MageBridge scenarios
- Authentication guide for MageBridge
- MageBridge Troubleshooting Guide
- Using MageBridge modules
- Step-by-step: Activating MageBridge plugins
- Upgrading Magento, Joomla! and MageBridge
- Configuring payment methods in MageBridge
- MageBridge Security Guide
- Step-by-step: Creating a MageBridge Menu-Item
- Step-by-step: Create a Magento API user
- API permissions with MageBridge
- How to use URL-suffices with MageBridge?
- Using MageBridge stores to load a different Magento theme
- Step-by-step: Adding a custom Magento block
- Managing MageBridge extensions
- Using the MageBridge Content Plugin
- Enabling SSL for MageBridge
- Prevent direct access to Magento
- Switching stores with MageBridge
- Using MageBridge Product Connectors


