Results 1 to 2 of 2
  1. #1
    Join Date
    Sep 2005
    Posts
    89
    Plugin Contributions
    0

    Default Please help with my "custom" template question real quick

    So I've read everything about the override template and I'm still confused about this because it's not clear. Some pages say one thing, some say another etc... so..

    A. Do I put my custom folder in "public_html/storename/includes/templates/custom"

    OR

    B. Do I put it in "public_html/storename/includes/languages/english/custom"

    ?????????????

    If option A is correct, then do I need to put an english folder in there somewhere?

    Help is appreciated.
    Thanks!

  2. #2
    Join Date
    Aug 2006
    Location
    Canada
    Posts
    1,029
    Plugin Contributions
    5

    Default Re: Please help with my "custom" template question real quick

    All custom templates will go into includes/templates.

    All other over-rides, like languages, will be placed into the respective folder(where the target file resides) within a subfolder named exactly as the custom template's folder.

    This may cause confusion, but all template related over-rides like files borrowed from the default template... must go into your current custom template folder using the original named subfolders that the target files came from. Think of it as mirroring the directory... as it was in the default template, but all copied to your current template. If that makes any sense.

    Eg. If you wanted to modify your store's browser name... you'd go into includes/languages/english and find the file "meta_tags.php". To properly over-ride changes... first you would make a new subfolder with your template name(folder name format) into the "english" folder. Then, you would make a copy of "meta_tags.php", open it up in a text editor, and make your changes. Finally, you would insert the modified copy of "meta_tags.php" into your newly created folder. Basic rule of thumb, where ever you see a subfolder named "classic"... you'd make your current template named folder there as well.

    The easiest way to begin a custom template is to go into your original desktop fileset and locate the "classic" template folder, copy it to somewhere else, and re-name the folder "classic" to the new template name. From there, adjust the "template_info.php" file so the Zen engine recognizes a new template... find in "template_info.php";
    Code:
    $template_name = 'Classic Contemporary Green';
    Change the template name, in red, to your new one. Don't forget to leave the surrounding quote marks in place, otherwise bad things will happen. When that's all finished upload your new template base folder(into includes/templates) and don't forget to set up the new template and sideboxes in Admin.
    Last edited by Sketchy; 12 Nov 2006 at 11:44 AM.

 

 

Similar Threads

  1. please help me in "flowers_1.0" template
    By wdh in forum Customization from the Admin
    Replies: 0
    Last Post: 26 Nov 2007, 07:08 AM
  2. Wamp5/Zencart localhost help "custom template distorted"
    By oxicottin in forum Installing on a Windows Server
    Replies: 10
    Last Post: 27 Aug 2007, 03:46 AM
  3. Help Real Quick Please!!
    By Spdster in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 18 Aug 2007, 07:56 AM
  4. Please Help! Installed new template "Purpleshades", can't configure to show my logo!
    By debtag in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 15 Sep 2006, 07:55 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