• Resolved nichelead

    (@nichelead)


    Hi,

    Can you please explain more about items 13 & 14 on your FAQ:

    “14. To pass public descriptor you can comment out ‘statement_descriptor’ in charge creation.”
    – What is public descriptor/statement descriptor?
    – commenting it out will be overwritten when updating the plugin. Can you please provide in the FAQ a snippet to add in function.php that will do that.

    “15. To prevent stripe receipt on billing email comment out ‘receipt_email’ from charge creation.”
    – commenting it out will be overwritten when updating the plugin. Can you please provide in the FAQ a snippet to add in function.php that will do that.

    Thanks! 🙂

    https://ww.wp.xz.cn/plugins/stripe-woocommerce-addon/

Viewing 15 replies - 1 through 15 (of 16 total)
  • Plugin Author syednazrulhassan

    (@nazrulhassanmca)

    public descriptor/statement descriptor is the one that appears on customer credit card statement

    I am passing a cutom descriptor on plugin like Blogname order no

    To make it default you need to comment out that line in charge creation now what will be public descriptor if you comment out that line should be asked here

    Now Stripe will send their own recipt on the email that is passed in charge creation as ‘receipt_email’ which i have passed as billing email if you dont want your customer to receive that email from Stripe you will have to comment out that line

    Thread Starter nichelead

    (@nichelead)

    Thanks for explaining the descriptor – the descriptor your plugin pass is ok for me, as it includes the site’s name.

    About the receipt email from Stripe – I would like to remove it, as my site/woocommerce already sent a receipt email.

    How can it be removed with code in the function.php so when the plugin update it will not reverse this change?

    Thanks!

    Plugin Author syednazrulhassan

    (@nazrulhassanmca)

    For now you will have to do that in plugin. As only one or two updates might come in future as I am moving to paid version. For additional features

    Plugin Author syednazrulhassan

    (@nazrulhassanmca)

    Also user test case & feedback are best testing part of a product I will love to hear your feedback on this also would like you to leave feedback on plugin hope you don’t mind that

    Thread Starter nichelead

    (@nichelead)

    Opps, sorry, i just realized that I didn’t leave a review. I’m a big fan of you and I was sure I already left a review… Anyway, just fixed it now 🙂

    [In the paid version, it will be the same issue – will still need snippet to exclude the Stripe email]

    Plugin Author syednazrulhassan

    (@nazrulhassanmca)

    No I can have a settings in admin for public descriptior and recipient email that will fix the case

    I am trying to understand subscription and working on that these days saved card took a lot of time so had to put as paid version price is very less 🙂 so anyone can buy easily.

    Thread Starter nichelead

    (@nichelead)

    Yes, admin options is definitely the right way to do it.
    Paid version is a good idea and I will probably switch to the paid in few days – let me know about fixing the settings.

    [I think for getting more customers to the pro version, you should keep updating the free version, so new people can try and see how great is the plugin and your support, and will feel easy to pay a little to get the pro features]

    Plugin Author syednazrulhassan

    (@nazrulhassanmca)

    Correction : in statement descriptor only this is being passed

    ‘statement_descriptor’ => ‘Order#’.$wc_order->get_order_number(),

    This creates like Order#456

    Because it has limit of 22 chars and I had got error long back for long Blog Names so I just passed the order no
    You can check in stripe dashboard each charge must be carrying it

    Thread Starter nichelead

    (@nichelead)

    Thanks

    Thread Starter nichelead

    (@nichelead)

    Hi,

    Can you please add settings in the pro version to disable the Stripe Billing Email & the statement_descriptor?

    I want to buy the pro.

    Thanks 🙂

    Plugin Author syednazrulhassan

    (@nazrulhassanmca)

    To be sure you use SSL on your site right ? before buying pro version can you try the demo as well so you know how its working

    Thanks

    Thread Starter nichelead

    (@nichelead)

    Yes, I use ssl.
    Where do i try the demo? I followed the “check our demo” link on http://plugins.kshatriyayuvamunch.in/index.html, but there is no demo there…

    Plugin Author syednazrulhassan

    (@nazrulhassanmca)

    there is demo you being customer can buy the product with test cards

    http://www.kshatriyayuvamunch.in/

    Plugin Author syednazrulhassan

    (@nazrulhassanmca)

    you need to create a customer account and then again checkout all products are demo and you will have to checkout with test cards only

    Thread Starter nichelead

    (@nichelead)

    to complicated testing for me 🙂
    Just let me know as soon as the settings are fixed and I will buy.

    Thanks

Viewing 15 replies - 1 through 15 (of 16 total)

The topic ‘FAQ 14 & 15’ is closed to new replies.