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)
-   -   How do i delete the shop name from the home page (https://forum.x-cart.com/showthread.php?t=10229)

a1deano 11-06-2004 01:22 PM

How do i delete the shop name from the home page
 
Hi can any just tell me how to remove the shop name from the home page
i know i could just go to General settings and then company options
but this then deletes the name from the welcome message and also on the invoice, so i was wondering if i could just remove from the home page without effecting the rest, many thanks

cotc2001 11-06-2004 04:45 PM

Helps if you put your version number in your sig.

this is from home.tpl for 4.0.5 this is where you need to look

Code:

<TITLE>

{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>


a1deano 11-07-2004 03:11 AM

Hi cotc2001, many thanks for your help and reply, i appologise for not putting version number, i shall go and amend that now and include in my signiture, i deleted {include file="location.tpl"} from the home.tpl
was looking in the

<TITLE>

{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>

but everything i tried came back with smarty error, but i finally done it
appreciate your time, thanks again regards Dean


All times are GMT -8. The time now is 02:11 AM.

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