Results 1 to 10 of 15

Hybrid View

  1. #1
    Join Date
    Feb 2011
    Location
    Lumberton, TX
    Posts
    629
    Plugin Contributions
    0

    Default Re: Getting Ready to move to 1.5

    That's just it....I am looking for any and all tools that can help me manage my business.

    Even if its just small subsets of plugins we are talking dozens! If any developers are seeing this...would a test store for each mod be out of the question? Maybe not small mods but the larger ones? Or at lease examples of them being used. For me, I am sure I am more interested in Back Office type stuff today..but cross sell type stuff will be coming. Right now all you get is a text description of the mod.

    Understand I am not being critical of anyone's effort...just exploring the options.

  2. #2
    Join Date
    Dec 2010
    Location
    UK
    Posts
    1,771
    Plugin Contributions
    3

    Default Re: Getting Ready to move to 1.5

    Quote Originally Posted by g2ktcf View Post
    I am sure I am more interested in Back Office type stuff today.
    http://www.zen-cart.com/downloads.php?do=cat&id=1
    I'm quite sure you would have already read through this list, but some of the contain links to working examples or even simply screen shots to give you a better idea.
    What is it that you wish to acheive that isnt already in the 'out the box' ZC?

  3. #3
    Join Date
    Apr 2009
    Posts
    2,134
    Plugin Contributions
    3

    Default Re: Getting Ready to move to 1.5

    @g2

    The addons for Zen are all provided by the 'community' . There is, in most cases, not a showcase site that demonstrates them.

    However, I would strongly recommend that if you are in any way serious about your business building a development version of your site. Basically this will be a mirror image of your real site. My favourite way of doing this is to build it in a sub-domain and protect the sub-domain with a password so that no-one else can see it. But a LAMP version of it is a good idea too because it does make certain aspects of testing and possibly reverting to an earlier configuration a lot easier.

    It may sound like a lot of work but it is a heck of a lot less work than messing up your site and loosing business and then having to rebuild from a back-up that you did at some point in the past. You did make a back up, right?

    The more closely you can keep the development site and the real site synchronised the better. That is a bit of a chore sometimes. That way it behaves both as a testing ground and as a backup. As I say, it does sound like a lot of work but isn't that bad and it is just a good professional approach to your business and may save you a ton of heart-ache and grief. The thing is that when you use Zen, and any plugins, you are getting, for free, thousands and thousands of hours of development by skilled developers. Taking the time to build yourself a development site doesn't feel like too much commitment on your side of the bargain. If your not that serious about your business then there is no need ...

    Oh, and the other thing that is worth mentioning is that a whole lot of information can be gathered from the read me files in the mods. I know that for both super orders and edit orders a lot of effort has gone into those. So it is worth reading them.
    Last edited by niccol; 13 Jul 2012 at 07:50 PM.

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

    Default Re: Getting Ready to move to 1.5

    We have a dedicated hosting account for all our trial stuff - on a non-public IP - so it requires adding the IP to your local machine's Host Accounts File in order to access that IP.

    We have 40 to 50 installations of ZC on that server - all being used to test stuff.... templates, add-ons, bits of our own script...

    We NEVER test on live sites.

    We also do what niccol does... host a COPY of the site in a sub-domain (if the client requests it) password protected by a htaccess login. Here, the client can play about as much as they want to withour risking the live site. If they foul up, then we just restore a backup (our hosting service backs up servers every 6 hours and once can selectively restore folders/files).

    Because every ZC site ends up being BESPOKE in its own right, it would be impractical to have a public "testing zone" for addons.

    If you want to test addons, then you need your own test area.
    20 years a Zencart User

  5. #5
    Join Date
    Feb 2011
    Location
    Lumberton, TX
    Posts
    629
    Plugin Contributions
    0

    Default Re: Getting Ready to move to 1.5

    Guys I have a duplicate of my site on my laptop and I use it for development whether that means modules or just testing possible template changes.

    The question was not about TESTING A MODULE. It was about...."how do I know if this module helps my business or not". I was hoping for something like picaflor-azul's site where you can see what her templates look like. Heck, even a pdf file with "here is what this module does and how it works" would be great. Then, after I know it can help me...I can spend the effort to integrate that into both my changes and other Modules that have been added.

    I know how the community works...its just the text description of some of the major add-ons leaves a lot to be desired. From what I have seen I am really on my own which is okay. I just means that I will have to have a specific need to justify the time to explore the add ons by installing them. That is something I was hoping to avoid.

  6. #6
    Join Date
    Apr 2009
    Posts
    2,134
    Plugin Contributions
    3

    Default Re: Getting Ready to move to 1.5

    Well, I am sure that that information could be improved in many ways. Why not pick a module that you like and improve the support documentation yourself? After all, it sounds easy, and that way you would be contributing to the community and making it easier for others.

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

    Default Re: Getting Ready to move to 1.5

    Quote Originally Posted by niccol View Post
    Well, I am sure that that information could be improved in many ways. Why not pick a module that you like and improve the support documentation yourself? After all, it sounds easy, and that way you would be contributing to the community and making it easier for others.
    Agreed. Submissions of updated plugin descriptions and/or plugin documentation files are welcome. You might even ping the contributor to help refine any submissions to ensure the best accuracy before submitting your update (or supplying them with the update to submit themselves).
    .

    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.

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

    Default Re: Getting Ready to move to 1.5

    Quote Originally Posted by g2ktcf View Post
    The question was not about TESTING A MODULE. It was about...."how do I know if this module helps my business or not". I was hoping for something like picaflor-azul's site where you can see what her templates look like. Heck, even a pdf file with "here is what this module does and how it works" would be great. Then, after I know it can help me...I can spend the effort to integrate that into both my changes and other Modules that have been added.
    In general, the principle is to keep addons TO A MINIMUM. As a rule, we don't install add-ons unless there is a compelling business reason to do so. But there are a few we install as standard:-

    Image Handler
    Numinix's FEC (though some clients don't want it)
    Column Grid Products Listing

    ... which are modules that make the visit faster, easier and more efficient.... perhaps the MOST IMPORTANT consideration in an eComm site.

    Quote Originally Posted by g2ktcf View Post
    I know how the community works...its just the text description of some of the major add-ons leaves a lot to be desired. From what I have seen I am really on my own which is okay. I just means that I will have to have a specific need to justify the time to explore the add ons by installing them. That is something I was hoping to avoid.
    For the most part, add-ons are written by "computer geeks" who are unlikely to have a Doctorate in English Grammar (or in whatever their principal language is). I agree that a LOT of the "README" information is as clear as mud in some cases, but this does not diminish the value of the contribution, nor the integrity of the person who has gone to the trouble of making it available to everyone. Many of the plugins are written by people whose first language is not even English...

    Between 2005 and 2006 we had a site where we listed the then popular ZC modules (for version 1.2.7 and early version 1.3.x), and we did indeed provide more lucid explanations of how to install the module(s) and what their benefits were. Unfortunately, with the rise of 1.3, we had to abandon the site because it was taking up too much time to manage and (ironically) it was not getting much support or visits.
    20 years a Zencart User

  9. #9
    Join Date
    Feb 2011
    Location
    Lumberton, TX
    Posts
    629
    Plugin Contributions
    0

    Default Re: Getting Ready to move to 1.5

    Now that is the kind of info I am looking for! I know I need an order editing package of some sort...for splitting shipments as I have some items that are very long lead. However, I am not sure to use Edit Orders or Superorders for this. I will just test both of these and see how they work.

    Thanks!
    Chris

 

 

Similar Threads

  1. Problems with override in "modules" directory (v. 1.5.1; no addons)
    By yukionna in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 5 Dec 2013, 10:42 PM
  2. AddOns - "Product Filter by Attribute and price range"
    By Flower in forum Basic Configuration
    Replies: 13
    Last Post: 28 Jun 2012, 09:13 AM
  3. How to remove "contact us", "My account" , and "view cart"?
    By thestampnomad in forum Basic Configuration
    Replies: 2
    Last Post: 13 Aug 2010, 07:55 PM
  4. How to remove "test" item from bestseller sidebox?
    By wshelley in forum General Questions
    Replies: 2
    Last Post: 4 Jul 2009, 05:46 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