this plugin is terrible

This topic contains 13 reply and 2 voices, and was last updated by Nayem 8 years, 8 months ago
Viewing 13 Posts - 1 through 13 (of 13 total)
Author Posts
August 3, 2015 at 6:33 am 64911
Nayem so incredibly buggy. now that we have updated the DOKAN plugin, the per product shipping is not working. please help
August 3, 2015 at 10:09 am 64916
Nayem Nayem

Hello Kelechi,

Dokan has built-in shipping feature for every seller. Dokan per product shipping add-on will not work anymore. Now your every seller will be able to insert their own shipping rate from their dashboard. Please enable Dokan as your shipping method from WooCOmmerce->Settings->Shipping->Shipping method.

Thanks.

August 3, 2015 at 10:12 am 64918
Kelechi Kelechi

i have already done that and it does not work

please help

August 3, 2015 at 10:14 am 64919
Nayem Nayem

Please provide your login details by using this form: http://wedevs.com/provide-login-details/. I will have a look what is going wrong.

Thank you 🙂

August 3, 2015 at 10:19 am 64920
Kelechi Kelechi

this is done.

the issue is when the customer is not logged in. the shipping costs do not show properly. i have put in a flat rate just for not until the issue is fixed

August 3, 2015 at 11:21 am 64924
Nayem Nayem

You did not provide your FTP details. Please provide your FTP details. I will fix it within few miniutes.

Thanks.

August 3, 2015 at 11:25 am 64926
Kelechi Kelechi This reply has been marked as private.
August 3, 2015 at 11:46 am 64930
Nayem Nayem

Your details are not working please provide us valid details.

August 3, 2015 at 11:50 am 64931
Kelechi Kelechi This reply has been marked as private.
August 3, 2015 at 12:28 pm 64937
Nayem Nayem

FTP is not working. Please open Dokan plugin/includes/pro/dokan-pro-loader.php in this file you have to replace those code-

public function inistantiate() {

        if ( is_admin() ) {
            Dokan_Pro_Admin_Ajax::init();
            new Dokan_Pro_Admin_Settings();
            new Dokan_Announcement();
            new Dokan_Update();
        }
         Dokan_Pro_Ajax::init();
         Dokan_Pro_Shipping::init();
         
        if ( is_user_logged_in() ) {
            
            Dokan_Pro_Dashboard::init();
            Dokan_Pro_Products::init();
            Dokan_Pro_Coupons::init();
            Dokan_Pro_Reviews::init();
            Dokan_Pro_Reports::init();
            Dokan_Pro_Withdraws::init();
            Dokan_Pro_Settings::init();
            Dokan_Pro_Notice::init();
        }

}

. Line number 80-103.

Then customer will be able to see the shipping tab without login.

Thanks.

August 3, 2015 at 12:32 pm 64938
Kelechi Kelechi

replace what with what?

August 3, 2015 at 12:37 pm 64942
Nayem Nayem

You have to replace those code including this function- public function inistantiate()

August 3, 2015 at 12:38 pm 64943
Kelechi Kelechi

i’m confused, what am i removing and what am i adding?

August 3, 2015 at 12:59 pm 64956
Nayem Nayem

Please look correctly on my code. There is two lines different. Your FTP is not working for that I can not replace them from here. Open that file and match my code and those code in the file (line 80-103).

Viewing 13 Posts - 1 through 13 (of 13 total)