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)
-   -   I'm losing my brain, where do I add "Terms & Condit (https://forum.x-cart.com/showthread.php?t=2295)

PhilJ 06-11-2003 03:12 AM

/help/conditions.tpl

groovico 06-11-2003 06:26 AM

Took me a while to figure it out too, I ended up adding a language addition so my client could change it.

Seems to be an oversight by x-cart team that's been in the system for ages, even 3.4.2 still has that problem. Not sure why they simply haven't added an new language variable in there. :roll:

Sometimes you get the feeling they have too many developers working on small bits of x-cart all the time so no one is looking after smaller issues like this one.

Personally if I didn't know PHP/mysql etc I wouldn't use x-cart, it's a large complex system and doesn't always make sense about how it goes about some things.

onlysurvivor 06-11-2003 11:19 AM

Thanks
 
That did it. Not as easy as one would expect though.

mcopeland 06-19-2003 03:37 AM

Re: Terms/Conditions
 
Quote:

Originally Posted by rkaydz
I think it's sad that the X-Cart people didn't put in a sample Terms and conditions, forcing people who may not be savy in php, or just don't have enough time, to either figure out for themselves how to make changes or pay their idioitic monthly tech services fee. :evil:


This is so true. :(

I followed the helpful instructions in this thread up and down, and still can't get the content for my terms and conditions to show up.

Does something also need to be edited in the /help.tpl file?

1. Followed rkaydz's notes to a "T"
2. performed boomer's suggested "cleanup.php"
3. deleted browser cache
4. open/closed browser

Is there something I am missing?

Thanks.

Xcart-Man 07-13-2003 10:58 PM

it's easy...
 
edit languages, go to bottom, add :

txt_terms

then, in the next box type:

Terms and Conditions

Then take your html or text (in case of HTML, put it in a table and copy ONLY the table data from <table width=> to the final </table> tag) and paste it into the 3rd box....now click on apply changes.

Go to Edit Templates, and go to HELP>conditions.tpl, and change:

{capture name=dialog}
{*place terms and conditions here*}


to

{capture name=dialog}
{$lng.txt_terms}


you will find that this definitely works.

goofy 09-02-2003 10:38 PM

Thank you so much, i was pulling out my hair trying to figure out why i couldnt add anything to the terms and conditions


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

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