Results 1 to 2 of 2
  1. #1
    Join Date
    May 2007
    Posts
    49
    Plugin Contributions
    0

    Default Changes don't occur in index/header files

    I am trying to change the "congrats you've installed zencart", the logo, and the "powered by zencart" following the descriptions in the FAQ section.

    I've created my custom file in my English folder and have saved the files to this folder. I then moved the folder to the designated spot on filezilla and uploaded...

    What next? I don't see my changes and it's been a few days.

  2. #2
    Join Date
    Aug 2004
    Location
    New York City
    Posts
    7,174
    Plugin Contributions
    0

    Default Re: Changes don't occur in index/header files

    To create a very basic custom template (you can build from there), you need:
    • includes/languages/YOUR_TEMPLATE/english.php
    • includes/languages/english/YOUR_TEMPLATE/index.php
    • includes/languages/english/YOUR_TEMPLATE/header.php (to change the logo)
    • includes/templates/YOUR_TEMPLATE/template_info.php
    • includes/templates/YOUR_TEMPLATE/common/tpl_header.php
    • includes/templates/YOUR_TEMPLATE/common/tpl_footer.php
    • includes/templates/YOUR_TEMPLATE/images/logo.gif
    • includes/templates/YOUR_TEMPLATE/css/stylesheet.css


    Any where you see a /classic/ folder, you can create a folder for your custom template. Copy the files you need from /classic/, /template_default/ or the parent directory.

    Edit includes/templates/YOUR_TEMPLATE/template_info.php to give your template identifying info (you'll understand when you open the file).

    Always use a text editor like Notepad or Crimson Editor to edit php files.

    Once you've built your template, go into your admin under tools->template selection and select it from the pull down menu.

 

 

Similar Threads

  1. changes occur in one language only
    By keneso in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 10 Apr 2010, 05:12 PM
  2. Changes don't apply in the website
    By durrif in forum Basic Configuration
    Replies: 4
    Last Post: 11 Mar 2009, 09:46 PM
  3. stylesheet changes don't show up
    By layoyo in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 10 Oct 2008, 04:36 PM
  4. I don't want to make global changes...
    By Blue! in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 8 Jul 2006, 11:38 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