Ok I'm trying to remove the shipping carriers name from the shipping screen and just use the image file (logo). What would be the best way to do this without causing issues?
Where I'm trying to do this is once you hit the shopping cart button then continue checkout your shipping carriers are show and for example mine says: UPS (then a UPS image logo next to it)
I want to remove just the UPS text and use only the image logo file.
I simply made a change in the UPS.php file and disabled the line below:
// $this->title = MODULE_SHIPPING_UPS_TEXT_TITLE;
this did work however the UPS text is used when elsewhere and caused little issues, I cannot fin the actual place to remove it from just that screen, if anyone can knows how to do this please let me know!



