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)
-   -   Can't view edited templates (https://forum.x-cart.com/showthread.php?t=6207)

albertr 01-29-2004 08:59 AM

OK folks,

Here's the website: http://www.kellac.com/

The file that should be modified is the news.tpl or the subscribe module. I've removed the labels.

Let me know what you see.

Lyncca, if you want admin access to the site, please IM me @ prgrssvtrance.

Thanks for all your help and the time you've invested in my issue.

:-)

lyncca 01-29-2004 10:07 AM

Here is what I see:

www.biz-plates.com/clients/kel-lac.jpg

I assume by labels you mean the text to signup for the newsletter? If thats correct then I don't see it.

albertr 01-29-2004 10:47 AM

That's what I see also, and it's incorrect.

I've modified the news.tpl to have the following:

{* $Id: news.tpl,v 1.13 2003/02/25 08:58:45 olga Exp $ *}
{capture name=menu}
<FONT class=VertMenuItems>
<span style="font-size: 9px">
{include file="today_news.tpl"}
</span>

[img]{$ImagesDir}/spacer.gif[/img]

{$lng.txt_subscribe_monthly}

<center>
<form name="ccoptin" action="http://ccprod.roving.com/roving/d.jsp" target="_blank" method="post">
<table bgcolor="lightyellow" border="1" bordercolor="black" cellpadding="3" cellspacing="0">
<tr><td align="center"><font size=2 face="Verdana,Arial,Helvetica">Join the KEL-LAC Uniforms, Inc. mailing list </font></td></tr>
<tr><td align="center"><font size=2 face="Verdana,Arial,Helvetica">Email:
<input type=text name="ea" size=25>
<input type=hidden name="m" value="1011205012182">
<input type=hidden name="p" value="oi">
<input type=submit name="go" value="Go">
</font></td></tr>
</table></form></center>

</FONT>
{/capture}
{ include file="menu.tpl" dingbats="dingbats_news.gif" menu_title=$lng.lbl_news menu_content=$smarty.capture.menu }

The above is a custom subscription form. That's all I want to show there and now I can't even upload images via the admin.

Thanks.

leon 01-29-2004 04:15 PM

Now I gotcha, just as I suspected (see my previous post).

You are trying to update in another directory. You are actually updating your file in /skin1 directory, which is correct, but for some reason your config.php file is relating your site to the /skin1_original.

See the difference in what you want:
http://www.kellac.com/skin1/news.tpl

And what you see:
http://www.kellac.com/skin1_original/news.tpl


All times are GMT -8. The time now is 07:41 AM.

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