X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   How to take out the UPS logo at checkout ? (https://forum.x-cart.com/showthread.php?t=27980)

aschek 01-12-2007 10:51 AM

How to take out the UPS logo at checkout ?
 
Hi ! It has been a while.. but I am back.. :) Now with new stores... I will talk about that later....

Here is my issue...

I use UPS live shipping tool for one of my stores (http://www.partsforchefs.com/), and at the checkout screen, I get the big UPS logo with their disclaimer "NOTICE: These fees do not necessarily represent ....."

What can I do to remove all those annoying paragraphs ?

Thanks to all,

Alex

balinor 01-12-2007 10:52 AM

Re: How to take out the UPS logo at checkout ?
 
Welcome back! The paragraph is fixed with this patch:

http://forum.x-cart.com/showthread.php?t=27705

You can remove the logo in customer/main/cart_totals.tpl

aschek 01-12-2007 10:59 AM

Re: How to take out the UPS logo at checkout ?
 
Hey balinor !

Thanks for your re-welcome :)
I was just reading that post and I used it to remove the error message, but the same can be applied to the logo and disclaimer ? I stopped reading the thread after the patch for the error message (and I applied and worked), so i will continue to read to find how to patch the disclaimer.... thanks !!

balinor 01-12-2007 11:00 AM

Re: How to take out the UPS logo at checkout ?
 
You need to comment out the disclaimer and logo in customer/main/cart_totals.tpl. That patch just removes the new 'warning' message.

aschek 01-12-2007 11:05 AM

Re: How to take out the UPS logo at checkout ?
 
Perfect !!
Now I understand.. and for the rest of the members:

You have to rem

{****include file="modules/UPS_OnLine_Tools/ups_notice.tpl"****}

it is located at the end of the template....

Thanks for your help...

2coolbaby 10-15-2007 03:46 PM

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);
__________________

Mr. G 03-14-2012 03:00 PM

Re: How to take out the UPS logo at checkout ?
 
This worked great on 4.4.5. Thank you Mary Lee!


All times are GMT -8. The time now is 05:26 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.