Search found 110 matches

by tenkraD
25 May 2018, 08:59
Forum: TYPO3 extension
Topic: Changing Template Path...
Replies: 9
Views: 4321

Re: Changing Template Path...

hi, u forgot *items* i believe. "client/html/catalog/lists/items/standard/template-body = catalog/lists/items-body-standard.php" see here https://aimeos.org/docs/Configuration/Core/client/html/catalog/lists/items/standard/template-body and instead of typoscript value plugin.tx_aimeos.setti...
by tenkraD
13 Apr 2018, 08:22
Forum: TYPO3 extension
Topic: Extend Stock (Solved)
Replies: 21
Views: 55296

Re: Extend Stock (Solved)

Hi mohal,

thanks i knew it, the same i allready tried yesterday but i must have made an failure somewhere cause i tried it today again and its working.

Example in post post6012.html#p6012 is updated
by tenkraD
12 Apr 2018, 19:50
Forum: TYPO3 extension
Topic: Extend Stock (Solved)
Replies: 21
Views: 55296

Re: Extend Stock (Solved)

You should (!) only add the configuration and code you overwrite and remove the things that are the same as in the core. Especially in the configuration file (SQL statements that are the same as in the core file) and in the admin client (which should contain only the overwritten method and nothing ...
by tenkraD
12 Apr 2018, 08:47
Forum: Help
Topic: How to add additional fields to a customer
Replies: 66
Views: 34475

Re: How to add additional fields to a customer

C'mon mohal,

No not here "./ext/ai-admin-jqadm/admin/jqadm/src/Admin/JQAdm/Product/Price/Standard.php"

See Extend Stock for a full working example ==> post6012.html#p6012

This should solve your problem. I done the same but with Stock Class instead of Price.
by tenkraD
12 Apr 2018, 08:04
Forum: Help
Topic: How to add additional fields to a customer
Replies: 66
Views: 34475

Re: How to add additional fields to a customer

No not here "./ext/ai-admin-jqadm/admin/jqadm/src/Admin/JQAdm/Product/Price/Standard.php"

See Extend Stock for a full working example ==> post6012.html#p6012

This should solve your problem. I done the same but with Stock Class instead of Price.

bye tenkraD
by tenkraD
11 Apr 2018, 23:27
Forum: Help
Topic: How to add additional fields to a customer
Replies: 66
Views: 34475

Re: How to add additional fields to a customer

Your new value isn't set in the item there: https://github.com/aimeos/ai-admin-jqadm/blob/2017.10/admin/jqadm/src/Admin/JQAdm/Product/Price/Standard.php#L357 -you have to add youre setter from item class there in fromArray "setMinimumAdvertisedPrice($this->getValue( $data, 'price.minimumadvert...
by tenkraD
11 Apr 2018, 23:17
Forum: Help
Topic: How to add additional fields to a customer
Replies: 66
Views: 34475

Re: How to add additional fields to a customer

Your new value isn't set in the item there: https://github.com/aimeos/ai-admin-jqadm/blob/2017.10/admin/jqadm/src/Admin/JQAdm/Product/Price/Standard.php#L357 -you have to add youre setter from item class there in fromArray "setMinimumAdvertisedPrice($this->getValue( $data, 'price.minimumadvert...
by tenkraD
11 Apr 2018, 19:19
Forum: TYPO3 extension
Topic: Extend Stock (Solved)
Replies: 21
Views: 55296

Re: Extend Stock to Save a new Value

Nos3 ure great, that was it! Thanks all helpers, its now working fine. ------------------------------- Working Solution of Extending Stock ----------------------------------------------- Hello Guys, i would like to extend the stock of products with a optional field order time. the order time is a st...
by tenkraD
11 Apr 2018, 10:43
Forum: TYPO3 extension
Topic: Extend Stock (Solved)
Replies: 21
Views: 55296

Re: Extend Stock to Save a new Value

I dont get it, it doesn't work. I forget to post it but i had edited this file but with no result. I created it under Path: /typo3conf/ext/mhaimeos/Resources/Private/Extensions/mhaimeos/admin/jqadm/src/Admin/JQAdm/Product/Stock/Standard.php /** * Creates new and updates existing items using the data...
by tenkraD
11 Apr 2018, 10:28
Forum: Help
Topic: How to add additional fields to a customer
Replies: 66
Views: 34475

Re: How to add additional fields to a customer

Hi moval,

dont forget, if you update the aimeos you have to rebuild your extension with the extensionbuilder that it is working right.
because they have changed the directory structur and some other stuff, i made this mistake too.

bye