Plugin Details
Home / Plug-in market / Quick Edit Plugin for Product Attributes
Quick Edit Plugin for Product Attributes
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