Forum Replies Created

Viewing 11 Topics - 1 through 11 (of 11 total)
Author Posts
June 30, 2015 at 5:02 pm in reply to: PayPal Adaptive not working 53779
Stephen Stephen This reply has been marked as private.
June 30, 2015 at 3:01 pm in reply to: PayPal Adaptive not working 53743
Stephen Stephen

What do you mean by there is something wrong? Is PayPal not accepting the credentials, is it blocking the IP, is the plugin not sending all required PayPal details?

June 30, 2015 at 2:47 pm in reply to: PayPal Adaptive not working 53735
Stephen Stephen

Hi Nayeem,

I have copy-pasted the credentials from PayPal and made sure that I didn’t miss out any characters or added any spaces, so you they are 100% correct.

June 30, 2015 at 2:03 pm in reply to: PayPal Adaptive not working 53719
Stephen Stephen

Yes, I have done some customization on the front end part where you add a product. This is mainly to integrate the Woocommerce Simple Actions plugin. The role customer was renamed to venue profile, and the role seller was renamed to regular profile.

I have tested with PayPal sandbox before adding the adaptive payments plugin, and the checkout worked. I have not done any customization on the adaptive plugin.

June 30, 2015 at 1:29 pm in reply to: PayPal Adaptive not working 53712
Stephen Stephen

Yes, go ahead.

June 29, 2015 at 10:53 pm in reply to: PayPal Adaptive not working 53629
Stephen Stephen

Hello,

It’s already been a week, is there any progress with the issue?

You told me that PayPal Adaptive was not enabled, but it was. This is how I get the PayPal error. Can you please do a test order and see for yourself.

Regards,
Stephen

June 28, 2015 at 12:25 pm in reply to: PayPal Adaptive not working 53435
Stephen Stephen

Hi again,

The payment method was enabled before, hence the paypal error. I still get the error when I am redirected to paypal. You can also try checking out with any details just to get to the paypal page

June 24, 2015 at 5:15 pm in reply to: PayPal Adaptive not working 52995
Stephen Stephen

Hi Nayem,

I have made sure that the sellers have a valid paypal account. That is not the issue. I can give you admin access for you to check the issue.

March 30, 2015 at 4:57 am in reply to: Dokan Subscriptions give package to user for free 40257
Stephen Stephen

Hallo Nayem,

I don’t think you understood me: I already have a basic pack which is free. My question is how can I activate a non-free pack for a user through the admin, without the user having to pay?

December 25, 2014 at 6:37 am in reply to: Default stock set to 1 32954
Stephen Stephen

I have managed to do this myself. This is how I did it:

Inside the file classes/template-shortcodes.php around line 145 just after

$post_data = apply_filters( 'dokan_insert_product_post_data', array(
      'post_type'    => 'product',
      'post_status'  => $product_status,
      'post_title'   => $post_title,
      'post_content' => $post_content,
      'post_excerpt' => $post_excerpt,
) );

$product_id = wp_insert_post( $post_data );

I have added the following code

//Set default stock to 1
update_post_meta( $product_id, '_manage_stock', 'yes'  );
update_post_meta( $product_id, '_stock', '1'  );

I hope this helps the other people trying to do this.

December 18, 2014 at 1:22 am in reply to: Disable "New Product" Emails 32490
Stephen Stephen

Thanks, this worked

Viewing 11 Topics - 1 through 11 (of 11 total)