View RSS Feed

Best Practices

  1. Is your ZC plugin ready for PHP 7?

    by , 8 Feb 2017 at 12:06 AM (Behind The Code, with DrByte)
    NOTE: This post has been relocated to: https://docs.zen-cart.com/dev/code/p..._deprecations/


    This the 3rd in a series about readying your plugins for PHP 5.3, and for PHP 5.4, 5.5 and 5.6.

    NOTE: This post assumes some pretty solid PHP knowledge, because all the changes listed will require adapting your code to find a new way to do whatever it was doing before.

    NOTE: This is not the complete official list of changes. I've edited this list down ...
    Categories
    Code Tips , Best Practices
  2. Creating an Observer Class: send a specialized additional email during Create Account

    by , 7 Sep 2012 at 04:42 AM (Behind The Code, with DrByte)
    Note: This post has been relocated to: https://docs.zen-cart.com/dev/code/o...ation-example/
    Categories
    Code Tips , Best Practices
  3. How do I rebuild my site on the new version, instead of upgrading?

    by , 4 Sep 2012 at 12:12 AM (Behind The Code, with DrByte)
    NOTE: UPDATED INFORMATION ABOUT UPGRADING CAN BE FOUND HERE:
    https://docs.zen-cart.com/user/upgrading/



    TL;DR / Executive Summary:

    Are you looking for a quick way to understand best practices when upgrading your Zen Cart site? The easiest way to view it is as "a rebuild while keeping all the existing data."

    This article contains 3 sections:
    1. What an upgrade is, and what it is not.
    2. An overview of how to rebuild a site using
    ...
    Categories
    Best Practices , Upgrading
disjunctive-egg