add review to the product
Forum rules
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
- GülsümAkça
- Posts: 57
- Joined: 20 Nov 2020, 13:30
add review to the product
Although I bought the demo article on aimeos laravel demo site, the comment button does not appear on my profile page. May I learn how to add a comment to the product?
Re: add review to the product
There's a configurable time limit after which customers can review products to avoid fake reviews:
https://github.com/aimeos/ai-client-htm ... #L245-L256
https://github.com/aimeos/ai-client-htm ... #L245-L256
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, give us a star
If you like Aimeos, give us a star
Re: add review to the product
I set time limit 1 day, but reviews not visible.aimeos wrote: ↑21 Nov 2020, 10:12 There's a configurable time limit after which customers can review products to avoid fake reviews:
https://github.com/aimeos/ai-client-htm ... #L245-L256
Version aimeos/ai-client-html 2020.10.x-dev, aimeos-laravel: 2020.10.x-dev.
Re: add review to the product
I Found a solutionDinver wrote: ↑24 Nov 2020, 08:35I set time limit 1 day, but reviews not visible.aimeos wrote: ↑21 Nov 2020, 10:12 There's a configurable time limit after which customers can review products to avoid fake reviews:
https://github.com/aimeos/ai-client-htm ... #L245-L256
Version aimeos/ai-client-html 2020.10.x-dev, aimeos-laravel: 2020.10.x-dev.
config/shop.php
'page' => 'account-index' add 'account/review'.