Support » Plugin: PostNord Delivery Checkout » PostNord Delivery is installed but does not show up

  • Hi everyone. I am new to wordpress and webdeveloping field. I am trying to run our online store with wordpress. I used Flatsome theme with woocommerce in wordpress. Now I want to add PostNord as our shipping option in woocommerce. I installled PostNord Delivery plugin and vConnect has been added to woocommerce setting page. But I can not see it anywhere on the website. Could you please help me? Many thanks in advance.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Do you have a multisite installation? I got this working by commenting out a few lines of codes where the plugin checks whether the woocommerce is installed. That check is not working on multisite.

    Find a line from code:
    if (in_array('woocommerce/woocommerce.php', apply_filters('active_plugins', get_option('active_plugins')))) {

    And comment it out. That line can be found in 2 places:
    vconnect-postnord-delivery-checkout/vc-aio-core.php
    vconnect-postnord-delivery-checkout/core/vc-aio-core.php

    I’ll create a support ticket about this.

    Plugin Author vconnectmodules

    (@vconnectmodules)

    Hi @massiab2 you can contact us via kontakt@vconnect.dk and we can help you out with installing and setting up our module.

    Hi there @jutu83 and @massiab2,

    Hope you are well.

    Did you either of you, by any chance, find a solution to this issue?

    Commenting out this code didn’t work for me I’m afraid:

    if (in_array('woocommerce/woocommerce.php', apply_filters('active_plugins', get_option('active_plugins')))) {

    Hope you can help and many thanks!

    I have the same issue. I sent you an email.

    Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘PostNord Delivery is installed but does not show up’ is closed to new replies.