Loaded and voucher email is sent after enterimg data, but when yo click on link it says item not found
on WP backend it shows 0 uses and 0 downloads
is this simply and old plug in?
]]>Great plugin but the generated PDF has text overflowing on the right-hand side and is not readable. Is there a way to correct that? Any help much appreciated.
]]>Hi, is there any documentation or anywhere we can get support on for adding additional fields to the form?
Also, currently, people can only download the PDF once, regardless on whichever device. How can I maybe include the voucher in the email, or allow them to download it multiple times?
Hello,
Before I install this plugin I want to make sure it will work for me. I want to create a PDF coupon that can only be accessed twice from the same IP address so people can’t keep printing and printing.
Does this plugin support that?
]]>Hi. Simply, the PDF doesnt show or download after the link is activated. The error message reads: Invalid format.
I discovered it only opens if the voucher is not restricted to email vouchers. please assist, as we need an email registration for our use of this plugin.
Thnaks.
]]>I went to https://www.ads-software.com/support/topic/plugin-voucherpress-returnemail-address/ and found this article, which directed me to download Mailfrom.
It shows a different email address to the one sending an email from the 1 email I did receive of the many emails I tried across many email addresses and it’s the wrong email address, and nothing to do with what’s showing on MailFrom.
can you help please?
]]>Hi there, I have downloaded this plugin and was thrilled – until I did some tests and the vouchers were not being received via email… How to fix?
]]>Is there a way to extend the voucher registration form?
I read on your site you have it available for a small price.
Kind regards
Vincent
]]>HI, I am new to wordpress and this forum too so don’t know how to use it. Any way coming to Topic- I found Voucher Press Plugin very useful But Issue is-
1- I enabled the option ” required email register to download the voucher” but when visitor give registers, goes to his email and clicks the download Link- it says “sorry can’t be downloaded” ( using mobile ). again if visitors click same link from email, it says- you have already downloaded voucher where as visitors were unable to download it.
2- If i have Disabled option “Required email register to download the voucher” than visitors just click voucher & can download it from any device but if downloaded 1 voucher, it shows 3 vouchers downloaded. If i have assigned voucher to a post which can be downloaded 6 number of times than just after 2 downloads it says voucher over and in download history it shows 6 vouchers downloaded.
3- I request Voucher Press plugins developers to have a contact form atleast in their website. while trying to contact using Voucher Press website, it says login to contact us but there is no Login or register option in the website.
Please help me solving this issue.
]]>how to change email template? i want to change email text and change the link text into download button?
]]>Just a small suggestion to change the documentation on ‘Hooks’ for Voucherpress. The ‘add_action’ function requires a parameter if the number of arguments being used is greater than one. Otherwise you only receive 1 value in your bespoke callout function.
add_action( string $tag, callable $function_to_add, int $priority = 10, int $accepted_args = 1 )
For example:
add_action( ‘voucherpress_download’, ‘my_voucherpress_download_function’ );
function my_voucherpress_download_function( $voucher_id, $voucher_name, $code ) {
// do something here…
}
Will only return a value in $voucher_id
It should read:
add_action( ‘voucherpress_download’, ‘my_voucherpress_download_function’,10,3);
function my_voucherpress_download_function( $voucher_id, $voucher_name, $code ) {
// do something here…
}
Hope that helps others.
]]>When I run a WordPress Export (xml) to migrate a website, the Voucherpress data is not copied across and I need to reset all the Vouchers on the new installation. Is there something I am missing on the export process please or another method to extract the data to re-import to another installation? Thanks.
]]>Hi. Simply, the PDF doesnt show or download after the link is activated. The error message reads: Invalid format. Please help asap, as this voucher needs to be live today. Thank. Please see the voucher link on: https://www.ibiskitchen.co.uk/offers/
]]>After updating plugins my site is now down with this error message: Fatal error: Call to undefined method Plugin_Register::Plugin_Register() in /home3/timble32/public_html/touchedtherapies.com/wp-content/plugins/voucherpress/voucherpress.php on line 2801
Help please.
]]>Translated plugin on the Russian language. At what address to send the localization files?
Also I found a problem with the coding of the voucher when filling it in Russian
My email: [email protected]
]]>Hi Chris
Thank you so much for the work you have completed on this plugin so far, I think it is a great project with much potential. I am considering using it a starting point of a project I am testing.
One thing I wanted to check was have you had any issues getting voucher press to work in a MAMP environment? I have tried a few version of wordpress, all within your tested compatibility range, I also tried various version of php, but to no avail I could not generate a pdf on my local install. I also upped the memory allocated to 256MB.
As soon as I tried on my remote linux dev server the voucher generation worked totally fine. Maybe you could test of at least add a note on the plugin description that states that some people may have issues when developing locally. FYI. My MAMP install mirrors my remote dev for memory, sql and php versions.
Best regards
Paul
]]>Hello,
pdf text not visible in iphone . Please help
Thanks
]]>Hi,
thanks for the great work! How can I translate the plugin in Bulgarian?
Cheers,
Rossy
Thank you for this great plugin.
I have used LOCO-Translate to translate the plugin into German.
But there is a small problem with this line, I think it should be
$out .= ‘<p>’ . __( “Thank you for registering. You will shortly receive an email sent to “, “voucherpress” ) . trim( $_POST[“voucher_email”] ) . __(“‘ with a link to your personalised voucher.”, “voucherpress” ) . ‘</p>’;
and then loco-translate is able to support the plugin.
]]>1. We can display coupons on any page or post
2. If any user clicks on coupons a new window opens with a registration form. and as soon as the user finishes the registration process.
3. Three automated notification mails generated
one is confirmation notification for user who register
second one is for admin
Third one is for coupon provider
4. In Back End user can Create Coupons and Check analytics on it
]]>This is some example with Voucherpress enabled and disabled using curl -I https://www.spazionapoli.it
Enabled :
HTTP/1.1 200 OK
Server: nginx
Content-Type: text/html; charset=UTF-8
Vary: Accept-Encoding
X-Powered-By: PHP/5.6.26
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Link: <https://www.spazionapoli.it/wp-json/>; rel=”https://api.w.org/”
Link: <https://www.spazionapoli.it/>; rel=shortlink
Last-Modified: Sat, 15 Oct 2016 13:16:47 GMT
Accept-Ranges: bytes
Date: Sat, 15 Oct 2016 13:16:47 GMT
X-Varnish: 1925846734
Age: 0
Via: 1.1 varnish
Connection: keep-alive
X-Cache: MISS
Disabled :
HTTP/1.1 200 OK
Server: nginx
Content-Type: text/html; charset=UTF-8
X-Powered-By: PHP/5.6.26
Last-Modified: Sat, 15 Oct 2016 13:00:08 GMT
Vary: Accept-Encoding
Date: Sat, 15 Oct 2016 13:17:06 GMT
X-Varnish: 1925848050 1925847866
Age: 2
Via: 1.1 varnish
Connection: keep-alive
X-Cache: HIT
In a big concurrent visitor enviroment the Expire header in the past, mean all request (basically GET) cannot cached, and the page need to be reload, with a lot of PHP and MySQL Load, until server crash.
Please remove this “feature” … it’s useless and a serious bug.
Best Regards,
Marco Marcoaldi
]]>Hi, I use the option that allow you to require the email address of the user to download the voucher. On desktop it works very well, but I have a problem on mobile devices: when I try to open the downloaded file appears the message “PDF in invalid format”. I tried different version of Android and different apps to open the pdf, but with no results. On iOs I can see the voucher, but I can’t download it, because It seems that the operative system doesn’t recognize it as a pdf; it’s like an image.
Thanks for your support.
Have a nice day.
Sam
Hi Chris,
Im a voucher selling company.
I want to use your plug in only the vouchercodes have a unique serialnumer.
How can i add the vouchercode and serialnumber at once?
Kind regards Soes
]]>Hi
I have just downloaded the plugin and it is great but is it possible to insert an image?
Is it also possible to upload your own template?
Thanks
Rob
Hi, we all like your Plugin this you have seen in the Survey, but whats your actually Status?
Is coming a new Version of Voucherpress?
]]>VoucherPress send three requests to download a file.
]]>although this plugin is not compatible with the new wordpress version (that’s what i read before install), this quit working well in the new version, because i use this plugin just for some event, so i think it’s working well for now.
Yes it’s has download limit by email per user, my problem is i still can fill the email form after i click the voucher, is there any way to validate the email before mail was sent, like after click on register for voucher redirect or alert that the email is already used. it’s kinda weird if we can limit per user, but we still can fill the regist form and received the email.
anyone know how to validate the email in first step?
]]>Hi there
Great plugin, testing it out so for now. Two questions.
1. When the voucher runs out…it redirects user to WP page with the warning VOUCHER EXPIRED. How do i add this to a page within the theme…so the warning looks like its part of the site.
2. When a user adds their details to download it..how do i see who downloaded a voucher? IS this possible, would be great for lead generation.
]]>Chris,
Love the plugin! We send a voucher to our loyalty members. Once they redeem,we send a survey to the customer after they visit the restaurant and once they fill out the survey, we send they another voucher for a free appetizer. On the free app voucher, I want it to expire 10 days after the customer downloads the voucher. So is there a way to to download date pr Now() plus 10 days and make that when their individual voucher expires? Because every customers voucher expiration date would be different. Thank you, Philip
Hi i’ve installed your plugin and created a voucher (sent by email registration) but when i try to open the link i get on my email it gives me this error: “Sorry, that item was not found”
Can you help me please?
Thanks
]]>