Forums / Developer / Shop
Shoaib Bagdadi
Monday 06 September 2010 4:20:30 am
If one adds a new field to shop module lets says "ShippingCountry" do I also have to edit and add this in kernel/classes/shopaccounthandles/ezusersshopaccounthandler.php in function accountInformation?Is this correct way of doing it ?
Philippe VINCENT-ROYOL
Monday 06 September 2010 1:53:21 pm
Hi Shoaib,
In my opinion this is the easier way to add and edit something. After you have some choice: add an issue on issues.ez.no, or use override eZ mechanism.
About to add and edit "ShippingCountry", maybe someone have already done this and/or could help you :)
Cheers
Certified Developer (4.1): http://auth.ez.no/certification/verify/272607 Certified Developer (4.4): http://auth.ez.no/certification/verify/377321 G+ : http://plus.tl/dspe Twitter : http://twitter.com/dspe
Matthieu Sévère
Tuesday 07 September 2010 12:26:44 am
You should have a look at this discussion : http://share.ez.no/forums/developer/the-purpose-of-shop-account-handlers/(language)/eng-GB
I think the way to go is to add a useraccount handler
-- eZ certified developer: http://ez.no/certification/verify/346216
Sunday 12 September 2010 7:08:52 am
Thanks