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)
-   -   Powered by X-cart.com (https://forum.x-cart.com/showthread.php?t=6334)

pengrus 02-20-2004 08:37 AM

Powered by X-cart.com
 
I would like to know if I can and how I can change the bottom sentence from

Powered by X-Cart: shopping cart software

to:

Powered by X-Cart


Thank you very much!

natalieb 02-20-2004 11:06 AM

Might be handy to post your version

shan 02-20-2004 11:12 AM

edit skin1/main/prnotice.tpl

or turn on webmaster mode
or use the debug console

:wink:

pengrus 02-20-2004 01:36 PM

Thank you so much!! That worked.

funnytshirts 04-19-2004 06:05 PM

Remove powered by x-cart & change the landing page
 
OK, I'm totally new to this and it probably will seem like a really stupid question but how do I remove the "powered by x-cart link" at the bottom. I'm a total newbie and don't even know where or how to find my version. Maybe you'll need to tell me how to do that first.

I also want to change the main page at http://www.mydomain.com/store/. Is that another template that I can edit? In fact, I'd like to just remove that page so that users go right from my home page right to the http://www.mydomain.com/store/index.php page. Is that possible? Of course I could just link to that page but can I remove it completely so that when someone clicks on http://www.mydomain.com/store, they go right to http://www.mydomain.com/store/index.php?

Many thanks!

lyncca 04-19-2004 07:55 PM

First the easy one, to go straight to your store, you can put this in your index.php file (and delete the index.html file)

Code:

header("Location: customer/home.php");

Second, all of your templates are under the skin1 folder. If you go to the Webmaster Mode, start webmaster view and then click the link to open a new window for the customer area in your admin area you can simply scan down the links in the popup window and it will hilite the areas in your template, then you just click on the link and presto, it will pop up the template you want to change.

For this example, your bottom.tpl file to remove the link to the notice all together.

Every piece of your design can be completely manipulated to look how you want it to, it just depends on how adventurous you get :)

funnytshirts 04-20-2004 02:44 PM

I definitely want to keep my index.html but when someone clicks on my "store" link, I want them to go to my index.php file. My site is highly optimized for search engines now and I don't want to change that.

I know you're going to think I'm really stupid but how do I edit my index.php file? Via the admin area? Under files on the right? Under webmaster mode? etc?

For removing the powered by link, my bottom.tpl shows the following. There is no "powered by xcart" to remove.

<table border=0 width=100% cellpadding=0 cellspacing=0 align="center">
<tr><td class=VertMenuBorder>[img]{$ImagesDir}/spacer.gif[/img]
</td></tr>
<tr height=22 valign=center align=right>
<td class=Bottom>
<table border=0 width=100% cellpadding=0 cellspacing=0><tr>
<td class=Bottom>{include file="main/prnotice.tpl"}</td>
<td class=Bottom align=right>{include file="copyright.tpl"}</td>
</tr></table>
</td>
</tr>
</table>



There is a poweredby.tpl that might be the right place but all it shows is the following. What would I change there?

{* $Id: poweredby.tpl,v 1.4.8.1 2003/12/25 13:53:50 svowl Exp $ *}

shan 04-20-2004 03:00 PM

you dont need to edit the .php files, just the tpl files.

as i said the one your looking for is skin1/main/prnotice.tpl

funnytshirts 04-20-2004 05:32 PM

Thanks. That did the trick. You're a genius!


All times are GMT -8. The time now is 11:52 PM.

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