reviews

Downloads:0
Views:249
Last Update:2025-04-01
$14.56 $24.41
Plugin Version:
1.0.2
Compatible BeikeShop Version:
v1.6.0, v1.5.6, v1.5.5, v1.5.4, v1.5.3, v1.5.2
After sales instructions:
Purchase once for permanent use and receive 1 months of technical support as a gift
Plugin Purchase Process
1
Access your BeikeShop admin dashboard
2
Click on "Plugin Marketing" in the top right corner
3
Select the desired plugin for purchase
4
Click on Purchase
Plugin Description

User Review Plugin: Enhance Interaction and Optimize Shopping Experience

Feature Introduction:

Support for multimedia and rating: Supports video, images, text, and rating. Videos and images can be clicked to enlarge, and users can swipe left or right to preview pages.

Lazy loading for videos and images: Improves page loading speed by loading videos and images only when needed.

Review moderation: Allows for review approval to ensure content quality.

Backend modification and addition of reviews: Enables administrators to edit or add reviews directly from the backend.

Merchant replies to reviews: Allows merchants to respond to customer reviews.

Hide user names: Option to conceal user names for privacy.

Limit review frequency: Restricts the number of reviews a user can submit.

Single-page review display: Displays reviews on a single page for easy browsing.

Support for dark theme template: Provides a dark theme option for a better user experience.

Installation and Configuration:

PHP Configuration

Modify the following two parameters in php.ini (if already set to a value larger than 50M, no further changes are needed):

upload_max_filesize = 50M

post_max_size = 51M

Nginx Configuration (Not required if using Apache, as it allows unlimited uploads by default)

Modify the following parameter in nginx.conf:

client_max_body_size 50M;

Add Hooks

a. Display rating in product details

Add the hook @hook('product.detail.origin_price.after') around line 76 in themes/default/product/product.blade.php (the exact line may vary by version), as shown in the figure below:

 

b. Display rating on the homepage product list
Add the hook @hook('product_list.item.price.after') around line 63 in themes/default/shared/product.blade.php, as shown in the figure below:

c. Add a review button on the order details page
Insert the hook @hook('order_info.product_name.right.after', $product) around line 155 in themes/default/shared/order_info.blade.php, as shown in the figure below:

 

Review Interface
Plugin Settings:

 

产品详情页

PC 显示样式

 

 

视频图片点击放大浏览

 

 

手机端显示样图:

 

首页产品列表评分显示

 

后台管理界面:

 

新增评论

 

 

单一页面:

 

黑色模版样图: