Search found 12 matches

by denzen
04 Nov 2021, 12:26
Forum: TYPO3 extension
Topic: Aimeos Upgrade from 19.x to 20.x
Replies: 1
Views: 884

Aimeos Upgrade from 19.x to 20.x

Hi, With an Aimeos upgrade from 19.x to 20.x (TYPO3 9.5.13) I always get this error: (1/2) Doctrine \ DBAL \ Exception \ InvalidFieldNameException An exception occurred while executing 'SELECT `siteid`,` label`, `nleft`,` nright` FROM `mshop_locale_site` ORDER BY` nleft` ASC': Unknown column 'siteid...
by denzen
12 Oct 2021, 10:04
Forum: TYPO3 extension
Topic: How to disable PDF invoice in Mail attachment?
Replies: 2
Views: 1081

How to disable PDF invoice in Mail attachment?

Hi,
Is there a simple solution to deactivate the invoices as an attachment in the mail to the customer?

Thank you & Best Regards
Denis
----
AIMEOS 21.4.2
FreeBSD
PHP 7.4.3
MySQL 5.7.27
TYPO3 10.4.4
by denzen
28 Sep 2021, 10:44
Forum: TYPO3 extension
Topic: PDF invoices
Replies: 1
Views: 940

PDF invoices

Hi,
Is it possible to view the sent PDF files, i.e. the invoices, somewhere or to re-create them?
Quite a number of them did not arrive as a copy due to an incorrect e-mail address. ( bcc )

Thank you & Best Regards
Denis
----
AIMEOS 21.4.2
FreeBSD
PHP 7.4.3
MySQL 5.7.27
TYPO3 10.4.4
by denzen
23 Sep 2021, 15:48
Forum: TYPO3 extension
Topic: [Solved] No bcc mails after upgrade
Replies: 1
Views: 891

Re: No bcc mails after upgrade

Another sendmail parameter brought the solution.
This works for me:
/ usr / sbin / sendmail -bs -i -f info@mystore.de
Information is available here:
https://github.com/symfony/symfony/pull/39744
by denzen
23 Sep 2021, 10:09
Forum: TYPO3 extension
Topic: [Solved] No bcc mails after upgrade
Replies: 1
Views: 891

[Solved] No bcc mails after upgrade

After a TYPO3 upgrade to 10 and an Aimeos upgrade to 21.10, no more bcc mails go out as a copy. The emails to the customer work and now even have the invoice attached immediately, also with prepayment. This is the TYPOscript in the scheduler, which worked before the upgrade: ---- plugin.tx_aimeos.se...
by denzen
06 Aug 2021, 10:35
Forum: TYPO3 extension
Topic: DATEV or Lexoffice
Replies: 1
Views: 3165

DATEV or Lexoffice

Hello,
Is there any way in Typo3 Aimeos via interface to connect to Lexoffice or DATEV ?

Thank you & Best Regards !
Denis
----
AIMEOS 21.4.1
FreeBSD
PHP 7.3.8
MySQL 5.7.27
TYPO3 10.4.15
by denzen
08 Jun 2021, 05:43
Forum: TYPO3 extension
Topic: Is it possible to implement A ticket booking system with Aimeos?
Replies: 3
Views: 5897

Re: Is it possible to implement A ticket booking system with Aimeos?

You can generate an aimeos extension here:
https://aimeos.org/extensions
Locate this under /typo3conf/ext/aimeos/Private/Extensions/...
I used this for layouting the pdf invoices and e-mails

----
AIMEOS 21.4.1
FreeBSD
PHP 7.3.8
MySQL 5.7.27
TYPO3 10.4.15
by denzen
06 May 2021, 14:22
Forum: TYPO3 extension
Topic: price does not change if a discount ( Granted rebate ) is given
Replies: 1
Views: 3934

price does not change if a discount ( Granted rebate ) is given

Hello, Is it intended that the price does not change if a discount ( Granted rebate ) is given? The prices doesn't change anywhere. The percentage label appears, however ? Is there another way to dynamically adjust the price by given rebate? And what does 'original price' mean? Thank you & Best ...
by denzen
14 Apr 2021, 08:16
Forum: TYPO3 extension
Topic: Radio buttons for configurable option attribute types
Replies: 1
Views: 5952

Radio buttons for configurable option attribute types

Hi, I can't change the render option to radio buttons for any attribute types in the detail section. These are configured as 'configurable options'. Example: works not: plugin.tx_aimeos.settings.client.html.catalog.attribute.type.umfang = radio works: plugin.tx_aimeos.settings.client.html.catalog.at...