View Single Post
  #6  
Old 10-15-2007, 03:46 PM
  2coolbaby's Avatar 
2coolbaby 2coolbaby is offline
 

eXpert
  
Join Date: Sep 2004
Location: TN moving to FL
Posts: 265
 

Default Re: How to take out the UPS logo at checkout ?

This worked partially for me. It was still on one of the pages. I found a fix on another post that took care of it completely:

Cleanest method to disable the notice is in shipping/mod_UPS.php

change:

$smarty->assign("display_ups_trademarks", 1);

to:

$smarty->assign("display_ups_trademarks", 0);
__________________
__________________
Mary Lee
-------------------
Dinner and a Murder Mystery Games
http://www.dinnerandamurder.com

x-cart version 4.7.5 / Mac OS 10.10.5 and Windows 8/10 sometimes - Ideal Responsive Template
Reply With Quote