Search found 42 matches

by antonlinderer
26 Jan 2018, 09:42
Forum: Laravel package
Topic: delivery emails not translated
Replies: 7
Views: 2899

Re: delivery emails not translated

OK this has solved the problem. However, in admin > orders> order when you change the language for the order it is not saved in the database.
by antonlinderer
25 Jan 2018, 14:57
Forum: Laravel package
Topic: custom logo issue for payment emails
Replies: 12
Views: 4511

Re: custom logo issue for payment emails

Thanks! Now it is working.
by antonlinderer
25 Jan 2018, 08:48
Forum: Laravel package
Topic: delivery emails not translated
Replies: 7
Views: 2899

Re: delivery emails not translated

I have checked the orders in table mshop_order_base_address and mshop_order_base and both have langid specified nl for Dutch for the same order but the delivery email is sent out in English.
by antonlinderer
25 Jan 2018, 08:24
Forum: Laravel package
Topic: custom logo issue for payment emails
Replies: 12
Views: 4511

Re: custom logo issue for payment emails

update is not working as there is probably a conflict with laravel/framework which uses swiftmailer/swiftmailer: ~6.0
by antonlinderer
24 Jan 2018, 22:15
Forum: Laravel package
Topic: custom logo issue for payment emails
Replies: 12
Views: 4511

Re: custom logo issue for payment emails

ok thanks for your support.... will try some time later.
by antonlinderer
24 Jan 2018, 22:10
Forum: Laravel package
Topic: custom logo issue for payment emails
Replies: 12
Views: 4511

Re: custom logo issue for payment emails

just did a "composer update" but there are no updates yet...
by antonlinderer
24 Jan 2018, 22:04
Forum: Laravel package
Topic: delivery emails not translated
Replies: 7
Views: 2899

Re: delivery emails not translated

it is completely untranslated. It uses my fall back language which is English.
by antonlinderer
24 Jan 2018, 22:00
Forum: Laravel package
Topic: custom logo issue for payment emails
Replies: 12
Views: 4511

Re: custom logo issue for payment emails

That's my point...in the composer.lock it is defined as:
"swiftmailer/swiftmailer": ">=4.0"
by antonlinderer
24 Jan 2018, 15:03
Forum: Laravel package
Topic: New aimeos installation, page expired error
Replies: 23
Views: 12279

Re: New aimeos installation, page expired error

There is a SESSION_LIFETIME specified in config/session.php
Default value is set to 120, i.e. minutes, which is normally fine. Maybe this has a lower value for your set up....
by antonlinderer
24 Jan 2018, 10:33
Forum: Laravel package
Topic: delivery emails not translated
Replies: 7
Views: 2899

delivery emails not translated

Although my payment emails are translated my delivery emails are not...I have aimeos client version 2017.10.8 installed.
Where shall I look for a solution? Thanks.