Page 4 of 5 FirstFirst ... 2345 LastLast
Results 31 to 40 of 42
  1. #31
    Join Date
    Feb 2012
    Posts
    28
    Plugin Contributions
    0

    Default Re: Display Model Number on Category Page

    agreed. thats what I was saying.. if i tried to do that, id lose everything.. which is why Im going to set up a completely separate environment running ZenCart version that is running here and see if I can get changes working on that environment then try to apply them to this..

  2. #32
    Join Date
    Feb 2012
    Posts
    28
    Plugin Contributions
    0

    Default Re: Display Model Number on Category Page

    Quote Originally Posted by schoolboy View Post
    What you need to do right now is get the entire site's FOLDER STRUCTURE (and their files) FTP'd to your local machine.

    Once there, you can start a more ordered process of correcting issues.

    Don't tamper with LIVE stuff... You need to do your analysis and corrections OFF-LINE...
    I have been working with offline local files this entire time. the link I sent you before was a testing area, not live. Ill make changes locally then upload to testing to see how it works, but i have already backed up everything.

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

    Default Re: Display Model Number on Category Page

    Quote Originally Posted by briandoakes View Post
    I have been working with offline local files this entire time. the link I sent you before was a testing area, not live. Ill make changes locally then upload to testing to see how it works, but i have already backed up everything.
    Why didn't YOU develop the site. Looks like you know the protocol...
    20 years a Zencart User

  4. #34
    Join Date
    Feb 2012
    Posts
    28
    Plugin Contributions
    0

    Default Re: Display Model Number on Category Page

    Quote Originally Posted by schoolboy View Post
    Why didn't YOU develop the site. Looks like you know the protocol...
    HA! Thanks.. because this site was done long before I even got here. Like I said.. my profusion I am a creative guy, but I understand framework and logic of sites and can manipulate code once I know how it works. I couldnt write PHP from scratch, but if I saw how a piece worked, I could figure out how to edit it and duplicate it with changes.

  5. #35
    Join Date
    Feb 2012
    Posts
    28
    Plugin Contributions
    0

    Default Re: Display Model Number on Category Page

    Let me ask one final question...

    As someone relatively new to ZenCart.. if I wanted to start a theme from scratch and built it out on my own, what would be the best way to start?

    I know someone mentioned Template Monster. are they bad to use as a starting point for ZC Templates?

    Id like to get a basic Template and then just stylize and theme the heck out of it, but im not sure where to start nor do i know how to install a new theme.

    if you could point me in the direction of some good starting points, I might just look to redo our site from scratch properly so that it will be easier to manage moving forward.

    thanks again for all the help today!

  6. #36
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,267
    Plugin Contributions
    3

    Default Re: Display Model Number on Category Page

    Don't touch Template Monster... if you think you have problems now, they are nothing compared to those that Template Monster will give you.

    Because the TEMPLATE system in zencart is so flexible, you can try a number of templates without affecting the sites CORE behaviour.

    In YOUR case, this is now not possible, because your developer has tampered with the CORE files...

    ... so whatever "template" you try to introduce now, will NOT WORK AS DESIGNED, because your site will FORCE elements of your (now modified) CORE system into that template's CUSTOM system.

    Your first step will be to "extract" all customised core files, put them where they should be (in a proper over-ride system) and then re-load the original core files to the DEFAULT system.

    You DO NOT WANT to simply "overwrite" those core files now... if you do, you will overwrite your developer's work - and in effect break the entire site.
    20 years a Zencart User

  7. #37
    Join Date
    Feb 2012
    Posts
    28
    Plugin Contributions
    0

    Default Re: Display Model Number on Category Page

    Ok, so in short.. any thoughts on how to extract all of these customized core files and put them where they need to be?

    While responding. I have downloaded ZenCart to my local machine and have a fresh, running version of it running locally. by doing this I was able to turn on and off the Model Number on Product Listings and hopefully will be able to figure out how to get the functionality from there and place it into my live site.

    However, moving forward I want to do this the right way. I want to use this fresh and local copy (and I will even upgrade to 1.50) and want to learn how to add a new theme to it. So aside from Template Monster, could you point me in the direction of where I could get themes to try and install? I just want to learn how the theme / template installation process works so that when Im ready, I will be able to install my own custom theme.

    If you're familiar with Wordpress, that process is super easy, you make your theme, drop it in the themes directory and hit "Apply Theme" so I want to learn ZC's version of this.

  8. #38
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,267
    Plugin Contributions
    3

    Default Re: Display Model Number on Category Page

    Choose any of the templates by picaflor azul in the zencart addons section. Anne's templates are neat and clean, and the vast majority have been upgraded to work with Zc1.5

    We use the all_business template quite a lot...

    There are also a lot of other very good templates. The PURE series by 12leaves (see Google) are also good.
    20 years a Zencart User

  9. #39
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,267
    Plugin Contributions
    3

    Default Re: Display Model Number on Category Page

    Quote Originally Posted by briandoakes View Post
    Ok, so in short.. any thoughts on how to extract all of these customized core files and put them where they need to be?
    A file compare program (WINMERGE) will give you a very quick LISTING of files in DIRECTORY "A" that are different from their comparative files in DIRECTORY "B"

    In your case, your MODIFIED files are all likely to be in the main "includes" folder (not admin/includes)... just the main includes folder.

    So...

    In winmerge,

    in the first location selector option... navigate to the location on your hard drive where you have FTP's your site to, and drill down to that "includes" folder

    in the second location selector option... navigate to the location on your hard drive where you have unzipped the same version of ZC, and drill down to the "includes" folder.

    Then do the comparison...

    This will LIST all files that are UNCHANGED and CHANGED..

    You can reasonably assume that all the CHANGED files are those customised by your developer.

    It is likely that CHANGED files will appear in:
    /includes/languages/
    /includes/modules/
    /includes/templates/

    BUT THERE COULD BE OTHERS IN OTHER DIRECTORIES TOO...

    These now need to be MOVED into a CUSTOM (over-ride) structure, that meets the directory arrangement of such override structure (viz: your "custom" template system.)

    In effect, you will be EXTRACTING all CORE files that were edited, and will be putting them into their appropriate OVER-RIDE folder.

    When you have extracted EVERY SINGLE FILE in this way - and MADE SURE they are in the proper override folder, you have the basis of your custom template.

    Then.... you will be able to RESTORE the CORE system to the way it is meant to be... by overwriting it with the original files... it will be safe to do this now, because the customised files will be in their over-ride folders

    (OVER-RIDE and CUSTOM folders essentially means the same thing).

    You could then LOAD your "new" custom template in the same way that you would load any new template. Your site will be very confused at first as it is "expecting" certain settings. You will need to reset various settings - the first being the LAYOUT BOXES CONTROLLER RESET, and possibly several others in various admin areas.
    20 years a Zencart User

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

    Default Re: Display Model Number on Category Page

    Bear in mind that your developer MIGHT have changed core files elsewhere - possibly even in the ADMIN area of the site... We don't know... so it might be necessary to "WINMERGE INSPECT" Every single folder...
    20 years a Zencart User

 

 
Page 4 of 5 FirstFirst ... 2345 LastLast

Similar Threads

  1. Model Number Display Order
    By criketman in forum Basic Configuration
    Replies: 0
    Last Post: 18 Jun 2009, 04:00 PM
  2. display model number on side box and main page
    By nishajh in forum General Questions
    Replies: 0
    Last Post: 17 Jun 2009, 06:27 AM
  3. Display model number?
    By madk in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 20 Nov 2007, 05:02 PM
  4. Model Number on category product listings page.
    By solidgas in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 31 Aug 2007, 03:40 AM
  5. Display products by Model Number?
    By 4dw in forum Basic Configuration
    Replies: 6
    Last Post: 18 Jul 2007, 05:10 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