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)
-   -   funky URL address showing up (moved from product management) (https://forum.x-cart.com/showthread.php?t=23325)

dire_lobo 07-16-2006 08:22 PM

funky URL address showing up (moved from product management)
 
If I go to http://www.omnimarksolutions.com/shop/home.php?cat=250, I get the following address showing up in the browser tab:

<FONT class="NavigationPath">OmniMark's UfieGear::UFie Gear
</FONT>

I'm sure I did something WORNG, very very WORNG ... probably simple, but I'm still bumping into things....

thank you for your assistance!

moved this post from Product management - it seems more appropriate here. I could be WORNG again ;-)

balinor 07-17-2006 02:29 AM

Template Editing is actually a good place for this one :) Did you edit the code for the Title tag? Because the title can't accept html, which is what it looks like it is doing.

dire_lobo 07-18-2006 11:57 AM

OK, I give up - I can't FIND what I bork - it shows up
 
on every page but the home page... slightly different (the cat matches the "page") I know it's something simple, but I can't FIND it... please help...

balinor 07-18-2006 11:59 AM

Did you edit the title tag on customer/home.tpl?

dire_lobo 07-18-2006 12:11 PM

uh.. I dunno, I'm looking at it, but
 
don't have anything to compare it with... is there a place where can I find a clean one to compare it to?

This is what I currently have:

<TITLE>

{if $main eq "catalog" and $current_category.category eq ""}
{else}
{include file="location.tpl"}
{/if}

{if $config.SEO.page_title_format eq "A"}
{section name=position loop=$location}
{$location[position].0|escape}
{if not %position.last%} :: {/if}
{/section}
{else}
{section name=position loop=$location step=-1}
{$location[position].0|escape}
{if not %position.last%} :: {/if}
{/section}
{/if}
</TITLE>

and here is the location.tpl:

{* $Id: location.tpl,v 1.13 2004/05/29 14:21:41 svowl Exp $ *}
{if $location}
<FONT class="NavigationPath">
{strip}
{section name=position loop=$location}
{if $location[position].1 ne "" }<A href="{$location[position].1}" class="NavigationPath">{/if}
{$location[position].0}
{if $location[position].1 ne "" }</A>{/if}
{if not %position.last%}::{/if}
{/section}
{/strip}
</FONT>



{/if}

balinor 07-18-2006 12:16 PM

Need to get this out of there:

{if $main eq "catalog" and $current_category.category eq ""}
{else}
{include file="location.tpl"}
{/if}

That should be down in the body. FYI, there is a copy of all of your original templates in the skin_original directory :)

dire_lobo 07-18-2006 12:27 PM

If you were a girl, I would kiss you! (well, as long as
 
my wife didn't find out ;-) You ROCK... if in the future I can be half as helpful as you, I will be proud of my accomplishments...

I have some other questions, should I start new threads?

1) I'm having trouble with shipping - I just want a flat fee based on either the value of order or quantity ordered... Will go with more complex later, but that's all I need for now, and I have some folks with carts loaded and ready, but .... shipping doesn't get added in.

The PayPal thingy isn't putting money into my account (that's a PROBLEM)

and i'd like to change the colors and backgrounds of the the buttons and the "tabs"

You da MAN

balinor 07-18-2006 01:06 PM

Glad I could help. Your other questions are all covered by other posts in the forum (be sure to use AND in your searches), and shipping is covered really well in the manual.


All times are GMT -8. The time now is 02:38 PM.

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