Quick Edit Plugin for Product Attributes

Downloads:0
Views:456
Last Update:2025-04-14
$4.40 $8.81
Plugin Version:
1.0.0
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

This is a plugin for quick product attribute editing. After use, the property editing of the product can be quickly checked to complete the multi-selection.

The effect is as follows:

How to use:

1: The source code needs to be modified to add a hookwrapper

Need to modify the file, the installation directory/resources/beike/admin/views/pages/products/form/form blade. PHP

Added after line 472: @hookwrapper(\'admin.product.edit.attribute\')

Added before line 528: @endhookwrapper

After the addition is successful, the screenshot of the effect is as follows: If the label starting with @ already exists, ignore it

Added after line 376:@hookwrapper(\'admin.product.edit.attribute\')

Added before line 424:@endhookwrapper

After the addition is successful, the screenshot of the effect is as follows: If the label starting with @ already exists, ignore it