Share » Forums » Developer » Problem with Custom ShopAccountHandler

Problem with Custom ShopAccountHandler

Problem with Custom ShopAccountHandler

Monday 15 December 2008 3:27:30 am - 1 reply

Modified on Monday 15 December 2008 3:32:42 am by florian arbatowski

Author Message

florian arbatowski

Tuesday 16 December 2008 1:10:51 am

I changed the shopaccount.ini.append to

#?ini charset="iso-8859-1"?
# eZ Publish configuration file.
#
# NOTE: It is not recommended to edit this files directly, instead
#       a file in override should be created for setting the
#       values that is required for your site. Either create
#       a file called settings/override/shopaccount.ini.append or
#       settings/override/shopaccount.ini.append.php for more security
#       in non-virtualhost modes (the .php file may already be present
#       and can be used for this purpose).

[HandlerSettings]
# A list of directories to search for shopaccount handlers
#Repositories[]=kernel/classes
# A list of extensions which have shop account handlers
# It's common to create a settings/shopaccount.ini.append file
# in your extension and add the extension name to automatically
# get handlers from the extension when it's turned on.
#ExtensionRepositories[]
ExtensionRepositories[]=ezsimplepayment

# Settings for how user accounts should be handled in the shop/checkout
# default is to use internal user accounts in the system
# simple is for handling account information without user registration
[AccountSettings]
Handler=ezcustom
#Handler=ezuser
#Handler=ezdefault
# Allows for overriding a handler with another
Alias[]
Alias[ezuser]=ezcustom
Alias[ezdefault]=ezcustom

# Settings for how order emails should be handled in the shop/checkout
# default is to send confirmation emails to both customer and admin.
[ConfirmOrderSettings]
Handler=ezdefault
# Allows for overriding a handler with another
Alias[]

 

now it work,

i think i forget to set an alias

You must be logged in to post messages in this topic!

36 542 Users on board!

Forums menu