Welcome to myAmeriCommerce Sign in | Join | Help

Release History

This lists each change to the AmeriCommerce product. Major changes and new features are listed by major version numbers and typically have more information. Hotfixes and minor changes are listed by month/date. You can tell which version you are on at the bottom of your admin console and compare the last numbers to the dates in these postings to determine if you have the fix or feature. For example 5.0.29.10181 will have all fixes from version 29 before 10/18 (Oct-18) of the current year in the 29 release of AmeriCommerce. This is a subscribable list of features and changes to the AmeriCommerce multiple storefront shopping cart system.

ALPHA: 5.0.8.0

  • FEATURE: IF/ELSE Conditional Merges extended and new ones added
    • Used By Site Only  (Session Based)
      • ## IF [LoggedIn]## content ## ELSE## content ## ENDIF##
      • ## IF [VisitinCustomerType=XYZ]## content ## ELSE## content ## ENDIF##
      • ## IF [VisitingCustomerIsNew]## content ## ELSE## content ## ENDIF##
      • ## IF [VisitingCustomerAdCode=XYZ]## content ## ELSE## content ## ENDIF##
      • ## IF [VisitingCustomerAffiliateCode]## content ## ELSE## content ## ENDIF##
      • ## IF [VisitingCustomerIsAffiliate=XYZ]## content ## ELSE## content ## ENDIF##
      • ## IF [OrderIsGift]## content ## ELSE## content ## ENDIF##
    • Only Used By Email System Right Now  (Customer Based)
      • ## IF [CustomerAdCode=XYZ]## content ## ELSE## content ## ENDIF##
      • ## IF [CustomerAffiliateCode=XYZ]## content ## ELSE## content ## ENDIF##
      • ## IF [CustomerIsAffiliate]## content ## ELSE## content ## ENDIF##
      • ## IF [CustomerType=XYZ]## content ## ELSE## content ## ENDIF##
      • ## IF [CustomerIsNew]## content ## ELSE## content ## ENDIF##
      • ## IF [CustomerHasNoAccount]## content ## ELSE## content ## ENDIF##
      • ## IF [CustomerStoreID=123]## content ## ELSE## content ## ENDIF##
    • Used by Both:  (StoreBased)
      • ## IF [StoreID=123]## content ## ELSE## content ## ENDIF##
      • ## IF [StoreID!=123]## content ## ELSE## content ## ENDIF##
      • ## IF [IsMicroStore]## content ## ELSE## content ## ENDIF##
      • ## IF [IsNotAMicroStore]## content ## ELSE## content ## ENDIF##
Published Monday, February 04, 2008 5:16 PM by esturrock

Comments

No Comments
Anonymous comments are disabled