Search found 89 matches

by mantik
18 Jan 2019, 09:51
Forum: TYPO3 extension
Topic: How to extend fe_user on order and confirm email
Replies: 19
Views: 7317

Re: How to extend fe_user on order and confirm email

i write this here. There are sever examples. Hello i got an Error here an this step: ... So i add this just for testing (to be sure that the configuration works an catch.): return array( 'manager' => array( 'name'=>'Mantikcustomer1', 'address'=>array( 'name'=>'Mantikcustomer2', ), 'group'=>array( 'n...
by mantik
15 Jan 2019, 12:51
Forum: TYPO3 extension
Topic: How to extend fe_user on order and confirm email
Replies: 19
Views: 7317

Re: How to extend fe_user on order and confirm email

Done. dosent help... :( Cache cleared, typo3temp deleted, extension reinstalled
by mantik
15 Jan 2019, 12:39
Forum: TYPO3 extension
Topic: How to extend fe_user on order and confirm email
Replies: 19
Views: 7317

Re: How to extend fe_user on order and confirm email

Here i add it for you to show you that the configuration dosen't catch. typo3conf/ext/mantik_aimeos/Resources/Private/Extensions/mantik_aimeos/config/mshop.php <?php return [ 'customer' => [ 'manager' => [ 'name'=>'Mantikcustomer', 'standard' =>[ 'insert' => array( 'ansi' => ' INSERT INTO "msho...
by mantik
15 Jan 2019, 12:22
Forum: TYPO3 extension
Topic: How to extend fe_user on order and confirm email
Replies: 19
Views: 7317

Re: How to extend fe_user on order and confirm email

Class dosent exist. But i except an error that the class dosent exist. For example if i do this: <?php return [ 'customer' => [ 'manager' => [ 'lists' =>[ 'name'=>'Mantikcustomer', ] ] ] ]; I got an error that the class not exists. why not on the standard? That means for me that the configuration do...
by mantik
14 Jan 2019, 14:12
Forum: TYPO3 extension
Topic: How to extend fe_user on order and confirm email
Replies: 19
Views: 7317

Re: How to extend fe_user on order and confirm email

The first ist the Exapmle of your documentation. I want extend the customer. But your example dosen't work. typo3conf/ext/mantik_aimeos/Resources/Private/Extensions/mantik_aimeos/config/mshop.php: <?php return [ 'customer' => [ 'manager' => [ 'name'=>'Mantikcustomer', 'standard' =>[ ... ] ] ] ]; Thi...
by mantik
12 Jan 2019, 08:37
Forum: TYPO3 extension
Topic: How to extend fe_user on order and confirm email
Replies: 19
Views: 7317

Re: How to extend fe_user on order and confirm email

Hello i got an Error here an this step: return [ 'product' => [ 'manager' => [ 'name' => 'Myproject', 'standard' => [ 'search' => [ 'ansi' => 'SELECT ... (with new column)', ], ], ], ], ]; So i add this just for testing (to be sure that the configuration works an catch.): return array( 'manager' => ...
by mantik
10 Jan 2019, 17:16
Forum: TYPO3 extension
Topic: How to extend fe_user on order and confirm email
Replies: 19
Views: 7317

Re: How to extend fe_user on order and confirm email

hmmm is there a A- z example how to do that updatesafely?
by mantik
09 Jan 2019, 10:28
Forum: TYPO3 extension
Topic: How to add title field to user on creating order
Replies: 3
Views: 1499

Re: How to add title field to user on creating order

Hello the question was: how we can extend the title field. (sorry my friend ask that not clear). we like to add company, mr, mrs, prof., dr.
by mantik
28 Dec 2018, 15:10
Forum: TYPO3 extension
Topic: Stripe payment.expiry emty input
Replies: 5
Views: 2162

Re: Stripe payment.expiry emty input

Will this be fixed soon?