Search found 21 matches

by claude27
14 May 2025, 07:24
Forum: TYPO3 extension
Topic: Scheduler Job for anonymizing: anonymized adresses are not saved
Replies: 2
Views: 169255

Re: Scheduler Job for anonymizing: anonymized adresses are not saved

Thank you very much! That was the solution.
Only I eventually have to extend the script to anonymize orders when the event/product is deleted and so no longer existing (we don't want do delete the events, we will archive them, but nobody knows what can happen...). But I will find a solution, I'm sure.
by claude27
12 May 2025, 12:43
Forum: TYPO3 extension
Topic: Scheduler Job for anonymizing: anonymized adresses are not saved
Replies: 2
Views: 169255

Scheduler Job for anonymizing: anonymized adresses are not saved

Hi, perhaps you can help me please. I have created a scheduler job for anonymizing customer addresses (only payment, as events are sold and so delivery addresses are not needed) after 6 months. The job is running but the addresses are not saved/ persisted in the database. What could be the reason? H...
by claude27
11 Mar 2025, 13:26
Forum: TYPO3 extension
Topic: How to let customer select price (member/not member)?
Replies: 5
Views: 43371

Re: How to let customer select price (member/not member)?

Unfortunately we have event products and furthermore each product has different member/not member prices. So I can't use general settings. I don't see in the aimeos backend how to create different prices for attributes inside the options of a product – is it not possible?
by claude27
11 Mar 2025, 11:36
Forum: TYPO3 extension
Topic: How to let customer select price (member/not member)?
Replies: 5
Views: 43371

Re: How to let customer select price (member/not member)?

Thank you!

Is it possible with the select product and the variant attributes to take into account the number of available seats regardless of the selection made? We do not have a fixed number of seats reserved for members or non-members, only the total number of seats counts.
by claude27
10 Mar 2025, 16:54
Forum: TYPO3 extension
Topic: How to let customer select price (member/not member)?
Replies: 5
Views: 43371

How to let customer select price (member/not member)?

Hello, how can I let a customer select a price (member / not member)? In the aimeos backend (inside TYPO3) I have added a second price for an (example) product: screenshot-www.aimeos.ddev.site-2025.03.10-17_42_02.png As the membership is controlled afterwards (memberships are saved in an external, n...
by claude27
24 Feb 2025, 15:02
Forum: TYPO3 extension
Topic: Is there a way to automatically delete old data?
Replies: 1
Views: 23664

Is there a way to automatically delete old data?

Is there a way to automatically delete old data?

For data protection reasons, my customer would like personal data and booking data to be automatically deleted after 6 months.

Or do I have to program a scheduler task myself?

(TYPO3 12.4 / Aimeos V24.4)
by claude27
23 Jan 2025, 17:47
Forum: Help
Topic: How to transfer back money by PayPalExpress (not backend)?
Replies: 4
Views: 12589

Re: How to transfer back money by PayPalExpress (not backend)?

PS: I have also now noticed that partial refunds do not work. PayPal Express always transfers the entire amount back. Is this perhaps a bug? (I have to ask my client if cancellation fees are needed)
by claude27
23 Jan 2025, 13:59
Forum: Help
Topic: How to transfer back money by PayPalExpress (not backend)?
Replies: 4
Views: 12589

Re: How to transfer back money by PayPalExpress (not backend)?

Thank you very much! It works now :-) The only things now, which also happens when refunding by the backend: The customer is receiving again the original invoice in the email and in the attached pdf and not something like a credit note (in german: Gutschrift, e.g. with negative values). Have I perha...
by claude27
22 Jan 2025, 21:38
Forum: Help
Topic: How to transfer back money by PayPalExpress (not backend)?
Replies: 4
Views: 12589

How to transfer back money by PayPalExpress (not backend)?

Hi, is performing refunds still only possible in the admin backend (see attached screenshot, transaction view) or is there in the meantime a way to process it via a php controller? I've created an user restricted area where frontend users can create and edit events which are synchronised with the ai...
by claude27
08 Nov 2024, 11:53
Forum: TYPO3 extension
Topic: How can I update a list item like text content
Replies: 6
Views: 86821

Re: How can I update a list item like text content

Thank you very much @aimeos! That was the right clue. Now I was able to complete the update action. For anyone who needs an example, here is the source code of the function: /** * Action for updating an aimeos product * @param \Unterleitner\Sitepackage\Domain\Model\Event $event * * @return void */ p...