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)
-   -   changing text of copyright box (https://forum.x-cart.com/showthread.php?t=52606)

lisamc 03-02-2010 05:49 AM

changing text of copyright box
 
I want to change the text in the copyright footer but cannot find where to do this.

i have looked at bottom.tpl and copyright.tpl but these dont appear to have the text in them.

thanks

cflsystems 03-02-2010 05:51 AM

Re: changing text of copyright box
 
Which text? It shoudl be in the files you are looking at but some of this text is actually taken from general settings/company options in admin

lisamc 03-02-2010 06:12 AM

Re: changing text of copyright box
 
it currently says

Copyright ╘ 2005-2010 Your Company Name

- thanks

cflsystems 03-02-2010 06:24 AM

Re: changing text of copyright box
 
In admin/general settings/company options fill in the correct text in all boxes - it will change that text

lisamc 03-02-2010 06:26 AM

Re: changing text of copyright box
 
thanks Steve - I checked the general settings and can see where the company name change is. I wanted to change the whole thing.

really i want to scrap my help.tpl and put most of the links into the footer.

not sure i am that brave yet but another coffee and i might explore futher.

thanks for the guidance.

balinor 03-02-2010 06:37 AM

Re: changing text of copyright box
 
copyright.tpl :)

lisamc 03-02-2010 06:57 AM

Re: changing text of copyright box
 
yes Mr Ryan - copyright.tpl.:roll:

should i admit now i was inspired by your work to go with xcart - so during the good hours you stand on a pedestal for me, but during other (more frustrating hours) i blame you for everything.

let presume i can figure out how to put my links into copyright.tpl without causing major damage; how do i scrap the help.tpl?

thanks for the guidance from a very very newbie.

balinor 03-02-2010 07:02 AM

Re: changing text of copyright box
 
Yea, everyone always blames me for everything :) That's ok, when you make your first million, I want a 1% finders fee!

Yep, you can add whatever html you want to that template.

To hide help.tpl, comment it out of customer/home.tpl. Have a look at this guide which will help you understand the basics of template editing:

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

cflsystems 03-02-2010 07:02 AM

Re: changing text of copyright box
 
comment out the call to it in home.tpl

{* code here *}

lisamc 03-02-2010 08:08 AM

Re: changing text of copyright box
 
Steve - this is the level of instruction i like but .....

in my customer/home.tpl i cannot find (and i have read every line) help.tpl anywhere. what am i doing wrong?

cflsystems 03-02-2010 08:39 AM

Re: changing text of copyright box
 
It's this line (there is no help.tpl)

{include file="customer/help/menu.tpl"}

lisamc 03-02-2010 09:16 AM

Re: changing text of copyright box
 
I tried that; like so

{*include file="customer/help/menu.tpl"*}

it looked right but i still have my menu. sorry i'm being a bit useless. appreciate your help.:?

cflsystems 03-02-2010 09:31 AM

Re: changing text of copyright box
 
run cleanup.php to clear the cache

www.yourdomain.com/cleanup.php

lisamc 03-02-2010 09:37 AM

Re: changing text of copyright box
 
sorry steve - this is not your problem but its still there.

www.poppymcgeary.co.uk/xcart/

cflsystems 03-02-2010 09:55 AM

Re: changing text of copyright box
 
Didn't realize you are using different skin. This one actually for front page will be in skin1/customer/main/welcome.tpl

gizmo 03-02-2010 11:38 AM

Re: changing text of copyright box
 
I thought in 4.3.1 it was
Skin1/customer/bottom.tpl

And then within bottom.tpl is >

<div class="box">
<div class="subbox">
<div class="left">{include file="main/prnotice.tpl"}</div>
<div class="right">{include file="copyright.tpl"}</div>
</div>
</div>

The highlighted red being the template, either
1.comment it out
2. Put something else within main/prnotice.tpl
3. Remove all together.

lisamc 03-03-2010 04:23 AM

Re: changing text of copyright box
 
Quote:

Originally Posted by cflsystems
Didn't realize you are using different skin. This one actually for front page will be in skin1/customer/main/welcome.tpl


thanks Steve that did the trick. Do i need to specify which skin/template i am using when i ask questions? are the files different for each one?

cflsystems 03-03-2010 05:24 AM

Re: changing text of copyright box
 
Some skins just have something different then others, in general they all have same files, structure can be different

gizmo 03-03-2010 10:01 AM

Re: changing text of copyright box
 
Sorry for stepping in earlier, I thought user was looking for "Powered By"

Misunderstood...

cflsystems 03-03-2010 12:14 PM

Re: changing text of copyright box
 
no problem, everyones opinion counts


All times are GMT -8. The time now is 09:04 AM.

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