Forum Replies Created
Author | Posts |
---|---|
February 23, 2015 at 10:30 am in reply to:
dokan/woocommerce/myaccount/form-login.php version 2.1.0 is out of date. 37368 | |
Gabriel |
Will the next update take care of this problem? Thanks. Nevermind, I posted the wrong thing and I don’t know how to delete posts. |
February 13, 2015 at 7:53 am in reply to:
Child Theme 36633 | |
Gabriel | Could we just use this to enqueue the child theme? Or do I need to use Simon’s code to dequeue and then enqueue in functions.php in the Dokan child theme?
|
February 13, 2015 at 7:50 am in reply to:
Child Theme 36632 | |
Gabriel | Hi, What code do I need in my child theme style.css for Simon’s code to dequeue and enqueue functions.php? In my child theme I have the following for my style.css:
I feel like I need the Version, etc…what else do I need to make Simon’s code work? Thanks! |
February 8, 2015 at 12:32 pm in reply to:
Plugin causes menu to repeat 36101 | |
Gabriel | Hey towhid I switched to the Dokan theme. The menu doesn’t repeat, but now it won’t go to the “Checkout” page. The checkout link doesn’t work. Any advice would be great. Thanks! |
February 5, 2015 at 8:36 am in reply to:
Dokan plugin: Get rid of "Customer / Seller" fields on registration page 35805 | |
Gabriel | Nayem, I tried to to use the Child theme again and see if I could remove the registration field and then add in new ones like you said. In my functions.php of my child theme I typed in the following (to try to first remove the function): remove_action( ‘woocommerce_register_form_start’, ‘dokan_seller_reg_form_fields’ ); This didn’t work. Can you tell me what I did wrong? |
February 4, 2015 at 8:42 am in reply to:
Dokan plugin: Get rid of "Customer / Seller" fields on registration page 35683 | |
Gabriel | Worked perfectly. Thanks, Nayem! |
January 22, 2015 at 8:53 am in reply to:
Anyone want to team up? Features we want. 34785 | |
Gabriel | Hi Brenda, I just sent a request to join the FB group. I was able to change the all users into sellers, get rid of the radio buttons and customize the registration fields. Unfortunately, I was not able to make the changes in the child theme: I had to make them in the parent theme and use that. I kept a list of my changes in a document. Brenda, can you tell me more about the Stripe plugin? Can I find it in the WordPress plugin directory? Or can I get the code from you? Thanks, Brenda. -Gabe |
January 21, 2015 at 1:27 am in reply to:
Dokan plugin: Get rid of "Customer / Seller" fields on registration page 34652 | |
Gabriel | Hi Nayem, Was trying to change the fields that you said. Should I also change the second line? $role = isset( $_POST[‘role’] ) ? $_POST[‘role’] : ‘customer’; Should I change Also, if I comment out lines 393-404, will that cause any trouble later on? It seems from the code that Dokan needs that info for Seller info. If I comment that out, will it be missing seller info (first name, last name, address, etc)? Is there a way that I can have all this information as a part of registration, but above the rest of the registration fields? Thanks again for all the help, Nayem. Best, |
January 10, 2015 at 6:26 am in reply to:
Dokan plugin: Get rid of "Customer / Seller" fields on registration page 33752 | |
Gabriel | Hi Nayem, Thanks for the offer! I’m actually trying to teach myself programming so I try to do as much as I can myself. Even if it is just entering code that people give me or that I find online. Do I just put the codes that you gave me into the child theme functions.php? Or would I have to enter in new code? I’m not too sure about how I would be able to comment out the “customer/seller” fields (lines 393-404) in the registration page through customizing the child theme. How do you stop the original code from overriding the new child theme code? Thanks, Nayem. |
January 8, 2015 at 10:13 am in reply to:
Dokan plugin: Get rid of "Customer / Seller" fields on registration page 33625 | |
Gabriel | Hi Nayem, thanks for the help! Nizam gave me the following code to put in functions.php in my child theme: add_filter( ‘woocommerce_new_customer_data’, ‘gabe_new_user_data’ ); Would this conflict with the code you gave me? Thanks Nayem. |
January 5, 2015 at 4:56 am in reply to:
Automatically approve sellers 33384 | |
Gabriel | Found it! Thanks so much, Ryan! -Gabe |
December 4, 2014 at 10:37 am in reply to:
Stripe for Marketplaces 31766 | |
Gabriel | Sekander, I would like to be notified when this feature is programmed into Dokan. This is something I would really like as well, since I prefer Stripe. -Gabe |
November 18, 2014 at 8:32 am in reply to:
Auto-activate Sellers 30663 | |
Gabriel | Hi guys, Can you tell me which Gravity Forms plugin you are using? In the WP plugin directory there seem to be a lot from different companies. I’m having the same problem: trying to make it so all my users can sell. Thanks! -Gabe |