Search found 110 matches

by tenkraD
11 Dec 2018, 10:18
Forum: TYPO3 extension
Topic: Multiple Site 1 Basket / Checkout
Replies: 21
Views: 199125

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 ;)
by tenkraD
07 Dec 2018, 14:23
Forum: TYPO3 extension
Topic: Multiple Site 1 Basket / Checkout
Replies: 21
Views: 199125

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 objec...
by tenkraD
06 Dec 2018, 08:23
Forum: Laravel package
Topic: elasticsearch?
Replies: 14
Views: 6889

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.
by tenkraD
05 Dec 2018, 12:30
Forum: TYPO3 extension
Topic: Multiple Site 1 Basket / Checkout
Replies: 21
Views: 199125

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...
by tenkraD
05 Dec 2018, 12:16
Forum: TYPO3 extension
Topic: Multiple Site 1 Basket / Checkout
Replies: 21
Views: 199125

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...
by tenkraD
05 Dec 2018, 12:16
Forum: TYPO3 extension
Topic: Multiple Site 1 Basket / Checkout
Replies: 21
Views: 199125

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...
by tenkraD
05 Dec 2018, 12:13
Forum: TYPO3 extension
Topic: Multiple Site 1 Basket / Checkout
Replies: 21
Views: 199125

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...
by tenkraD
23 Nov 2018, 20:59
Forum: TYPO3 extension
Topic: Localisation - Typo3/Bootstrap/Aimeos
Replies: 5
Views: 2098

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="...
by tenkraD
01 Nov 2018, 19:39
Forum: TYPO3 extension
Topic: Multiple Site 1 Basket / Checkout
Replies: 21
Views: 199125

Re: Multiple Site 1 Basket / Checkout

i still have some problems, if i fixed them i will post it here.
by tenkraD
27 Oct 2018, 14:23
Forum: TYPO3 extension
Topic: Multiple Site 1 Basket / Checkout
Replies: 21
Views: 199125

Re: Multiple Site 1 Basket / Checkout

Hello Admin, You are totally right, sorry for my rude tone. I got it working now by reading the code and implementing some stuff by myself. Im now able to list both products in aimeos backend on order->invoice page on my default market place. Next step will be searching over all locale sites. Thanks...