Forum Replies Created

Viewing 15 Topics - 1 through 15 (of 43 total)
Author Posts
October 31, 2014 at 1:57 am in reply to: Required fields in registration 29492
Anders Anders

Hi!

I have now updated to the new plugin, but now I can’t get this to work 😛 Any ideas? 😉
How to make fields in the registration not required?

October 21, 2014 at 1:09 am in reply to: Easy Digital Downloads 28764
Anders Anders

Hi!

Any progress?

August 4, 2014 at 3:59 pm in reply to: A few issues and a few questions… 24499
Anders Anders

How great 😉 But hos did you manage to do the connection to WooCommerce and the Dokan plugin? And how did you connect it with the dashboard and making New products?

Anders 😉

August 2, 2014 at 12:50 am in reply to: Easier uploader of digital products 24377
Anders Anders

Do you know how long time it will take? Is this one of your priorities?

August 2, 2014 at 12:27 am in reply to: A few issues and a few questions… 24376
Anders Anders

Hi Kevin!

Did you manage to get this to work? I also think that the Dokan upload function is terrible.
If you have any progress, please let me know – since I am struggeling myself integrating it with WPUF Pro

July 19, 2014 at 6:30 am in reply to: Easier uploader of digital products 23763
Anders Anders

Or is it possible to add another upload function? Is the uploader a standard WooCommerce uploader, or is it something you have made yourselves?

July 18, 2014 at 12:24 pm in reply to: Easier uploader of digital products 23742
Anders Anders

For example, how are you doing with the Easy Digital Downloads integration? Is a better upload option something that have to be done by personal customization?

May 10, 2014 at 7:22 pm in reply to: Update 1.0.4 crash 20250
Anders Anders

Hi!

If you take a look at my website you can see that every menu and other text boxes are misplaced. I used my website earlier today, and everything looked normal – then I updated, and then everything went wrong 😛

May 1, 2014 at 5:25 pm in reply to: Ajax Live Product Search – search in product text 19763
Anders Anders

Hmmm… That’s strange 😛 Now it works for me too 😉
Thank you 😛

May 1, 2014 at 4:46 pm in reply to: How to add custom fields in vendors profile 19757
Anders Anders

Hi!

There should be a field for the seller to write some text about themselves 😉
A standard text box 😉

April 8, 2014 at 7:31 pm in reply to: How to add more field in registration form 18289
Anders Anders

I found out of it although Wedevs does not answer 😉 When you have finnished the steps over deleting required="required" and <span class="required">*</span> in dokan/includes/template-tags.php on line 367, you have to do one more thing.

Go to the dokan/includes/wc-function.php: find

 if ( $role == 'seller' ) {

        $first_name = trim( $_POST['fname'] );
        if ( empty( $first_name ) ) {
            return new WP_Error( 'fname-error', __( 'Please enter your first name.', 'dokan' ) );
        }

In stead of “seller” add some thing else here: for exemple subscriber 😉

Then the fields will no longer be required 😉

April 8, 2014 at 7:31 pm in reply to: Required fields in registration 18288
Anders Anders

I found out of it although Wedevs does not answer 😉 When you have finnished the steps over deleting required="required" and <span class="required">*</span> in dokan/includes/template-tags.php on line 367, you have to do one more thing.

Go to the dokan/includes/wc-function.php: find

 if ( $role == 'seller' ) {

        $first_name = trim( $_POST['fname'] );
        if ( empty( $first_name ) ) {
            return new WP_Error( 'fname-error', __( 'Please enter your first name.', 'dokan' ) );
        }

In stead of “seller” add some thing else here: for exemple subscriber 😉

Then the fields will no longer be required 😉

April 3, 2014 at 11:11 pm in reply to: How to add more field in registration form 17978
Anders Anders

I guess that there is here I have to change something 😉
Dokan – E-commerce with WordPress made easy: wc-functions.php (includes/wc-functions.php)

April 2, 2014 at 11:51 pm in reply to: How to add more field in registration form 17871
Anders Anders

Any tips?

April 2, 2014 at 12:24 pm in reply to: How to add more field in registration form 17835
Anders Anders

Hi!

Thank you for your quick reply!

I have already done that, but it seems like there is some kind of woocommerce problem when I have deleted that 😛 Your form is no longer requiring it, but woocommerce do.

How do I disable this for woocommerce as well?

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