Forum Replies Created

Viewing 15 Topics - 1 through 15 (of 38 total)
Author Posts
Gary Gary This reply has been marked as private.
Gary Gary

As the super admin I can see a seller dashboard option in the top menu on each multisite, and when I add a product it is added on that site too.

If a new user registers as a seller on http://www.mysite.com they can also see the Seller Dashboard on http://www.mysite.com but not http://www.mysite.com/2, even if they register as a seller on http://www.mysite.com/2, but as I said the super admin can. How can I give my users the same power as admins to create and organise multiple stores without giving too much authority for security.

I am willing to pay if you can help me resolve this issue, I don’t think it would be too complicated as I mentioned everything was working fine before.

Please help, my business is at steak.

Kind Regards

Gary

Gary Gary

My Licence is due for renewal soon, will you be introducing multisite to Dokan plugin soon? I won’t be able to continue using Dokan if not. It was working fine until recently. It allowed users to create a store on each multisite separately which was perfect for what I was running.

Thanks

Gary Gary

Hello, Yep I’ve checked these settings. Also removed all other plugins.

I am running a multisite, and I know the plugin is not made to support multisite, however until recently it was exactly how I wanted it and it worked fine.

Ive discoved that if a user registers on the main site at http://www.mysite.com they are able to register and see seller dashboard, but now if they register at http://www.mysite.com/b the seller dashboard is not available and they are not automatically approved as seller, and even when I approve them they are still unable to see or use the dashboard on mysite.com/b.

This was all ok until recently, sellers could open a store on multiple sites, seperate to each one which was perfect for what i was doing. Could you help me recover this?

I even purchased your multi licence for this plugin as you will see, which was $499 thinking this was what it was for and as it worked previously I assumed this was what the plugin was for.

Please Can you help or I will no longer be able to continue renewing the licence and will have to search for an alternative.

Gary Gary

I also forgot to mention, that when logged in as admin all is fine and ok. But when new user is registered there is the issues.

Gary Gary

Hi Nayem thanks for your help again.

I’m running into one final problem. I have successfully imported and exported using the plugin on a store.

However when attempting to import from a XML file which was not created using the dokan-import-export-plugin I am given this message:
“Sorry, there has been an error.
This does not appear to be a WXR file, missing/invalid WXR version number”

I have used another web content extractor software to create this file, not wordpress. Other sellers have files created from their own sites too, is there a way to make the file compatible with wordpress and this plugin? Or is it possible to assign csv or xml files on the backend for each seller?

Thank you 🙂

Gary Gary

Hi Nayem,

Ive just sent you the login details again, I think I gave an incorrect username. Please let me know if you have any more issues. Thank you 🙂

Gary Gary

Thanks Nayem, that would be great. Please let me know when you have been able to find the problem.

Thank you

Gary Gary

Hi Nayem, I have provided login details for you. Please let me know if you need anything else.

Thanks

Gary

Gary Gary This reply has been marked as private.
Gary Gary

Hi Nayem,

Thanks for helping to restore the import/export page on the dashboard. I have just tried to upload a XML file which I created using an external software and when I try to Import I get this message:

Fatal error: Call to a member function import() on a non-object in /wp-content/plugins/wedevs-dokan-export-import/templates/template_importer.php on line 32

Can you please help to fix this, the login details are the same as I last forwarded to you.

I would really appreciate this as I can then start to add more sellers to the marketplace.

Kind Regards

Gary

February 19, 2015 at 11:16 am in reply to: Import Export Add on error Blank page 37082
Gary Gary

Hi Nayem,

Thank you, I have forwarded the login details using the form as you have requested. Please let me know if you need anything else.

Kind Regards

Gary

February 18, 2015 at 11:01 pm in reply to: Import Export Add on error Blank page 37047
Gary Gary

Hi there, I’ve had the same problem for a while and my customers are wanting a solution to transfering their websites to the store. I’ve just ran a fresh instal and removed all plugins but woocommerce, dokan and dokan import export, I am using a child theme for dokan theme too and I get the same results, there is no page displayed on dashboard -> Tools. Can you email me the fix as well please?

Thank you

February 10, 2015 at 12:22 am in reply to: Empty Categories 36254
Gary Gary

There is a code for woocommercve widget here, is there anything similar which can be added for the category list on homepage thanks 🙂

/*
* @goliver79
* woocommerce hide empty categories in woocommerce widget “product categories”
*/
function woo_hide_product_categories_widget( $list_args ){
$list_args[ ‘hide_empty’ ] = 1;

return $list_args;
}
add_filter( ‘woocommerce_product_categories_widget_args’, ‘woo_hide_product_categories_widget’ );

February 10, 2015 at 12:20 am in reply to: Empty Categories 36252
Gary Gary

Hi is there any update on this particularly for the homepage as this just turns customers away as they browse through empty products. I can see each seller has the a category list which removes all empty list, is there some code I can add to functions.php or something to remove from homepage.

Thanks

Viewing 15 Topics - 1 through 15 (of 38 total)