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)
-   -   Get rid of the :: in the page titles? (https://forum.x-cart.com/showthread.php?t=38693)

JFitness 03-29-2008 04:59 PM

Get rid of the :: in the page titles?
 
Hello. Is it possible to remove the :: in the page titles? I'd like to keep the titles consistent with the rest of my site and use a " | " instead. I went into the administration and it only has 2 options for page titles formating.

Also, I've installed XC SEO for SEO purposes; however, is it possible to completely strip the files of the .html extentions and just end the file with a " / "

i.e. page-title.html = page-title/

Thanks in advance. Great forum.

balinor 03-29-2008 05:25 PM

Re: Get rid of the :: in the page titles?
 
Welcome to the X-Cart forums! Please start by reading the following thread, which will help you get started and hopefully make your experience here a positive one:

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

Please note that this link is not an answer to your question, but we need you to update your signature with your X-Cart version so that we can answer your question correctly. Thanks! :)

JFitness 03-29-2008 06:32 PM

Re: Get rid of the :: in the page titles?
 
My apologies, I've added the version of our XCart to the signature.

I've also tried searching on here and on Google, and have had no luck.

Thank you.

MrSoft 03-29-2008 10:18 PM

Re: Get rid of the :: in the page titles?
 
This shows how to change ::

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

Holub 03-30-2008 01:33 AM

Re: Get rid of the :: in the page titles?
 
See /skin1/customer/home.tpl
There is the next code:
Code:

{section name=position loop=$location}
{if not %position.first%} :: {/if}
-------------------------here--^^
{$location[position].0|strip_tags|escape}
{/section}
{else}
{section name=position loop=$location step=-1}
{if not %position.first%} :: {/if}
-------------------------here--^^
{$location[position].0|strip_tags|escape}
{/section}


replace all pairs "::" to " " or any symbols you want.

JFitness 03-31-2008 01:36 PM

Re: Get rid of the :: in the page titles?
 
Thanks to both of you, problem solved!


All times are GMT -8. The time now is 01:34 AM.

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