obertscloud
Forum Replies Created
-
I think I am really close, maybe for everyone who has problems you can help us tweek this for our code snippet plugin please ?
function rt_rcp_stripe_add_stripe_intent_data( array $intent_args, RCP_Payment_Gateway_Stripe $stripe_gateway ) { $descriptor = 'VoiceofChangeNetwork'; if(isset($intent_args['payment_intent_data'])) { $intent_args['payment_intent_data']['statement_descriptor'] = $descriptor; } else { $statement_descriptor = []; $statement_descriptor['statement_descriptor'] = $descriptor; $intent_args['payment_intent_data'] = $statement_descriptor; } return $intent_args; } add_filter( 'rcp_stripe_create_subscription_args', 'rt_rcp_stripe_add_stripe_intent_data', 10, 2 );I just had another dispute, I have multiple websites, so I need this functionality.
I just lost another $180
this is costing me too muchI just spoke with stripe again they confirm you should provide this, can you please let me test a beta version ?
Forum: Plugins
In reply to: [Membership Plugin - Kadence Memberships] Statement descriptor – fraud$calculated_statement_descriptor
$statement_descriptor
$statement_descriptor_suffix
Forum: Plugins
In reply to: [Membership Plugin - Kadence Memberships] statement descriptorJames
Thanks for finally replying
The Stripe setting in stripe is not possible I have one business multiple websites, it must come from the plugin or snippet of codesearching your plugin I Found
$calculated_statement_descriptor $statement_descriptor $statement_descriptor_suffixI am sure these are passed or their is a away with code, please help thanks
Forum: Plugins
In reply to: [Membership Plugin - Kadence Memberships] statement descriptorHello support are you even there ? I need this please in fact Stripe told me this is your requirement as a developer to allow people to modify the statement descriptor
it is simple code I can put in the snippet plugin to fire when a transaction or you can update your plugin and make it in settings ? Pleasei downgraded two vesions now export works fine, new version is a bug
james can you please answer the other support requests please ? thanks
Forum: Plugins
In reply to: [Membership Plugin - Kadence Memberships] statement descriptorHello can someone please reply, your website support says we must use this support, but if you cannot support us then please let us know so we can review you and find an alternative solution. thanks
Forum: Plugins
In reply to: [Membership Plugin - Kadence Memberships] statement descriptorthis is my code snippet for another payment form what is yours?
// The code will be applied to all forms add_filter('wppayform/stripe_checkout_session_args', function ($checkoutArgs, $submission) { $descriptor = 'VoiceofChangeNetwork'; $checkoutArgs['payment_intent_data']['statement_descriptor'] = $descriptor; return $checkoutArgs; }, 1, 2);hm maybe is another way to contact support, also what about recaptcha for registration ?
I added some text above the shortcode for now. Also to keep things in one thread, I found the no access customize message, but it does not say which level they need to purchase for example level 2 to be able to access that section. How do I show that ? We don’t want frustrated members.
Hello is anyone there ?
Forum: Themes and Templates
In reply to: [Visual Composer Starter] Outdated WooCommerce templatesThanks when is the updated 3 months is not so soon
I also notice the them has not been updated for a long time July last year and so I think it is behind a lot of other updates on WordPress and Visual Composer etcForum: Plugins
In reply to: [Visual Composer Website Builder] Overlaying elements – columnsThanks
If I try your plugin Visual Composer Website Builder how would I achieve this ?