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)
-   -   Trying to remove "Terms & Conditions" " (https://forum.x-cart.com/showthread.php?t=1464)

BeZerk 02-10-2003 05:14 PM

Trying to remove "Terms & Conditions" "
 
Hello,

I am trying to remove "Terms & Conditions" "Privacy statement".
from the checkout screen. I was able to remove the words
Terms & Conditions Privacy statement.

BUT not the Quotes "

Can someone tell me where I can remove them.

Thanks!

B00MER 02-10-2003 06:59 PM

If you are using the latest version you should be able to remove this from the languages area, if not check the tpl files, turn on the debug console in the admin -> general settings. To help locate the tpl.

BeZerk 02-11-2003 10:19 AM

Hi Boomer - no luck.
Nothing in the TPL file and in Languages Yes I can
remove the words but the Quotation marks and hyperlink are still
there. I am running config.php,v 1.232.2.2 2002/11/14.

Any more ideas? I also looked in the PHP file
- found nothing.

FishBookStore 02-11-2003 10:53 AM

If you look in the help.tpl you will see
You can remove those lines and it will not show up on your website.

BeZerk 02-11-2003 11:05 AM

tHANKS but i WANT THEM THERE..
i WANT TO REMOVE THEM FROM THE cHECKOUT SCREEN.
rIGHT BEFORE SUBIT IT ALSO LIST THEM...

OOPPS cAPS LOCK WAS ON -SORRY!

stryker898 02-11-2003 11:42 AM

I'm at work so I can't check my cpanel, but I'm sure you need to find a checkout.tpl or similar and you will find in that file the code that stats to add terms and privacy statements. I will look when I get home, but for now you can try and locate that file.

Chris

FishBookStore 02-11-2003 12:26 PM

You will need to put an if statement in /customer/home.tpl around { include file="help.tpl" }

Something like (Not sure if this will work)
Quote:

{if $main eq "checkout"}
{ include file="help.tpl" }
{/if}

The help.tpl includes Contact Us and Recover Password Also. If you want those still showing, you will need to copy help.tpl to something like help_checkout.tpl and edit the way you want it. You should need to change the above to if and else statement.

BeZerk 02-11-2003 12:32 PM

FOUND!

/customer/main/checkout.tpl

Thanks everyone.

stryker898 02-11-2003 12:42 PM

Well after looking at this I found this in /main/checkout.tpl


This is the area in checkout.tpl that you most likely have to completely remove. Remember to make backup.

Hope this helps you. Damn I'm starting to learn this stuff :roll:

FishBookStore 02-11-2003 12:53 PM

Duh! I see where you are trying to remove it from now.

Remove

Quote:

{$lng.txt_you_are_agree} "{$lng.lbl_terms_n_conditions}" {$lng.lbl_and} "{$lng.lbl_privacy_statement}".
from File: /customer/main/checkout.tpl


All times are GMT -8. The time now is 01:08 PM.

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