Forum Replies Created

Viewing 15 Topics - 1 through 15 (of 40 total)
Author Posts
August 9, 2015 at 6:34 pm in reply to: Need help with overriding New Product Single Template 66151
Simon Simon

Yes

August 9, 2015 at 9:04 am in reply to: Need help with overriding New Product Single Template 66051
Simon Simon

Hi Nayem,

I have corrected this by putting the template under my child theme at dokan/products/new-product-single.php

So the full path is /themes/dokan-child/dokan/products/new-product-single.php

August 7, 2015 at 6:53 pm in reply to: Need help with overriding New Product Single Template 65861
Simon Simon

Hi Nayem, please do the needful.

August 6, 2015 at 11:27 pm in reply to: Need help with overriding New Product Single Template 65801
Simon Simon

Hi Nayem,

Any Updates?

August 4, 2015 at 8:27 pm in reply to: Need help with overriding New Product Single Template 65283
Simon Simon

Hi Nayem,

Any updates?

Thanks,
Simon

August 1, 2015 at 8:37 pm in reply to: Need help with overriding New Product Single Template 64768
Simon Simon

Hi Nayem, I have tried that. I have a child theme, and have created dokan/template/products but the file is not recognized.

I’m not sure if dokan_get_template_part or one of the other functions were written properly to look in the child theme.

September 19, 2014 at 4:09 am in reply to: Add customized field to the "Add New Product Page" 27005
Simon Simon

You’re probably better off using attributes for that. The attributes tab will show after the product is submitted the first time.

See: WooCommerce Product Attributes and Adding attribute from Dokan frontend

You can add fields to the new-product.php file, but you’ll need to copy the file under the same directory structure in your child theme. Then you’ll need to add the field and also make sure that it gets submitted with the rest of the fields in the form post action.

September 11, 2014 at 7:46 pm in reply to: Any success stories using this theme? 26694
Simon Simon

That’s great! How many sellers do you have on your site?

September 11, 2014 at 4:59 am in reply to: Any success stories using this theme? 26624
Simon Simon

What market is your website in (digital goods, consumer products, something else)?

Did you already have a marketplace running before using Dokan or did you launch recently and are already doing 10k a month?

What is the median price of products on your site?

September 10, 2014 at 8:44 am in reply to: Auto-activate Sellers 26570
Simon Simon

Hey Lewis,

Put the following in your functions.php file. Make sure to change the 1 in “gform_post_submission_1” to the ID of the gravity form you are using for user registration.

 add_action('gform_post_submission_1', 'marvel_update_dokan_enable_selling', 10, 2);
 function marvel_update_dokan_enable_selling() {
     $current_user = wp_get_current_user();
     $current_user_id = $current_user->ID;
     
     update_user_meta( $current_user_id, 'dokan_enable_selling', 'yes' );
     
 }
August 29, 2014 at 7:55 pm in reply to: Attributes tab doesn't show pre-defined attributes 26049
Simon Simon

Thank you Tareq! Looking forward to it being released.

August 29, 2014 at 7:54 pm in reply to: Auto-activate Sellers 26048
Simon Simon

In addition to getting the form to automatically active the seller, I’ve run into an issue with trying to set the user_nicename for the store url. user_nicename isn’t stored in user_meta, but in wp_user.

August 29, 2014 at 8:51 am in reply to: Auto-activate Sellers 26034
Simon Simon

Hey Pixeledmedia,

I’m trying to setup a custom seller registration form using Gravity Form’s User Registration also. Did you manage to get it to work?

August 27, 2014 at 9:56 pm in reply to: Attributes tab doesn't show pre-defined attributes 25970
Simon Simon

Any updates on this request?

August 27, 2014 at 9:53 pm in reply to: Better way for sellers to register 25969
Simon Simon

Was this included in 1.0.5? I don’t see it and you said it would be in the next update.

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