Wednesday 30 August 2006 7:12:47 am
How did you eventually do this? What is the structure of a shophandler extension? I have tried something like:
extensions\myshophandler
--> shopaccounthandlers
--> shopaccounthandlers\myshophandlershopaccounthandler.php
--> shopaccounthandlers\userregister.php
--> settings
--> shopaccount.ini.append.php
--> site.ini.append.php
--> design
--> standard\templates\shop\userregister.tpl
Where shopaccount.ini.append.php contains:
#?ini charset="iso-8859-1"?
[HandlerSettings]
Repositories[]=kernel/classes
ExtensionRepositories[]=myshophandler
[AccountSettings]
Handler=ezuser
Alias[]
Alias[ezuser]=myshophandler
I got the shophandler to run, but I cant seem to connect to my userregister.php. Do I have to make a module folder for this? I would really appretiate help, so I could avoid making changes in the kernel.
www.vzt.no
|