Plugin Details
Home / Plugin Marketplace / Ladder pricing (wholesale price)
Ladder pricing (wholesale price)
Downloads:21
Views:207
Last Update:2023-12-02 16:40:17
Price:
¥168.00
Plugin Version:
1.0.2
Compatible BeikeShop Version:
v1.4.0
Plugin Author:
Plugin Purchase Process
1
Access your BeikeShop admin dashboard
2
Click on "Plugin Marketplace" in the top right corner
3
Select the desired plugin for purchase
4
Click on Purchase
Plugin Description
Update log:
v1.0.2
-
Add the function of starting quantity
-
Add the ability to set tiered prices for skus in batches
- Optimize prices by quantity sorting
- When optimizing the selection of SKU, the quantity is automatically initialized to the minimum quantity
v1.0.1
-
Add support for single specification settings
-
Adjust the size of the pop-up box
The plug-in can implement tiered pricing, which can be used in scenarios such as wholesale pricing
Background effect
Reception effect:
Note:
This version and before version 1.4.0, requires adding 3 hook lines and 2 stack lines to the core code form.blade.php (\resources\beike\admin\views\pages\products\form\form.blade.php), specifically as follows:
@hook('admin.product.edit.sku.price.tiered')
@hook('admin.product.edit.sku.price.single.tiered')
@hook('admin.product.edit.variables.batch.after')
@stack('admin.product.edit.vue.data')
@stack('admin.product.edit.vue.method')