Dark-Graphics Posted April 28, 2011 Share Posted April 28, 2011 Hello,I need to know how to add a message in the footer. In particular a disclaimer that shows up above or under the footer links (Either will work)Example of the text:Link#1 | Link#2 | Link#3| Link#5 | link#6Copy-write 2010-2011 "Fusion Art" New Concepts INCDisclaimer: Some logos and graphics on our web site are the trademarks or registered trademarks of their respective companies. They are provided as a convenience only for their lawful use. Any unauthorized use of these items by the purchaser shall be the sole responsibility of the purchaser. By purchasing these logos, you are indicating that you have authority and permission to use the logo or trademark. Fusion Art is not affiliated with these companies. Link to comment Share on other sites More sharing options...
ChrisLNZ Posted April 28, 2011 Share Posted April 28, 2011 You don't say which version you are using, but you can add this to the footer.tpladd a new Div to include your disclaimer (you can also add JS copyright as shown): <!-- Footer --> {$HOOK_FOOTER} © 2010- [removed] now = new Date theYear=now.getYear() if (theYear < 1900) theYear=theYear+1900 [removed](theYear) [removed] “Fusion Art” New Concepts INC Your disclaimer here {/if} </body> Link to comment Share on other sites More sharing options...
ChrisLNZ Posted April 28, 2011 Share Posted April 28, 2011 I see the js has been removed PM me if you want the details Link to comment Share on other sites More sharing options...
Dark-Graphics Posted April 28, 2011 Author Share Posted April 28, 2011 Hello,Presta shop final 1.4 Link to comment Share on other sites More sharing options...
Dark-Graphics Posted May 1, 2011 Author Share Posted May 1, 2011 Here is a Dumb Question, Where is The Footer.tpl File I check most of the directorys on my server all I see is .php files Link to comment Share on other sites More sharing options...
ChrisLNZ Posted May 1, 2011 Share Posted May 1, 2011 I would suggest that if you are going to be making a lot of changes to your installation that you make yourself familiar with the structure of PS Most of the tpl files will be found in your themes folder. Link to comment Share on other sites More sharing options...
Dark-Graphics Posted May 1, 2011 Author Share Posted May 1, 2011 Well is there a simple way To back up everything so if it does back I can revert Link to comment Share on other sites More sharing options...
ChrisLNZ Posted May 1, 2011 Share Posted May 1, 2011 always pays to edit a copy of the original file and upload the edited version.I generally rename the original on the server just before uploading the replacement - e.g. footer_original.tpl and then if things go wrong, delete the newly upload file and rename the original back to 'real' name.. Link to comment Share on other sites More sharing options...
Dark-Graphics Posted May 2, 2011 Author Share Posted May 2, 2011 I saved a copy and did all that. I also edited it just like you showed, I sent you a PM about this. However my site has no change to it. I even added the full disclaimer where your script said place disclaimer here. www.newvinylconcepts.com Keep in mind this store is not yet active for sales as I want it as close to perfect before I use paid marketing or enable checkout. Link to comment Share on other sites More sharing options...
ChrisLNZ Posted May 2, 2011 Share Posted May 2, 2011 did you do a forced recomplie after editing the tpl file? Link to comment Share on other sites More sharing options...
ChrisLNZ Posted May 2, 2011 Share Posted May 2, 2011 looking at the source of your page you also seem to have removed the end body tag and there is no document declarions to i suspect you have edited something out somewhere Link to comment Share on other sites More sharing options...
Dark-Graphics Posted May 2, 2011 Author Share Posted May 2, 2011 Hello,I have attached a .txt to show exactly how the code is written in the footer.tpl. I did it exactly as you showed me. Also I have asked a few times, Where do I go to force a compile. I know you mentioned that before but you never told me how to do it.-Jason test.txt Link to comment Share on other sites More sharing options...
ChrisLNZ Posted May 2, 2011 Share Posted May 2, 2011 seems to me you want someone to do all the work for you Your source code doesn't show any change which suggests:1. you haven't uploaded the change2. you haven't done a recompileWhy don't you use the search function in the forums for the recompile ?If you don't get to know your installation, you will have frustrating problems everytime you want to make a change Link to comment Share on other sites More sharing options...
Dark-Graphics Posted May 2, 2011 Author Share Posted May 2, 2011 FIXED: FOLOW STEPS IN THE FOLLOWING POST!I HAVE ATTACHED IMAGES FOR STEP TWO, THIS IS THE MAIN STEP!JUST MAKE SURE FORCE RECOMPILE IS ACTIVATED AND YOU GENERATE .HTA Link to comment Share on other sites More sharing options...
Dark-Graphics Posted May 2, 2011 Author Share Posted May 2, 2011 SOLVED STEP ONE:TURN ON FORCE RECOMPILE, UNDER PREFERENCESSTEP TWO:MAKE CHANGES TO .TPL STEP THREE:REGENERATE .HTA AND ROBOT .TXTWORKS FINE NOW Link to comment Share on other sites More sharing options...
ChrisLNZ Posted May 2, 2011 Share Posted May 2, 2011 Great Please you got it sorted Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now