add review to the product

Help for integrating the Laravel package
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!
User avatar
GülsümAkça
Posts: 57
Joined: 20 Nov 2020, 13:30

add review to the product

Post by GülsümAkça » 20 Nov 2020, 13:52

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?

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

Re: add review to the product

Post by aimeos » 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
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

User avatar
Dinver
Posts: 27
Joined: 26 Oct 2020, 08:42

Re: add review to the product

Post by Dinver » 24 Nov 2020, 08:35

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
I set time limit 1 day, but reviews not visible.
Version aimeos/ai-client-html 2020.10.x-dev, aimeos-laravel: 2020.10.x-dev.

User avatar
Dinver
Posts: 27
Joined: 26 Oct 2020, 08:42

Re: add review to the product

Post by Dinver » 24 Nov 2020, 09:00

Dinver wrote: 24 Nov 2020, 08:35
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
I set time limit 1 day, but reviews not visible.
Version aimeos/ai-client-html 2020.10.x-dev, aimeos-laravel: 2020.10.x-dev.
I Found a solution

config/shop.php
'page' => 'account-index' add 'account/review'.

Post Reply