Results 1 to 4 of 4

Hybrid View

  1. #1
    Join Date
    Oct 2014
    Location
    United States
    Posts
    10
    Plugin Contributions
    0

    Default How Can I Add a lot More HTML in Footer

    I was able to figure out I can make some changes in the file: includes>languages>english.php

    And add some HTML within these lines....

    Code:
    define('FOOTER_TEXT_BODY', 'Copyright © ' . date('Y') . ' <a href="' . zen_href_link(FILENAME_DEFAULT) . '">' . STORE_NAME . '</a>. Powered by <a href="http://www.zen-cart.com" target="_blank">Zen Cart</a>');
    Although I would like to add in A LOT more HTML. Images, text, links, tables, div formatting, etc. I think adding everything I want to do is too much for changing those two lines of code.

    Is there any other way to go about doing this? Maybe a footer section in ZenCart admin? I cant seem to figure this out and I want to add in a bunch more HTML.

    Thanks for any help!

  2. #2
    Join Date
    Jul 2012
    Posts
    16,816
    Plugin Contributions
    17

    Default Re: How Can I Add a lot More HTML in Footer

    Have you looked into templates and the information that is presented? Try searching the code using the developer's toolkit for FOOTER_TEXT_BODY and you should land yourself in at least one file that is closer to a lot of html and other code.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  3. #3
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: How Can I Add a lot More HTML in Footer

    Quote Originally Posted by cryptoreporter View Post
    I was able to figure out I can make some changes in the file: includes>languages>english.php

    And add some HTML within these lines....

    Code:
    define('FOOTER_TEXT_BODY', 'Copyright © ' . date('Y') . ' <a href="' . zen_href_link(FILENAME_DEFAULT) . '">' . STORE_NAME . '</a>. Powered by <a href="http://www.zen-cart.com" target="_blank">Zen Cart</a>');
    Although I would like to add in A LOT more HTML. Images, text, links, tables, div formatting, etc. I think adding everything I want to do is too much for changing those two lines of code.

    Is there any other way to go about doing this? Maybe a footer section in ZenCart admin? I cant seem to figure this out and I want to add in a bunch more HTML.

    Thanks for any help!
    I would recommend installing the Flexible Footer Menu plugin. It allows for a lot of flexibility in the footer.

    Thanks,

    Anne

  4. #4
    Join Date
    Oct 2014
    Location
    United States
    Posts
    10
    Plugin Contributions
    0

    Default Re: How Can I Add a lot More HTML in Footer

    Thanks for the tip I will look into the plugin!

 

 

Similar Threads

  1. v151 how can i add more filed
    By louisapple in forum General Questions
    Replies: 3
    Last Post: 4 Jul 2014, 05:46 AM
  2. How-to: How can I add more product on main page
    By diytools in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 22 Oct 2008, 09:44 AM
  3. How to add more than just header, footer, and sidebox ez pages areas?
    By johnlutz in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 2 Oct 2008, 10:11 PM
  4. How to add html to header and footer
    By holdika in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 13 Jan 2008, 03:05 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg