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)
-   -   why does the backend use the same footer as frontend? (https://forum.x-cart.com/showthread.php?t=26068)

kaggy 10-24-2006 09:54 AM

why does the backend use the same footer as frontend?
 
I had to modify the bottom template for the front end of my store, but now in my admin area, I have the same stuff on the bottom as well. is there a way around this?

balinor 10-24-2006 10:08 AM

Re: why does the backend use the same footer as frontend?
 
Welcome to X-Cart! Please start by reading the forum rules, and posting your X-Cart version in your signature (click the User CP link at the top of the forum):

http://forum.x-cart.com/viewtopic.php?t=6489

kaggy 10-24-2006 10:20 AM

Re: why does the backend use the same footer as frontend?
 
done... so is there a solution?

balinor 10-24-2006 10:25 AM

Re: why does the backend use the same footer as frontend?
 
Yes, just surround whatever code you don't want to appear on the admin side with an {if} statement like this:

{if $usertype eq "C"}
show this
{/if}

That will only show whatever code you surround on the customer side.

kaggy 10-24-2006 10:37 AM

Re: why does the backend use the same footer as frontend?
 
excellent

just wondering 11-29-2006 08:24 AM

Re: why does the backend use the same footer as frontend?
 
Cheers balinor


All times are GMT -8. The time now is 05:28 PM.

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