iamdev
Forum Replies Created
-
Thank you for the insight but required as my store sells expensive items and user need it in the installment.
So can you guide me to change the payment intent thing and whenever the user changed the payment method used, as i am changing it whenever the payment method is changed not particular for individually for every product
I tried this code after going through your code but it doesn’t seems to work
// Namespaces for Stripe Payments Plugin use PaymentPlugins\WC_Payment_Gateway_Stripe_Connect as StripeConnect; use PaymentPlugins\WC_Payment_Gateway_Stripe_API as StripeAPI; // The action hook 'woocommerce_payment_gateways' add_action('woocommerce_payment_gateways', 'override_stripe_api_keys_for_credit_card_gateway'); function override_stripe_api_keys_for_credit_card_gateway($gateways) { // Checks to see if the "Credit Card" gateway is being initialized. if (isset($gateways['stripe_cc'])) { // Replace 'your_stripe_user_id_for_cc' with the ID of the Stripe account you want to use for the credit card payment. $custom_settings = get_option('stripe_account_your_stripe_user_id_for_cc_options'); $gateway_settings = array( 'account_id' => $custom_settings['account_id'], 'secret_key_live' => $custom_settings['secret_key_live'], 'publishable_key_live' => $custom_settings['publishable_key_live'], ); // Set Stripe API keys StripeAPI::set_secret_key($gateway_settings['secret_key_live']); StripeAPI::set_publishable_key($gateway_settings['publishable_key_live']); StripeConnect::set_account_id($gateway_settings['account_id']); } return $gateways; } }
Forum: Plugins
In reply to: [WPGraphQL] Fetch all media source URL of a post by slugAny idea on it?
Forum: Plugins
In reply to: [WP Story] Allow users to post their storiesI would like to add that feature too.
- This reply was modified 4 years, 7 months ago by iamdev.
Forum: Plugins
In reply to: [WP Story] Allow users to post their storiesHey @bikerflyeradmin, Can you please share with me how you made it possible for adding buddypress user an ability to post stories from their profile.
Forum: Plugins
In reply to: [WP Story] Allow users to post their storiesOkay, Can you make it possible for my buddypress site i will pay, or any guide to make that possible will be greatly appreciated.
Forum: Plugins
In reply to: [Verified Member for BuddyPress] Let user to ask for verificationI would be a great to let user to request a verification. Are you interested to add that feature in your plugin.
Forum: Plugins
In reply to: [WP Story] Allow users to post their storiesCan you make this plugin to allow users to post stories from frontend just like how frontend post editor work. It would be great to see that addition.
sorry i was a bit busy so couldn’t reply but i have send you the message with the url please check and please do solve the problem
ok where can i send you the website link privately
No my theme don’t have any custom login path i just set the custom login path from your plugin and user cannot reset their password
hey the new update didn’t solve the problem still user can no longer reset their password
After testing it what i have seen is that when you keep the default login name or don’t tick the hide my wp-login.php page OPTION AND CHANGE THE LOGIN NAME AFTER IT then it is working because wp-login.php?action=lostpassword make the path correct according to the wordpress core
- This reply was modified 5 years, 7 months ago by iamdev.
Hi,
thanks you for your reply even after setting default path for lost password same message occur, i am using onesocial theme from buddyboss
Forum: Plugins
In reply to: [Block, Suspend, Report for BuddyPress] feature to report activityThanks,
It would be great if these functionality are added.