Mô tả
WooCommerce plugin for configuring store with multiple branches.
How To Use
- Plugin settings: Choose the Shipping Methods Users and the Branches Shipping Methods
- Product edit screen (Multi Branch tab): Insert the Shipping Methods instance id’s which the product can be provided by
- Branches shortcode: Embed the [mbw_branches] shortcode in your header to allow the customer to select his branch
How It Works
- The customer select his branch before shopping
- Only the products which can be provided by the shipping methods of the selected branch are displayed
- On order creation the new order notification will be sent to the relevant Shipping Methods Users and only them will be able the see it on the orders screen
Features
- Conditional Content: Display content per branch using the mbw-restrict-branch-{branch_id} class
- Add to cart Notice: Notice will appear if the customer add to cart product which can not be provided by the selected branch
- Checkout Validation: Notice will appear if the cart contains items which can not be provided by the selected shipping method
- Orders manager Role: Assign the orders manager role to users which should be able only to edit orders in the store
Ảnh màn hình
Cài đặt
Minimum Requirements
WordPress 5.2 or greater
PHP 7.0 or greater
WooCommerce 3.4 or greater
Automatic installation
- Go to your Dashboard => Plugins => Add new
- In the search form write: Condless
- When the search return the result, click on the Install Now button
Manual Installation
- Download the plugin from this page clicking on the Download button
- Go to your Dashboard => Plugins => Add new
- Now select Upload Plugin button
- Click on Select file button and select the file you just download
- Click on Install Now button and the Activate Plugin
Hỏi đáp
-
How to identify the instance id of a shipping method?
-
On WooCommerce Shipping Zone edit screen, Hover on its edit link and check the URL.
-
Why the Shipping Methods User I configured can see all the orders?
-
The first Shipping Methods User is considered the default and is able to see all the orders which are not assigned to no other Shipping Methods User.
-
How to change the assigned shipping method instance id of an order?
-
In the custom fields meta box of the order edit screen, when creating order from admin it should be added manually.
-
How to set different product’s stock/prices of for each branch?
-
Create seperate product for each branch, and assign the relevant shipping methods to each product.
-
What if multiple branches offer the same shipping method?
-
Create seperate shipping method for each branch and use Conditional Shipping plugin to hide them on checkout based on the branches routing logic.
-
How to set different payment method per branch?
-
Use Conditional Payment plugin to display the proper payment method based on the branches shipping methods.
Đánh giá
There are no reviews for this plugin.
Người đóng góp & Lập trình viên
“Multi Branch for WooCommerce” là mã nguồn mở. Những người sau đã đóng góp vào plugin này.
Những người đóng gópDịch “Multi Branch for WooCommerce” sang ngôn ngữ của bạn.
Muốn tham gia phát triển?
Duyệt code, check out SVN repository, hoặc theo dõi nhật ký phát triển qua RSS.
Nhật ký thay đổi
1.0.2 – March 18, 2023
- Enhancement – WooCommerce version compatibility
1.0.1 – November 29, 2022
- Enhancement – Filters for default customer branch
1.0 – November 1, 2022
- Initial release