Search found 136 matches

by boettner
10 Oct 2019, 14:54
Forum: TYPO3 extension
Topic: [SOLVED] Locale object not available
Replies: 6
Views: 3406

[SOLVED] Locale object not available

Hi all, when logging out of TYPO3 (9.5.9, aimeos 18.10.9) I get a (1/1) Aimeos\MShop\Exception Locale object not available in /var/www/clients/client18/web67/web/typo3conf/ext/aimeos/Resources/Libraries/aimeos/aimeos-core/lib/mshoplib/src/MShop/Context/Item/Standard.php line 354 */ public function g...
by boettner
02 Oct 2019, 08:22
Forum: TYPO3 extension
Topic: Adding order export on sorted list has an error
Replies: 2
Views: 1329

Adding order export on sorted list has an error

Hi again, when setting up an order export job for the queue on a sorted list I get an error: Argument 1 passed to Aimeos\Admin\JQAdm\Base::getCriteriaSortations() must be of the type array, string given getCriteriaSortations() expects an array where a string is given for the field to sort after. E.g...
by boettner
02 Oct 2019, 07:28
Forum: TYPO3 extension
Topic: Adding columns in backend list views is not possible
Replies: 2
Views: 1202

Re: Adding columns in backend list views is not possible

No I didn´t :lol:

Good to know and problem solved. Thanks, that was lightning fast!
by boettner
02 Oct 2019, 07:20
Forum: TYPO3 extension
Topic: Adding columns in backend list views is not possible
Replies: 2
Views: 1202

Adding columns in backend list views is not possible

Hi all,

I´m using aimeos 18.10.9 in TYPO3 9.5.9 and can´t add/remove columns in backend list views (Orders, Products, Customers, ...). No JS error in console no requests being sent.

Is this a known error. Should I file a Github issue?

Best
Robert.
by boettner
21 May 2019, 06:38
Forum: TYPO3 extension
Topic: No type parameter for JS script tag URLs
Replies: 2
Views: 1468

Re: No type parameter for JS script tag URLs

We would love if you could share your route enhancer configuration for others :-) I will do so but since the type parameter isn´t present in the non-transformed URL I will have to find the cause for that prior to configuring a route enhancer. My TS configuration contains the URL parameter configura...
by boettner
17 May 2019, 13:13
Forum: TYPO3 extension
Topic: No type parameter for JS script tag URLs
Replies: 2
Views: 1468

No type parameter for JS script tag URLs

Hi all, we are using TYPO3 9.5.7 with the core seo extension and don´t use realurl anymore. The URLs for count, stock status and all the other asynchonous JS calls currently lack the page type parameter e.g. 191351524 or 191351525. While there´s the class aimeos-typo3/Classes/Custom/Realurl.php I co...
by boettner
28 Mar 2019, 07:22
Forum: TYPO3 extension
Topic: Supplier Information in Products Detail, Basket and Billing
Replies: 9
Views: 4336

Re: Supplier Information in Products Detail, Basket and Bill

Hi Izaquiel, yes I would suggest a Decroator, at least for digging deeper. You are looking for properties of: typo3conf/ext/aimeos/Resources/Libraries/aimeos/aimeos-core/lib/mshoplib/src/MShop/Order/Manager/Base/Product/Standard.php I would try and place your decorator here to have it available in c...
by boettner
26 Mar 2019, 12:39
Forum: TYPO3 extension
Topic: Extending order item with custom field, class doesn´t load
Replies: 7
Views: 3108

Re: Extending order item with custom field, class doesn´t lo

Besides the field order in SQL a Decorator was necessary to actually save the value to the object. I updated the Gist with all final changes:
https://gist.github.com/boettner-it/081 ... 24907fe91b
by boettner
21 Mar 2019, 15:33
Forum: TYPO3 extension
Topic: Extending order item with custom field, class doesn´t load
Replies: 7
Views: 3108

Re: Extending order item with custom field, class doesn´t lo

Halfway there. I am able to see the new field in the account history when adding values directly in the database. But my baskets don´t include the new field. Is there anything special when extending the order item? Here´s a Gist of my current implementation. I had to alter the filenames Leorder.php ...