![]() |
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 ;-) |
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.
|
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...
|
Did you edit the title tag on customer/home.tpl?
|
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} |
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 :) |
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 |
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.