Search found 136 matches

by boettner
29 Apr 2020, 08:08
Forum: TYPO3 extension
Topic: Making product attribute selection mandatory
Replies: 1
Views: 1127

Making product attribute selection mandatory

Hi, we set up product variants via attribute options like shown in the attached screenshot: Bildschirmfoto 2020-04-29 um 09.59.45.png Is there an easy way to make all options a mandatory selection? By default currently it´s currently optional. I would go the Basket Decorator way but wanted to ask be...
by boettner
15 Apr 2020, 12:36
Forum: TYPO3 extension
Topic: Separate mails for shop owner and customer - no bcc
Replies: 45
Views: 18446

Re: Separate mails for shop owner and customer - no bcc

Hi and thanks again. Ok, I thought isAvailable() was mandatory. But I still don´t see how the Decorator mechanism will achieve the desired behavior: sending the separate mail upon basket completion, after payment execution. Delivery service decorators will be executed prior to completion. Or where/h...
by boettner
23 Mar 2020, 10:30
Forum: TYPO3 extension
Topic: Separate mails for shop owner and customer - no bcc
Replies: 45
Views: 18446

Re: Separate mails for shop owner and customer - no bcc

Thanks for the suggestions.

What do I have to ensure when stacking it on top of the delivery providers regarding isAvailable()? True returns all delivery options as valid, false none. Both won´t work.

That´s the current stack: Manual,Weight,Country,Email
by boettner
20 Mar 2020, 15:44
Forum: TYPO3 extension
Topic: Separate mails for shop owner and customer - no bcc
Replies: 45
Views: 18446

Re: Separate mails for shop owner and customer - no bcc

I could continue my work on the Decorator today. Setting it up like suggested, stacking the new Email Decorator upon the existing ones like for example on the payment "PrePay,Email", the Decorator gets executed in the address step during checkout. It is configured nowhere else. I would lik...
by boettner
11 Mar 2020, 13:51
Forum: TYPO3 extension
Topic: CSV import to respect linebreaks
Replies: 0
Views: 48490

CSV import to respect linebreaks

Hi all, I needed to preserve linebreaks in text columns of an import CSV and wrote a little Converter for that purpose. No big hit but maybe someone needs it too: https://gist.github.com/boettner-it/110413b6e122237adfb1f0edf46965fb Place it in: typo3conf/ext/youraimeosext/Resources/Private/Extension...
by boettner
11 Mar 2020, 06:44
Forum: TYPO3 extension
Topic: Reorder basket from history
Replies: 3
Views: 1809

Re: Reorder basket from history

Good morning, that´s great and leads to the next question I already wanted to ask for a while. I don´t know of any migration guide to follow when updating major versions. Is there any I might have missed? I know of the Changelogs: https://aimeos.org/docs/Developers/Changelog/2018 https://aimeos.org/...
by boettner
10 Mar 2020, 13:00
Forum: TYPO3 extension
Topic: Reorder basket from history
Replies: 3
Views: 1809

Reorder basket from history

Hi all,

is there an easy way to offer a function for users to reorder a basket indentically from their order history?

Best Robert.
by boettner
28 Feb 2020, 14:17
Forum: TYPO3 extension
Topic: Separate mails for shop owner and customer - no bcc
Replies: 45
Views: 18446

Re: Separate mails for shop owner and customer - no bcc

Ah, that´s a new track that should make my second question unnecessary. Thanks! Building upon the existing providers should be no problem. What I don´t understand yet is how is this new provider going to be called? Merging back should be no problem. Do I have to consider anything special since we ar...
by boettner
28 Feb 2020, 13:48
Forum: TYPO3 extension
Topic: Separate mails for shop owner and customer - no bcc
Replies: 45
Views: 18446

Re: Separate mails for shop owner and customer - no bcc

One followup question:
When doing it by extending/decorating how would one possibly handle mail sent/not sent status best if emails get sent by two jobs in parallel?
by boettner
28 Feb 2020, 11:03
Forum: TYPO3 extension
Topic: Separate mails for shop owner and customer - no bcc
Replies: 45
Views: 18446

Separate mails for shop owner and customer - no bcc

Hi, is it easily possible to split email notification of new orders (payment received) and to send emails with different content to customer and the shop owner? Using BCC the owner and the customer would receive the same mail. I know that I have to split the email jobs and configure different templa...