Order Delivery Service: What am I missing

Questions around the TYPO3 integration and plugins
Forum rules
Always add your TYPO3, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
chricken
Posts: 29
Joined: 10 Nov 2017, 15:47

Order Delivery Service: What am I missing

Post by chricken » 27 Nov 2017, 14:20

Hi,
I am sorry for my many question, but I am sure, the answers will help many people.

The order process is working but I am not receiving any confirmation emails. So I guess, I have missed something.

I have
  • set the shop planer task 'process order delivery service' to be processed every 60 seconds.
  • set the cron to call the scheduler tasks. They are performing.
  • set the TS-setup to:

    Code: Select all

    module.tx_aimeos {
      client {
        html.email {
          logo = /fileadmin/templates/bilder/logo_inselweine_klein.jpg
          from-email = post@insel-weine.de
          from-name = Insel-Weine
          reply-email = post@insel-weine.de
          reply-name = Insel-Weine      
        }
      }
    }
When I place an order, it is being stored correctly, but nobody is getting any email.
I am pretty sure to have missed something, can someone please give me a hint?

Regards
Christian

User avatar
aimeos
Administrator
Posts: 7836
Joined: 01 Jan 1970, 00:00

Re: Order Delivery Service: What am I missing

Post by aimeos » 27 Nov 2017, 21:58

"process order delivery service" is for sending orders to e.g. an ERP system.

What you need is to
- set up the Aimeos advanced scheduler task
- and select "order payment e-mail"
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply