In one of the shipping modules, I took the title (MODULE_SHIPPING_FREEOPTIONS_TEXT_TITLE,) made it rather lengthy and changed it to a link to a popup window (a nightmare in itself.)

When I'm on Step 1 of the checkout - Delivery Information, this particular module now has a link for the title - exactly how I want it.

However, when moving to Step 2 - Payment, in the "Your Total" section, both the Title and description show up as a line item in that module. This is long and doesn't look good to the customer.

I would like to remove the title (MODULE_SHIPPING_FREEOPTIONS_TEXT_TITLE) but keep the description (MODULE_SHIPPING_FREEOPTIONS_TEXT_DESCRIPTION) in the "Your Total" line item section.

I have gone through the Dev tool kit and have tried to backtrack to find how this is displayed in this module, but I have found it impossible so far.

It appears that somewhere, these two items are being combined into one variable that is then displayed in that section. I just can't find where that is happening.

Anyone have any ideas how to remove the title of the shipping option from the line item in "Your total" of the "Payment Information" page while keeping it in the Delivery Information Page?

In addition, I don't want the title showing up in the order history, invoices, etc... Though I believe that correcting this issue will automatically correct those as well.

I just can't find where those two are being combined into one to display together in other modules.