Results 1 to 7 of 7
  1. #1
    Join Date
    Feb 2011
    Location
    Lumberton, TX
    Posts
    524
    Plugin Contributions
    0

    Default Recommended Plugins for v157?

    Hi Guys,

    Its been a while since I have been around. I am finally working on migrating my wife's site from Big Cartel to ZC. I have gotten the flour template loaded and working and I am in the process of tweaking all the text, logos and such.

    First off, what version of PHP do you reccomend for v157? Now using PHP 7.4.11.

    Secondly, since the responsive format is being used, what plugins do you consider as must haves? In the past I have used Edit Orders, USPS, Colorbox/Lightbox, Easy Checkout, and a few others. The problem is, I do not know if any of these are compatiable with the newer responsive system.

    Thanks in Advance!
    Chris

  2. #2
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Recommended Plugins for v157

    Quote Originally Posted by g2ktcf View Post
    First off, what version of PHP do you reccomend for v157? Now using PHP 7.4.11.
    Always use the latest PHP version that is compatible with your Zen Cart version and any plugins you have installed. See Zen Cart Server Requirements

    Quote Originally Posted by g2ktcf View Post
    Secondly, since the responsive format is being used, what plugins do you consider as must haves?
    Short answer: Only use plugins that are relevant to your business.
    Particularly only those are needed by the kind of customers your business attracts.
    Don't add bells and whistles for a different generation of customers or a different "kind" of customer than what your store is focused on selling to.
    .

    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
    Aug 2007
    Location
    Gijón, Asturias, Spain
    Posts
    2,586
    Plugin Contributions
    30

    Default Re: Recommended Plugins for v157

    In my opinion Image Handler is fundamental from day one to reduce your workload.
    Don't add anything else unless you need to resolve a specific problem like stock control of attributes.
    The more you modify, the more work you will have on the next upgrade...so don't fix what isn't broken.
    Steve
    github.com/torvista: Spanish Language Pack, Google reCaptcha, Structured Data, Multiple Copy-Move-Delete, Image Checker, BackupMySQL Admin/Auto...

  4. #4
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,137
    Plugin Contributions
    11

    Default Re: Recommended Plugins for v157

    The Texas answer. Some folks in Houston have 4WD Ram 2500s to drive to Starbucks and back. Some have a Prius and borrow their mother-in-law's Ram when they need it. Same way with the cart. You have to decide what bells and whistles you need and your like-to-haves.

    We turn on the Display Logs first (in the Modules >> Plugin Manager), add Mod List, and Clone a Template as a basic operational setup. We clone the responsive_classic into something named more to our liking and have the original as a fall-back when testing.

    Next either PayPal or Square for taking money. We add One Page Checkout for the customer's convenience.

    From here, you can add products, descriptions, images (Image Handler as Torvista mentioned), add USPS since you're in Houston, and you have all you need to sell product.

    If your hosting allows it, keep a /_test folder going at all times. Normally your site would be in something like /home/YOUR_ACCOUNT/public_html. Crating /home/YOUR_ACCOUNT/_test with a clone of your site and a different database allows for testing those wannabe mods before taking them to the public_html main site. You can make it a subdomain of test.YOURSITE.COM for ease of access. It also allows you to test different PHP versions. Can't do that if the _test is in the public_html folder. Being "Above the Root" and starting with an underscore eliminates the possibility of being accused of duplicate product.

    After that, it's prioritized by your particular business' needs. Do you need to do regular changes to prices? Are there just a few products to change or a few hundred?

    Do you have a lot of orders that are incorrect in some way? Maybe you would want something like Edit Orders. But, that's a complicated mod to maintain through upgrade and as Torvista said
    The more you modify, the more work you will have on the next upgrade...so don't fix what isn't broken.
    One of the extras we do add for the customer's benefit is Instant Search. It helps the customer get where they want to go quicker.

    And, as far as your browser, make sure you bookmark the forum. We're here to help.

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

    Default Re: Recommended Plugins for v157

    Thank Guys,

    Dr Byte, I was able to get PHP 7.4.11 up and running a few minutes after I posted this. Frankly, I was not aware that 7.4 was the latest version available . I would not have even asked the question if that had been the case as I noted 7.4 in the instructions. Please accept my sincerest apologies!

    Torvista, IH was the one I figured as I have installed it on every site I have ever made. My concerns over it was how it reacts in a responsive environment which I am totally new to. I have gotten it installed and am going through my tests now. So far so good.

    dbltoe, yes USPS is a given but I have not installed that one just yet. It is typically an easy install and I do not remember any major headaches with it. I will look into Mod List and Clone a Template as these are two I am not familiar with. I have used FEC previously and it was a bear to install. I already love One Page Checkout and I have not even tried it on a live site yet! Edit Orders is one I have used but I do not remember how much effort it takes to do the modifications. I typically only allow ONE major modification that requires me to go into core files and add/remove/modify lines of code. That is the upgrade nightmare that I do not need. As far as Instant Search, this particular business case should not require that modification. In fact, I have to disable both Manufacturers and Brands for this one. This new site is for my wife's jewelry business and everything she makes is custom artwork. But I may toss it in to see how it works anyway in the test environment.

    I am open to any other suggestions btw. For this site, pictures are literally worth everything. High Res, rotating 360 views and such are some things that need to be considered. I will be doing videos as well and any input on how to host/link to those would be useful.

    Best Regards
    Chris

  6. #6
    Join Date
    Nov 2005
    Location
    los angeles
    Posts
    2,684
    Plugin Contributions
    9

    Default Re: Recommended Plugins for v157

    Quote Originally Posted by g2ktcf View Post
    Thank Guys,

    Dr Byte, I was able to get PHP 7.4.11 up and running a few minutes after I posted this. Frankly, I was not aware that 7.4 was the latest version available . I would not have even asked the question if that had been the case as I noted 7.4 in the instructions. Please accept my sincerest apologies!

    Torvista, IH was the one I figured as I have installed it on every site I have ever made. My concerns over it was how it reacts in a responsive environment which I am totally new to. I have gotten it installed and am going through my tests now. So far so good.

    dbltoe, yes USPS is a given but I have not installed that one just yet. It is typically an easy install and I do not remember any major headaches with it. I will look into Mod List and Clone a Template as these are two I am not familiar with. I have used FEC previously and it was a bear to install. I already love One Page Checkout and I have not even tried it on a live site yet! Edit Orders is one I have used but I do not remember how much effort it takes to do the modifications. I typically only allow ONE major modification that requires me to go into core files and add/remove/modify lines of code. That is the upgrade nightmare that I do not need. As far as Instant Search, this particular business case should not require that modification. In fact, I have to disable both Manufacturers and Brands for this one. This new site is for my wife's jewelry business and everything she makes is custom artwork. But I may toss it in to see how it works anyway in the test environment.

    I am open to any other suggestions btw. For this site, pictures are literally worth everything. High Res, rotating 360 views and such are some things that need to be considered. I will be doing videos as well and any input on how to host/link to those would be useful.

    Best Regards
    Chris
    • agree on IH
    • agree w drByte. only install what you need.
    • i use FEC on a couple of clients sites and i agree! it can be a bear to install. but it is also hard to get clients to switch to OPC. I have too much invested in FEC (perhaps i will look more); but if you decide to stay with FEC, there is some help available...
    • templates and plugins are 2 completely different things, IMO. some templates will install additional plugins; and to me, choosing a template (or choosing to build your own) is a bigger decision than various plugins...
    • without a lot of mods, and with you being a store owner, i would find mod list of little value. if your site is working the way you want it, and is not throwing lots of debug errors, i'm not sure its helpful. i use it sporadically, and specifically when updating an existing ZC site. at that time, it can definitely be of help.

    best.
    author of square Webpay.
    mxWorks has premium plugins. donations: venmo or paypal accepted.
    premium consistent excellent support. available for hire.

  7. #7
    Join Date
    Feb 2011
    Location
    Lumberton, TX
    Posts
    524
    Plugin Contributions
    0

    Default Re: Recommended Plugins for v157

    I took a look a Mods list. To be honest, I have in the past just looked in the configuration table in the database. I am more comfortable working there than in PHP to be honest.

    I have IH and OPC done now. I am considering Edit Orders as it appears to be a simple install but will talk to my wife about how her orders come in and if editing them is ever an issue.

    Best Regards
    Chris

 

 

Similar Threads

  1. v154 Recommended Payment services for Australia?
    By royaldave in forum Addon Payment Modules
    Replies: 1
    Last Post: 21 Mar 2016, 08:40 PM
  2. v150 Looking for help Merging Files for Plugins
    By CnTGifts in forum General Questions
    Replies: 3
    Last Post: 27 Aug 2012, 06:39 AM
  3. Recommended settings for zones
    By jds580s in forum Built-in Shipping and Payment Modules
    Replies: 0
    Last Post: 24 Jan 2008, 04:04 PM
  4. recommended documentation for client/layperson
    By BreezeBoogie in forum General Questions
    Replies: 1
    Last Post: 17 Jul 2007, 08:27 AM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR