[ Index ]
 

Code source de eZ Publish 3.9.0

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/settings/ -> shopaccount.ini (source)

   1  #?ini charset="iso-8859-1"?
   2  # eZ publish configuration file.
   3  #
   4  # NOTE: It is not recommended to edit this files directly, instead
   5  #       a file in override should be created for setting the
   6  #       values that is required for your site. Either create
   7  #       a file called settings/override/shopaccount.ini.append or
   8  #       settings/override/shopaccount.ini.append.php for more security
   9  #       in non-virtualhost modes (the .php file may already be present
  10  #       and can be used for this purpose).
  11  
  12  [HandlerSettings]
  13  # A list of directories to search for shopaccount handlers
  14  Repositories[]=kernel/classes
  15  # A list of extensions which have shop account handlers
  16  # It's common to create a settings/shopaccount.ini.append file
  17  # in your extension and add the extension name to automatically
  18  # get handlers from the extension when it's turned on.
  19  ExtensionRepositories[]
  20  
  21  # Settings for how user accounts should be handled in the shop/checkout
  22  # default is to use internal user accounts in the system
  23  # simple is for handling account information without user registration
  24  [AccountSettings]
  25  Handler=ezuser
  26  #Handler=ezdefault
  27  # Allows for overriding a handler with another
  28  Alias[]
  29  # Alias[ezdefault]=eztest
  30  
  31  # Settings for how order emails should be handled in the shop/checkout
  32  # default is to send confirmation emails to both customer and admin.
  33  [ConfirmOrderSettings]
  34  Handler=ezdefault
  35  # Allows for overriding a handler with another
  36  Alias[]


Généré le : Sat Feb 24 10:30:04 2007 par Balluche grâce à PHPXref 0.7