Search code examples
phpmagento

How can I remove handling from a Magento site?


I would like to remove the "Handling" from the "Shipping & Handling" line of the website, my client charges shipping but never handling.

How can I remove this from the front end of the site?


Solution

  • I'm assuming you're using the Flat Rate shipping method in Magento.

    To change the name, do the following in the Magento admin:

    1. Go to System > Configuration > Shipping Methods
    2. Expand your shipping method. EXAMPLE: Flat Rate.
    3. Modify the Title and Method Name
    4. Clear your block caches from System > Cache Management.

    If it's not this, you need to be more clear as to where this text is appearing. If it's part of a template file, you can use the translation CSV files to change the text.