![]() |
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 |
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 |
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 !! |
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.
|
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... |
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); __________________ |
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.