Reading list Switch to dark mode

    Prestashop Combination Wise Shipping

    Updated 5 March 2024

    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.
    Click to upload Combination Wise Shipping module
    Drop or upload the file of Combination Wise Shipping module
    Combination Wise Shipping module installed

    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”>

    Searching for an experienced
    Prestashop Company ?
    Find out More

    Custom hook for PrestaShop v1.7.8.x and 8.x.x (If ‘New product page v2’ is enabled)

    image-15

    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.

    edit combinations

    Hence on the combination details page, a new section to choose carriers for combinations will be available.

    Add shipping to combinations

    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.

    18

    After that, he also selects all carriers from the shipping section of that product.

    19

    In this case, customers can see only those carriers that admin selected for that particular combination.

    20

    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

    . . .

    Leave a Comment

    Your email address will not be published. Required fields are marked*


    Be the first to comment.

    Back to Top

    Message Sent!

    If you have more details or questions, you can reply to the received confirmation email.

    Back to Home

    Table of Content