Prestashop Combination Wise Shipping: The module provides the added functionality of associating different carriers with different combinations of a product. Further, It can prove to be beneficial for merchants who keep different combinations of a product at different warehouses. In order to avoid heavy charges from carriers, different combinations of a product can be shipped through different carriers.
Check the overview of the plugin in the video mentioned below –
Features
- Admin can associate different carriers with different combinations.
- Beneficial for the store owners to manage their stocks effectively.
- Admin can separately manage carriers for different combinations.
- Multiple orders will be created if no common carriers are set between two combinations.
- The module is multishop compatible.
Installation
- Firstly, go to the Module Manager in Back office and click on ‘upload a module’.
- After that, Drag and drop the module file or select the file from the system.
- In this way, the module installation will be successful.
Note: Custom hook for PrestaShop v1.6.x.x.
To show carriers in ‘edit combinations’ section in Prestashop 1.6
Add a custom hook in combination.tpl file
{hook h='displayWkAdminProductsCombinationBottom' id_product=$product->id}
Path: prestashop/adminps/themes/default/template/controllers/products/combinations.tpl
Place: Add the hook around line no. 350
before : <div class=”panel-footer”>
Custom hook for PrestaShop v1.7.8.x and 8.x.x (If ‘New product page v2’ is enabled)
Hook
{{ renderhook('displayWkAdminProductsCombinationBottom', { 'wkData': combinationForm }) }}
Path:
on src/PrestaShopBundle/Resources/views/Admin/Sell/Catalog/Product/Combination/edit.html.twig file.
Place:
If PrestaShop 8.x.x: Line 37 under the {% block content %} block and just before {% endblock %}.
If PrestaShop 1.7.8.x: Line 50 under the {% block content %} block and before the closing {% endblock %}.
Combination Wise Shipping Workflow
After the successful installation of the module, Admin can associate different carriers with different combinations.
Hence on the combination details page, a new section to choose carriers for combinations will be available.
Now, if carriers are applied on a particular combination, main product applied carriers are ignored, which means if the customer selects two combinations and both combinations has different carriers assigned so only combination carriers are applied on the cart.
So, if the admin selects some carriers for a particular combination of the product.
After that, he also selects all carriers from the shipping section of that product.
In this case, customers can see only those carriers that admin selected for that particular combination.
This was all about Prestashop Combination Wise Shipping Module. I hope this document will help you in checking the functionality of the module in a better way. And, do let us know about your views in the comments.
Support
For any kind of technical assistance, just raise a ticket at https://webkul.uvdesk.com/ and for any doubt contact us at [email protected]
Current Product Version - 4.0.4
Supported Framework Version - 8.x.x, 1.7.x.x
Be the first to comment.