Search found 8147 matches
- 21 Jul 2016, 08:27
- Forum: TYPO3 extension
- Topic: How to configure usergroup for a newly registered user?
- Replies: 3
- Views: 2423
Re: How to configure usergroup for a newly registered user?
Can't confirm that. When searching for "usergroup" in the forum search, the relevant results are displayed but using google doesn't bring up relevant pages :-/
- 21 Jul 2016, 08:05
- Forum: TYPO3 extension
- Topic: Themes
- Replies: 1
- Views: 1631
Re: Themes
The core has been split up and the HTML client including the templates are now in Resources/Private/Extensions/ai-client-html/:
https://github.com/aimeos/ai-client-html
https://github.com/aimeos/ai-client-html
- 20 Jul 2016, 18:45
- Forum: TYPO3 extension
- Topic: Hiding Language and vatID
- Replies: 1
- Views: 1652
- 20 Jul 2016, 18:42
- Forum: TYPO3 extension
- Topic: How to configure usergroup for a newly registered user?
- Replies: 3
- Views: 2423
Re: How to configure usergroup for a newly registered user?
This has already been answered here:
typo3-extension-f16/add-usergroup-to-ne ... -t700.html
typo3-extension-f16/add-usergroup-to-ne ... -t700.html
- 18 Jul 2016, 22:10
- Forum: TYPO3 extension
- Topic: Publish products in frontend
- Replies: 6
- Views: 7786
Re: Publish products in frontend
Sure, they do! These methods are inherited via the base class.
- 17 Jul 2016, 20:45
- Forum: Laravel package
- Topic: Email confirmation after payment
- Replies: 4
- Views: 4491
Re: Email confirmation after payment
You can run it every five, fifteen or sixty minutes if you like but Aimeos offloads sending e-mails to another process. We did it after the order has been placed years ago but that resulted too often in no e-mails being sent or e-mails sent twice due to payment updates. Thus the requirement for a cr...
- 17 Jul 2016, 15:28
- Forum: TYPO3 extension
- Topic: felogin / invoice / override payment provider
- Replies: 1
- Views: 1705
Re: felogin / invoice / override payment provider
The step telling customers that they get redirected to the payment provider is always there but normally they don't see it. There's an automatic redirect via Javascript and it will redirect to the confirmation page in case of paying by invoice. Maybe the felogin plugin causes a Javascript error and ...
- 17 Jul 2016, 15:24
- Forum: Laravel package
- Topic: Email confirmation after payment
- Replies: 4
- Views: 4491
Re: Email confirmation after payment
Do you execute the order/email/payment job regularly via a cronjob?
https://aimeos.org/docs/Laravel/Configu ... jobs#Setup
https://aimeos.org/docs/Laravel/Configu ... ery_minute
https://aimeos.org/docs/Laravel/Configu ... jobs#Setup
https://aimeos.org/docs/Laravel/Configu ... ery_minute
Code: Select all
php artisan aimeos:jobs order/email/payment
- 17 Jul 2016, 10:12
- Forum: Help
- Topic: Installed aimeos with laravel, screen stuck at Expert mode.
- Replies: 10
- Views: 8588
Re: Installed aimeos with laravel, screen stuck at Expert mo
Yes and it states exactly your problem:
The PHP option "always_populate_raw_post_data" must be set to "-1" in your configuration.
The PHP option "always_populate_raw_post_data" must be set to "-1" in your configuration.
- 16 Jul 2016, 15:49
- Forum: Help
- Topic: Installed aimeos with laravel, screen stuck at Expert mode.
- Replies: 10
- Views: 8588
Re: Installed aimeos with laravel, screen stuck at Expert mo
What is returned by the last "file?site=default" POST request?