I’m not sure if this is hooked up properly, since I just stumbled into it, but Magento Admin > System > Configuration > Design > Footer might be one place.
The only place I’ve tested successfully is within the theme (default, in this case): App/design/frontend/default/default/template/page/html/footer.phtml. If you have the cache turned on in the admin, you’ll want to refresh that to see any changes to the theme.
I tried the admin route and it didn’t work. I also tried the app file. This is the thread. I’m new at this but I would appreciate help here. What and how do I make the changes? I tried something but nothing worked. I even enabled and cleared my cache with no luck. Thanks.
It’s that last bit, where you’ve added the “hello” text. That should work, are you positive you refreshed, or disabled, the cache via the store administration?
Oh ok I just realized I didn’t disable it. Just for the record, when I launch my site, what do I do with the cache management? Do I keep it disabled, enable it, or select “No Change”?
For some reason footer.phtml and the Admin>Config route are not working for me. I can’t get this footer copyright to change.
Last time i messed around with the admin cache settings i came up with some nasty php errors. Right now it is enabled (i think, the interface here is questionable)...and after refreshing my browser 20 times and purging the cache, it’s still there!
IF I understand what you are looking for, and thats a big IF, it is in app\code\core\Mage\Page\etc\config.xml
if you change it, you also need to delete /var/cache If thats not it, well have a nice day anyway.
yes the entire folder /var/cache anytime you mess with the xml files or anytime at all really, if you have some odd prboelms, you can feel free to delete this folder. It rebuilds itself immediately on first access. not var mind yoo LOL just /var/cache Don’t even bother with opening it and deleting all thats in it, just delete the folder entirely
This way the copyright in the footer will actually use what you enter in the admin area! Note that you can’t have the year automatically kept up to date this way but I feel this is a better solution - particularly if you’re going to rolling out more than one store, as you only have to make this change once.
Thank you both for your feedback, however I am still not getting any results. After changing the config.xml file, deleting the /cache folder, adding new code to footer.phtml and changing Admin > System > Config > Design > Footer...knowing that “default” is the store settings I’m using for the entire store since i only have one store. Am i in the right place for changing ‘footer’ in conjunction with the footer.phtml script?
Yes I must apologize, I led you down a rosy path there. I didn’t really read closely enough what you are trying to do. That file I pointed out has nothing to do with the footer. LOL My apologies. AT one point during one of the betas, i had my own copyright down there in the footer area, is that what you want to do? Instead of Copyright Varien? I am not sure we are allowed to do that, if somebody wants to chime in and clarify that, it would be good. Otherwise I will try to rmemebr how/where I did it. I may have edited the databasse itself. But right now it staill says varien on my 1.0 as I think thats part of our TOS, but not really sure. Sorry for the misinformation, in too much of a hurry I guess.
That’s okay, any input is helpful as i am somewhat in the dark here.
I am indeed referring to the Varien copyright at the bottom (frontend, see attached). I understand it is an open source commerce and they probably don’t want it completely rebranded...as when i buy a template from joomlashack, i pay an extra $70 to have it unbranded.
My only question is what the Admin > Config > Footer area is there for? What footer text is this changing?
Well, apparently it was my cache on MY computer. I ran Onyx which clears all system and browser caches and restarted and saw that the footer had a php error. I changed the script back to the normal and replaced Varien’s copyright with mine and now its shows.
I guess the question now is if I’m allowed to change the footer copyright. I don’t mind promoting magento but i’d rather put a graphic callout rather than the copyright.
can someone from Varien please let me know what is ethical…
@ Anna and Chris, thanks again for your time and input.