You’re welcome :).
Okay now. Had to update pdf stamper to v3.0.3.
Glad to hear that :). If you get some free moments, please give us a 5* here https://wordpress.org/support/plugin/download-manager/reviews/?rate=5#new-post, it will inspire us a lot. Thanks in advance :).
You simply need to update wpdm pdf stamper settings properly ( Demo: https://try.wpdownloadmanager.com/addons/wp-admin/edit.php?post_type=wpdmpro&page=settings&tab=pdf-stamper ). However, please send me temporary wp-admin login info in a private reply if you need assistance with the setup.
Here is a demo for that:
https://try.wpdownloadmanager.com/download/same-file-with-different-languages/
Attach all 3 files with the same package and add custom file title specifying the language. Then in link template, use [file_download_links] instead of [download_link] tag and in page template [file_list] or [file_download_links]
@wafwa_admin, please create a new ticket.
We have fixed it, updated will be released within next 48 hours.
When are you seeing success message, the email/domain block option should work fine with user signup/login and download action.
Fixed for the next update, will be released within the next 48 hours.
You can use the following code to add package title with gravity form email:
add_filter( 'gform_pre_send_email', 'before_email' , 10, 4);
function before_email( $email, $message_format, $notification, $entry ) {
$field_id = get_option('__wpdm_gf_'.$entry['form_id'].'_fieldid');
$pid = (int)$entry[$field_id];
$email['message'] .= '<hr/>Package Name: '.get_the_title($pid);
return $email;
}
We have fixed it for the next update. Will be released within the next week.
noted ๐
Hi,
Thanks to the report, we are checking them now.
please update to 3.1.3
working fine now after I’ve updated the AWS SDK.
Done. Please check the invoice now.
I found, initial it was not working as you missed the Usage step #2 here https://www.wpdownloadmanager.com/download/wpdm-form-lock/
As I see your have multiple purchases, please give me the order ID where you need to adjust invoice date.
Hi,
Just tested on your site in details. The add calling email function properly, but looks like server is blocking the email, may you please contact your server support, they will be able to let your know about the email sending issue. Please confirm me after your contact your server support.
No, you won’t charge again.
No worry, we shall add it with the next update.
I’ve tried to deactivate some plugins there, but suddenly site admin trowing error now.
Please send me ftp details in a private reply.
“User Signup Approved” doesn’t have the username and password,
You can use {{name}}, {{display_name}}, {{email}}, but not the password.