Page 1 of 2 12 LastLast
Results 1 to 10 of 11
  1. #1
    Join Date
    Jan 2013
    Posts
    9
    Plugin Contributions
    0

    Default How do I change my store front

    I bought the book, have spent HOURS with it, is NOT NOT NOT helping!!!! I can't get ANYTHING done!!! How do I get anything changed?

  2. #2
    Join Date
    Jan 2004
    Posts
    66,443
    Plugin Contributions
    279

    Default Re: Things every New Zenner needs to know

    Quote Originally Posted by Roadrunner View Post
    I bought the book, have spent HOURS with it, is NOT NOT NOT helping!!!! I can't get ANYTHING done!!! How do I get anything changed?
    While I confess I've not studied your post for hours, I am confident that I could study it for many hours and still have no idea whatsoever about what you mean by "how do I get anything changed".

    Perhaps you could start over by posting questions about what specifically you want to change?
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  3. #3
    Join Date
    Jan 2013
    Posts
    9
    Plugin Contributions
    0

    Default Re: Things every New Zenner needs to know

    I'm sorry. I am SO frustrated. For starters, I'm not able to change the store front.

    I've tried downloading the index.php file and changing wording. When I find the words I want to change, I do the switch, upload the file, and everything is still the same.

    So I guess specifically my first question is how do I change the wording, i.e., where do I go to start, then how can I change the background color and add images?

    And THANK YOU! Having a person on the other end is a HUGE boost.

  4. #4
    Join Date
    Jan 2004
    Posts
    66,443
    Plugin Contributions
    279

    Default Re: Things every New Zenner needs to know

    I understand. Sometimes the learning curve about how some things are done in .php files and uploaded by FTP, instead of just changing via your browser ... and other things, can be daunting.

    I'm gonna move this discussion to its own thread for simplicity of keeping your thoughts and questions together.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  5. #5
    Join Date
    Jan 2004
    Posts
    66,443
    Plugin Contributions
    279

    Default Re: Things every New Zenner needs to know

    Quote Originally Posted by Roadrunner View Post
    I've tried downloading the index.php file and changing wording. When I find the words I want to change, I do the switch, upload the file, and everything is still the same.
    Which file did you download (from which directory)? And which directory did you upload it to?

    Quote Originally Posted by Roadrunner View Post
    then how can I change the background color and add images?
    It's a similar process, once you determine which template you're using and therefore which file to download and alter and re-upload.
    The stylesheet controls colors. So, if you're using the built-in "classic" template, then your site is using the /includes/templates/classic/css/stylesheet.css file for that.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  6. #6
    Join Date
    Jan 2013
    Posts
    9
    Plugin Contributions
    0

    Default Re: Things every New Zenner needs to know

    I followed the directory tree pretty closely (I've run into that problem with other sites). Now that I have some help (thank you so very much), I'll try that again.

  7. #7
    Join Date
    Jan 2013
    Posts
    9
    Plugin Contributions
    0

    Default Re: Things every New Zenner needs to know

    Okay, which file do I want to change the main page. I'm shooting in the dark again.

  8. #8
    Join Date
    Jan 2013
    Posts
    9
    Plugin Contributions
    0

    Default Re: Things every New Zenner needs to know

    I read another tutorial. It says to change the index.php to a custom folder. Haven't found that yet. I changed my text and uploaded. It doesn't change the site.

  9. #9
    Join Date
    Jan 2004
    Posts
    66,443
    Plugin Contributions
    279

    Default Re: Things every New Zenner needs to know

    If you haven't yet created your own complete custom template, then if you're putting files into some custom folder, then they'll have no effect on your live site.

    Until you create your own custom template and activate that template from your admin side, I suggest you simply make your alterations to the 'classic' folder, instead of some "custom" folder.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  10. #10
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,266
    Plugin Contributions
    3

    Default Re: Things every New Zenner needs to know

    Quote Originally Posted by Roadrunner View Post
    I read another tutorial. It says to change the index.php to a custom folder. Haven't found that yet. I changed my text and uploaded. It doesn't change the site.
    I would guess that you have some experience in working with HTML sites - where you call up a page (xxxxxxx.html) in your WYSIWYG html editor, make alterations, and then send xxxxxxx.html back to the server...

    HTML pages are known as STATIC pages. They inherently contain all they need to display in a browser.

    Zencart (like all "CMS" platforms) does not work on the basis of STATIC HTML.

    In fact, there are NO STATIC HTML PAGES IN ZENCART - so in one sense, there is no "html" for you to edit.

    Zencart is therefore not STATIC, but DYNAMIC.... The code CREATES PAGES according to what the visitor needs to see. It does this through the PHP code.

    PHP "assembles" pages on-the-fly - gathering up all the components and piecing them together, and then structuring a html framework in which to "render" the requested information - which is then sent down the internet to the visitor's screen.

    That "page" is compiled in milli-seconds - and is compiled ONLY FOR THE USER REQUESTING IT.

    When that user clicks another link, or an "action button" (such as Add-To-Cart), the "page" they are on EVAPORATES FOREVER. POOF... !!! it VANISHES into the ether.

    Then, the PHP starts to build up ANOTHER unique "page" for that visitor - gathering up all the necessary "bits" and again putting it into a html framework, which it then sends back to the visitor's screen.

    SO... if you can't "edit html" then WHAT can you edit?

    You can edit CONTENT (which includes DATA, DEFINE CONSTANTS, CSS, JCRIPT and IMAGES).

    DATA lives in the DATABASE - and in 99% of cases where you need to edit DATA, you will do this via your zencart admin console.

    DEFINE CONSTANTS (with their associated VARIABLES) are MOSTLY contained in LANGUAGE PHP FILES. (you will have seen a folder called "languages" in the main "includes" folder. In there are a large number of PHP files that contain DEFINE CONSTANTS and their VARIABLES. The bit you edit is the VARIABLE.

    For example, a DEFINE STATEMENT looks like this:

    PHP Code:
      define('TEXT_NO_FEATURED_PRODUCTS''More featured products will be added soon. Please check back later.'); 
    The UPPER_CASE_CONSTANT is never edited...
    define('TEXT_NO_FEATURED_PRODUCTS',

    The VARIABLE can be edited - and that's the second bit of that line of code:
    'More featured products will be added soon. Please check back later.');

    But you DO NOT remove or change the bits in RED (above) Just the "variable text":
    'We occasionally have featured products. Right now, there are no featured products.');


    STYLE is largely controlled by the CSS - and there are good tutorials at w3schools.com

    IMAGES can live in various places.
    PRODUCT images live in the MAIN IMAGES FOLDER.
    DESIGN IMAGES relate to the template being used, and are inside an images folder located in the template's folder.
    20 years a Zencart User

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. How to hide warnings from store front?
    By tifischer in forum Basic Configuration
    Replies: 30
    Last Post: 26 Apr 2013, 09:51 PM
  2. How do I make my store front be my index page?
    By gecko77799 in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 30 Nov 2008, 06:52 PM
  3. How do I Change front page of Store?
    By volleybiggs in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 23 Sep 2008, 10:39 AM
  4. How do I make my store front look nice?
    By Hexe in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 13 May 2008, 09:59 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