Skip to content

Instantly share code, notes, and snippets.

@simbus82
Created January 3, 2017 15:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save simbus82/216af415468e13fccc5ce6ae1365b753 to your computer and use it in GitHub Desktop.
Save simbus82/216af415468e13fccc5ce6ae1365b753 to your computer and use it in GitHub Desktop.
Rimuove anteprima shipping cost in carrello magento
<?xml version="1.0"?>
<layout version="0.1.0">
<checkout_cart_index>
                <reference name="checkout.cart">
                        <remove name="checkout.cart.shipping"/>
                </reference>
</checkout_cart_index>
</layout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment