Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Pablo Pérez

    (@pperez001)

    Hi,

    I hope you are having a great day.

    In order to understand your issue, could you post a video with the issue or send screenshots? This url that you mentioned is not created by our plugin.

    Let us know.

    Thread Starter alexislevrai

    (@alexislevrai)

    The url is probably created by VAT-Number plugin but it overide the dashboard url in your plugin.
    For now I solve it by doing that in dashboard-navigation.php

    // Check if href contains "vat-number"
    $url = $endpoint_options['url'];
    if (strpos($url, 'vat-number') !== false) {
    // If "vat-number" found, remove it from the URL
    $url = str_replace('vat-number', '', $url);
    }

    Plugin Support Juan Coronel

    (@juaancmendez)

    Hello there,

    You can overwrite that template in your theme with your fix to prevent it from being lost when updating the plugin, or you can provide us with your site’s affiliate registration URL to review the HTML and provide you with a solution using a snippet code.

    Let us know any news.

    Best regards.

    Thread Starter alexislevrai

    (@alexislevrai)

    Yeah my fix work fine for now, it was more to let you know ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Dashboard link conflict with Woocommerce VAT Number’ is closed to new replies.