“the automatic email notification does not work.” — may you please explain it little more.
Hi,
For allow access field, if you want remove “All Visitors”, set only “Administrator” as default value in add-on settings.
Everything was explained here
https://wordpress.org/support/topic/no-download-link-after-purchase-2/#post-17197785
@sabine-juerges, please send us temporary wp-admin login info in a private reply, we shall set it up there for you.
It is published now:
$post
var contains all data sent through form submission. File types are package information, use the following code snippet:
$file_type_array = WPDM()->package::fileTypes($package['ID'], false); $file_types = implode(', ', $file_type_array); $message .= 'File Type:' . $file_types ;
Yes, we have Image watermark add-on, but it is not public yet, however, we have plan to release it within the next week.
Hi,
Please send me temporary wp-admin login info in a private reply, I shall set this up there for you.
Hi
Sorry for your inconvenience, you should be able to download now.
Please update wpdm pro and all add-ons to their latest version.
I’ve checked your setup, looks like your are trying to send data from email lock form. They are all in $post
variable. You have to use $company = $post['custom_form_field']['Company-Name'];
. Please try now.
You’re welcome :).
Your order is active now.
Duplicate charge has been refunded, you should receive the confirmation email by now.
You may use this plugin:
not clear, may you please explain a little more.
Noted for implementation.
Use can add constant define('WPDM_USE_POST_TAGS', true);
in your wp-config.php to keep post tag instead of custom wpdm tags.
Noted for implementation with the next update.
Replace $company = wpdm_acf($post['acf_EmailLock_Company'],'EmailLock/Company');
with $company = wpdm_acf($package['ID'],'EmailLock/Company');