Search found 102 matches
- 11 Jan 2019, 10:59
- Forum: TYPO3 and Flow/NeosCMS
- Topic: How can i register JsonAdm Class from my extension?
- Replies: 2
- Views: 175
Re: How can i register JsonAdm Class from my extension?
Thank you admin, it works with name => myclass.
I dont know why it wasnt working before i just reuploaded the file again to webserver.
Maybe on uploading to webserver something went wrong.
Thanks
I dont know why it wasnt working before i just reuploaded the file again to webserver.
Maybe on uploading to webserver something went wrong.
Thanks
- 11 Jan 2019, 09:54
- Forum: TYPO3 and Flow/NeosCMS
- Topic: How can i register JsonAdm Class from my extension?
- Replies: 2
- Views: 175
How can i register JsonAdm Class from my extension?
Im trying to register a rewritten class in the jsonadm/customer. How can i do this in the config? Normally i could set a name => "myclass" but this is not working here. So i tried it with the decorator but i failed also with that. I know the class is working cause if i replace the standard.php in ai...
- 11 Dec 2018, 10:18
- Forum: TYPO3 and Flow/NeosCMS
- Topic: Multiple Site 1 Basket / Checkout
- Replies: 21
- Views: 1606
Re: Multiple Site 1 Basket / Checkout
Got it.
My implementation has a lot of failures and fits just for my special case.
Use https://aimeos.com/extensions/ to get it work and to support aimeos.
I hope i was a good kid now
My implementation has a lot of failures and fits just for my special case.
Use https://aimeos.com/extensions/ to get it work and to support aimeos.
I hope i was a good kid now

- 07 Dec 2018, 14:23
- Forum: TYPO3 and Flow/NeosCMS
- Topic: Multiple Site 1 Basket / Checkout
- Replies: 21
- Views: 1606
Re: Multiple Site 1 Basket / Checkout
Hello Admin, First question: How can i get the locale in my constructor, search, getPath(), getTree(), functions? in File /lib/custom/src/MShop/Locale/Manager/Site/standard.php I try to get the locale there like this $this->getContext()->getLocale(); but its returning an exception "Locale object not...
- 06 Dec 2018, 08:23
- Forum: Laravel package
- Topic: elasticsearch?
- Replies: 14
- Views: 1696
Re: elasticsearch?
Hi BonoboMagno, did you get it work to implement search with elastic search?
Could you post youre result here?
Thank you very much.
Could you post youre result here?
Thank you very much.
- 05 Dec 2018, 12:30
- Forum: TYPO3 and Flow/NeosCMS
- Topic: Multiple Site 1 Basket / Checkout
- Replies: 21
- Views: 1606
Re: Multiple Site 1 Basket / Checkout
The answer to post https://aimeos.org/help/post7109.html#p7109 was, to get Both Products listed In aimeos backend on order page and invoice page, i modified the Locale. In locale manager class i added the childs in the $siteids that they are avaiable in the locale item class in the values $siteSubTr...
- 05 Dec 2018, 12:16
- Forum: TYPO3 and Flow/NeosCMS
- Topic: Multiple Site 1 Basket / Checkout
- Replies: 21
- Views: 1606
Re: Multiple Site 1 Basket / Checkout
<Part 3> Jqadmin Src Path: /ext/myext/Resources/Private/Extensions/myext/admin/jqadm/src/Admin/JQAdm/Locale/Site/Nodesites.php <?php /** * @license LGPLv3, http://opensource.org/licenses/LGPL-3.0 * @copyright Aimeos (aimeos.org), 2017 * @package Admin * @subpackage JQAdm */ namespace Aimeos\Admin\JQ...
- 05 Dec 2018, 12:16
- Forum: TYPO3 and Flow/NeosCMS
- Topic: Multiple Site 1 Basket / Checkout
- Replies: 21
- Views: 1606
Re: Multiple Site 1 Basket / Checkout
< Part 2 > Base Manager Path: /ext/myext/Resources/Private/Extensions/myext/lib/custom/src/MShop/Locale/Manager/Site/Base.php <?php /** * @license LGPLv3, http://opensource.org/licenses/LGPL-3.0 * @copyright Metaways Infosystems GmbH, 2011 * @copyright Aimeos (aimeos.org), 2015-2017 * @package MShop...
- 05 Dec 2018, 12:13
- Forum: TYPO3 and Flow/NeosCMS
- Topic: Multiple Site 1 Basket / Checkout
- Replies: 21
- Views: 1606
Re: Multiple Site 1 Basket / Checkout
Hello Admin and community, I had holidays and after them some other projects to work on, so my late replie. I now made an editable tree for locale site's like catalog has one. The tree holds all childs of my default site (my market place). Item Class Path: ext/myext/Resources/Private/Extensions/myex...
- 23 Nov 2018, 20:59
- Forum: TYPO3 and Flow/NeosCMS
- Topic: Localisation - Typo3/Bootstrap/Aimeos
- Replies: 5
- Views: 481
Re: Localisation - Typo3/Bootstrap/Aimeos
for the language question: this is no aimeos related question, better you ask the developer from boootstrap package, but this should do the job for you. install the german language and select it. ... config { sys_language_uid = 0 language = de locale_all = de_DE.UTF-8 htmlTag_setParams = lang="de" d...