Page 3 of 3 FirstFirst 123
Results 21 to 27 of 27
  1. #21
    Join Date
    Jan 2011
    Posts
    124
    Plugin Contributions
    0

    Default Re: Editing a template 101

    Okay ... I was moving along but I obviously made another

    I was attempting to change the footer to just the copyright info, but now the site is blank again.

    PHP Code:
    define('FOOTER_TEXT_BODY'' Copyright © ' 'date('Y') . 'STORE_NAME .'); 
    Did I put something in wrong, or something else I need to remove?

    I have addressed all of the other things I asked about, with all of your help!

    Thanks bunches! Jules

  2. #22
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Editing a template 101

    Copy & past this
    Code:
    define('FOOTER_TEXT_BODY', 'Copyright &copy; ' . date('Y') . STORE_NAME . '</a>');
    Zen-Venom Get Bitten

  3. #23
    Join Date
    Jan 2011
    Posts
    124
    Plugin Contributions
    0

    Default Re: Editing a template 101

    I don't know why it won't paste right ... but the code at the end is 'STORE_NAME .');

  4. #24
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Editing a template 101

    Can not assist with your paste issue but you need the code as posted
    Zen-Venom Get Bitten

  5. #25
    Join Date
    Jan 2011
    Posts
    124
    Plugin Contributions
    0

    Default Re: Editing a template 101

    Quote Originally Posted by kobra View Post
    Copy & past this
    Code:
    define('FOOTER_TEXT_BODY', 'Copyright &copy; ' . date('Y') . STORE_NAME . '</a>');
    Thanks Kobra ... now I see what I had wrong.

    One more question ... is there a place that shows various ways that products can be set up, like a website with the various choices? I want to try and figure this out in my head (planning) before I ever start adding products.

    Thanks and HUGz! Jules

  6. #26
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Editing a template 101

    is there a place that shows various ways that products can be set up, like a website with the various choices?
    If I understand what you are asking??

    You want products with various choices as in color, size, etc

    That is by setting up attributes and applying them to your products

    https://www.zen-cart.com/tutorials/index.php?article=57
    Zen-Venom Get Bitten

  7. #27
    Join Date
    Jan 2011
    Posts
    124
    Plugin Contributions
    0

    Default Re: Editing a template 101

    Quote Originally Posted by kobra View Post
    If I understand what you are asking??

    You want products with various choices as in color, size, etc

    That is by setting up attributes and applying them to your products

    https://www.zen-cart.com/tutorials/index.php?article=57
    Thanks darlin' ... that's the kind of tutorial I was looking for!

    HUGz! Jules

 

 
Page 3 of 3 FirstFirst 123

Similar Threads

  1. Template Editing Question
    By freshteck in forum Customization from the Admin
    Replies: 8
    Last Post: 15 Aug 2012, 02:16 PM
  2. Help, editing template,
    By Shinitenshi in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 18 Sep 2011, 04:48 AM
  3. Basic Template Editing?
    By ojhernandez in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 5 Sep 2010, 03:11 AM
  4. Editing a template
    By fredheads in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 18 Jun 2008, 05:08 AM
  5. Editing a template in DreamWeaver
    By hellman81 in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 7 Sep 2007, 10:24 AM

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