144 comments found.
Does this plugin support Stripe Subscriptions?
Unfortunately, no.
what’s the “backend” looks like? Can I track all my sold codes? Thank you for your help.
No. It just to sell codes.
Hi. Currently I don’t have such plans. But thanks for idea. I’ll learn more about it when I have time.
Hey, everything works really good, but the plugin does not send the mail with the code. In the Dashboard everything looks good. And the Transaction shows “Completed”. What should i do? Any ideas?
Hi. Check spam folder, please.
Great plugin – works with no glitches. Is there a feature to buy a gift voucher, i.e. to pay with your email with PayPal, but to send the voucher to a friend’s email address?
Plugin sends voucher to email address submitted through payment form. You can put friend’s email address there but pay with your paypal.
Thank you for the quick response.
By now your plugin should have an integration with woocommerce, that even can increase sell.
Though it has it’s own payment gateways that is not enough, integrating with woocommerce it can be use for more function/projects. Currently is very limited
Thank you
Thanks for suggestion.
Hello!!! Your plugin for some reason does not appear in the plugin Envato Market to update automatically. It’s embarrassing. Tell me how to update it manually. And it is bad that it is impossible to look at the list of changes.
Not to delete all entered codes
Hi. To update the plugin you just need overwrite existing files by new ones.
Hi, is it possible to have changelog ?
I already sent you a message about PAYZA.com > PAYZA.eu
Then STRIPE will have a big change on 14 september. Can you update it please? > https://stripe.com/payments/strong-customer-authentication
thank you
Hi. Do not worry. Everything will be ready in time. 
thank you
Hi, any update about STRIPE ?
Regards
Hi. It’s ready. You can download new version form CodeCanyon. Don’t forget to configure Stripe integration. 
Hi,
I downloaded new version from codecanyon but stripe sent me this :
I quickly wanted to follow up on my previous message to see if you’re having any trouble updating your Stripe Checkout integration from the beta to the public version. Our records indicate that one or more accounts are still on the beta version of Checkout:
My Account
As a reminder, you’ll no longer be able to accept payments using the beta version of Checkout starting November 15.
Please read the migration guide0 to start updating your integration.
And let me know if there’s anything we can do to help you with the update.
Thanks, Evan Weiss Product Manager, Stripe Checkout
[0] https://stripe.com/docs/payments/checkout/migration-from-beta
It’s look like you dont do right thing ?
Regards
I did right thing. Their new checkout was in beta. I’ll learn more about migration.
Updated plugin. Removed “beta” flag.
thx I will try 
I want the generated code sent by email to be displayed also on the site on the thanks page. Is it passed as a post parameter or ajax or similar?
Unfortunately, there is no such feature.
This is very simple, here a sample script that does the job:
$txid=$_POST[‘txn_id’]; $sql = “SELECT code_id FROM ”.$wpdb->prefix.”cs_transactions WHERE txn_id = ’”.$txid.”’ AND (payment_status = ‘Completed’ OR payment_status = ‘Success’ OR payment_status = ‘confirmed’ OR payment_status = ‘complete’) AND deleted = ‘0’”; $rows = $wpdb->get_results($sql, ARRAY_A); if (sizeof($rows) == 1) { $codeid=$rows0; $sqlcode = “SELECT * FROM ”.$wpdb->prefix.”cs_codes WHERE id = ’”.$codeid.”’”; $rowscode = $wpdb->get_results($sqlcode, ARRAY_A); if (sizeof($rowscode) == 1) { $code=$rowscode0; } }
Pres Sale Question: I’m interested. I ran the test with “free coupon” But the result of the email was dropped in the “spam” box. Can you avoid this?
It completely depends on your server. If IP of your mailing server is blacklisted, nothing will help you. 
Hello!!! Very good plugin. You can not add a payment system Yandex Money? A lot of people use it. Thanks
Thanks for idea. I’ll learn more about it when I have time. BTW, InterKassa works with Yandex Money.
Thanks for understanding. Everyone wants to work directly, not through intermediaries. So much more convenient. We look forward to your update 
Hello!!! It’s been two months and nothing. You understand one thing that through Yandex Money can be paid directly via Bank cards. Something similar to Stripe, but Stripe doesn’t work with many countries. That’s why Yandex Money is important for many. That’s why I’m asking you to add it. Thanks.
Hi. Unfortunately, at that moment I’m busy under other projects. I already checked what Yandex.Money is. But I can’t tell you exactly when it will be added into the script.
Will this work with Dokan? Oh you don’t know what Dokan is? Jesus how is that even possible?
I have no idea what is Dokan.
Hi,
I didn’t received email update notification (all is configured). Do you manage it or Codecanyon (envato) does?
Is there another way to get in touch ?
++++++++++++++++++++
I sent you message about payza.com doesn’t work anymore > you need to change URL to payza.eu
Regards 
Hi,
1. I don’t send email with update notifications.
2. Thanks for letting me know about payza. I’ll include it into todo list.
working fine with stripe but not with paypal takes payment does nto send file please advise
Are PayPal transactions registered in your WP dashboard? Check it on Transactions page, please.
good afternoon. quik question, do you support mycred?
Hi. Unfortunately, no.
that’s too shabby. alright, ill keep looking for something same but with my cred option.
Pre-Sales Question-Can I place the short code on a 3rd party site for them to sell my voucher codes produced by your plugin? example-https://www.giftcards.com/.
Unfortunately, no.
Hi, does your plugin support Dokan multivendor plugin?
I’m not familiar with this plugin. Never heard about it.
when i upload a list of codes. will they still be sold one by one, and can i sell like 10 pachages if i want
10 codes at once i mean
and can cutomers chose how many codes they wany
List of codes are uploaded when create/edit campaign. There is no feature to sell several codes at ones.
The script isn’t working. Error pop up: Remote .js requires jQuery to be loaded first. I installed the script, updated all info and inserted the suggested script tag into a new stand alone html page but nothing.
Hi. You need to do what it says: include jQuery into your page. And it must be above remote.js 
Think I got it working. It would be nice to offer an example of code though in your example.
Hi, I’d like to purchase this plugin but for my use I want the free generated codes to be displayed directly on the site (not by e-mail) and without having to enter an e-mail. Is this a feature. If it’s not would it be possible to easily customize this?
Hi. Unforrunately, there is no such feature and I’m not available for freelance work.