Search found 6 matches

by merzilla
15 Jun 2018, 14:27
Forum: TYPO3 extension
Topic: Add suggestion Product to basket directly
Replies: 4
Views: 2238

Re: Add suggestion Product to basket directly

I just wanted to say thank you, dude :)
Adding to basket works now for me, too.
by merzilla
12 Jun 2018, 17:33
Forum: TYPO3 extension
Topic: baket empty after login / logout due to new sessionID
Replies: 2
Views: 1705

Re: baket empty after login / logout due to new sessionID

Hi, I could not find out what's different yet. We use the default configuration for the sessionBackend. 'FE' => [ 'backend' => \TYPO3\CMS\Core\Session\Backend\DatabaseSessionBackend::class, 'options' => [ 'table' => 'fe_sessions', 'has_anonymous' => true, ] ] "fe_session" gets a new entry ...
by merzilla
08 Jun 2018, 17:27
Forum: TYPO3 extension
Topic: baket empty after login / logout due to new sessionID
Replies: 2
Views: 1705

baket empty after login / logout due to new sessionID

Currently on TYPO3 8.7.15, but maybe since 8.7.11, the basket get emptied after a fe login (or logout). The session cookie "fe_typo_user" remains, but you can see that the value gets a new session ID. Benni Mack already noticed that the cookie handling did not change in the TYPO3 core, but...
by merzilla
08 May 2018, 08:21
Forum: TYPO3 extension
Topic: Add usergroup to newly created user
Replies: 12
Views: 5945

Re: Add usergroup to newly created user

Hi guys,

I just want to mention, that in v2018.04 I have to set

Code: Select all

plugin.tx_aimeos.settings.controller.frontend.customer.groupids = 1
to set fe_groups = 1 for new fe_user records.
by merzilla
18 Apr 2018, 09:33
Forum: TYPO3 extension
Topic: Add suggestion Product to basket directly
Replies: 4
Views: 2238

Re: Add suggestion Product to basket directly

Thank you very much for the help! This makes it clearer and I now get the "add to basket" buttons :) Great! One more thing: Can I configure the variant products to not "must have" a category assigned? As I understood the system: I create a "select" article, then add var...
by merzilla
17 Apr 2018, 10:06
Forum: TYPO3 extension
Topic: Add suggestion Product to basket directly
Replies: 4
Views: 2238

Add suggestion Product to basket directly

We have extended our basket with the "suggestion" partial from product detail view. The suggestion products are rendered as list with link to detail. Now we want to extend the suggestion products (type=select) to be able to put them directly into the basket. So I thought taking the from fr...