Search Results for 'download link'

Viewing 25 results - 876 through 900 (of 9,402 total)
  • Author
    Search Results
  • #190873

    Marketing NSW
    Participant
    
    add_action("wpdm_before_email_download_link", "your_function", 10, 2);
    function your_function($post, $package){
        $package_data = get_post( $package['ID'] );
        $headers = 'From: Site Name <noreply@sitename.com>' . "\r\n";
        $headers .= 'Content-type: text/html' . "\r\n";
    
        // Set the time zone to Asia/Singapore
        date_default_timezone_set('Asia/Singapore');
        $current_date_time = date('Y-m-d h:i:s A');
    
        $message = '<html><body>';
        $message .= '<table style="border: 1px solid #ccc; background-color: #f5f5f5; border-collapse: collapse;">';
        $message .= '<tr><td style="font-weight: bold; border: 1px solid #ccc;">Downloader Name:</td><td style="border: 1px solid #ccc;">' . $post['name'] . '</td></tr>';
        $message .= '<tr><td style="font-weight: bold; border: 1px solid #ccc;">Downloader Email:</td><td style="border: 1px solid #ccc;">' . $post['email'] . '</td></tr>';
        $message .= '<tr><td style="font-weight: bold; border: 1px solid #ccc;">Package Title:</td><td style="border: 1px solid #ccc;">' . $package_data->post_title . '</td></tr>';
        $message .= '<tr><td style="font-weight: bold; border: 1px solid #ccc;">Downloader\'s IP:</td><td style="border: 1px solid #ccc;">' . $_SERVER['REMOTE_ADDR'] . '</td></tr>';
        $message .= '<tr><td style="font-weight: bold; border: 1px solid #ccc;">Downloaded Time:</td><td style="border: 1px solid #ccc;">' . $current_date_time . '</td></tr>';
        $message .= '</table>';
        $message .= '</body></html>';
    
        wp_mail(get_option("admin_email"), "Potential Leads - Visitor downloaded a file from the NSW website.", $message, $headers); 
    }

    View post on imgur.com

    Hi thanks for your guidance im able to use your code to modify it helps alot.
    This code above already works flawlessly, i have change to wpdm_before_email_download_link but i wanted to add “company” using advanced customfield. it didnt work, i wanted to add extra 1 info to the email notification.

    however i use the following code to add “company” it seems doesnt work:

    $company = wpdm_acf([acf_EmailLock_Company], 'EmailLock/Company');
        $message .= "Company: " . $custom_data . "<br>";

    not sure how to add that in.. could you guide me?


    Tanvir
    Spectator

    Hello,

    Thanks for the update. Package_url is not for the download. You can follow the below example for Purchase Confirmation email template.

    Thanks for your order at [#sitename#].
    Your Order ID: [#orderid#]
    Purchased Items:
    [#items#]
    You can download your purchased item(s) from the following link:
    [#order_url#]

    Regards
    Tanvir

    Great, thank you !

    It was due to the client id and secret id which were not entered, the emails works correctly now.

    But I still have a problem: I can’t insert the download link in the mail, I tried several variables like {{package_url}} without success. Which one should I use so that the buyer can download the package(s) he put in his cart?

    #190816

    Nayeem Riddhi
    Moderator

    Hello Barbara,

    Hope you are well. you can try creating your link template with the below code,

    <a href="[download_url]">[title]</a>

    please check and let me know if it helps you

    Thank you and regards

    Hello, I have double-checked, my Purchase Confirmation (To: Customer) and Purchase Confirmation – Guest (To: Customer) email templates are correctly configured with the shipping email address “insoliteguadeloupe@gmail.com”.
    I used the free Check Email plugin, the test works and my site sends an email which lands in my inbox.
    But when I make a test purchase via Paypal I do not receive the purchase confirmation email with the download links, after the payment process no emails are sent, neither for the admin nor for the customer

    I don’t understand why !!

    I will provide you temporary admin access in a private reply

    #190798

    Barbara
    Participant

    Hello,
    we’re looking for a way to make the download as sleek as possible: Only display the name of the download, and on click of the name the download should proceed – in our case the email lock window should open.
    Creating a template we found that the only way to add the download link (not detail-page link) is through the “Download” button. In a page with 50+ downloads below each other this looks very crowded.
    How can we make the title start the download instead?
    Thanks in advance!

    #190797

    Rainer Bartolain
    Participant
    This reply has been marked as private.
    #190792

    Humayon
    Spectator

    Hello,

    Thank you for your response.

    It seems the captcha and download are working fine: https://www.loom.com/share/f56bc01d4ef2427a95876eba7f161ff3?sid=0b52ed38-a517-4b24-a844-a51d2c75ef18

    However, regarding the email download, it’s working fine in our test environment/server.

    In this case, if possible, please share your staging website login access in a private reply so we can investigate the issue further.

    Also, can you please check the private link download limit and expiration time option from the settings?

    We are looking forward to hearing back from you.

    Regards


    Humayon
    Spectator

    Dear Trisha,

    I hope this message finds you well. We would like to express our gratitude for reaching out to us.

    To obtain the most up-to-date version of WPDM (WordPress Download Manager), please follow these steps:

    1. Log in to your account on our platform.
    2. Navigate to the “Download Area” within your account.

    Here, you will find the download link for the current version of WPDM, which you can access and install at your convenience.

    Additionally, we have created a reference screencast to assist you in this process. Please view it by clicking on the following link: https://www.loom.com/share/798289fd0ff749c0af5f360d651a78c3

    If you encounter any issues or have further questions, please do not hesitate to contact our support team, and we will be more than happy to assist you.

    Thank you once again for your interest in WPDM, and we look forward to providing you with the latest features and improvements. Should you require any additional assistance, please feel free to reach out at your convenience.

    Best regards,

    #190720

    Kali Fey
    Participant

    The dropbox links still work on their own. It is only when they go through download manager that they stop working.


    Trisha Miller
    Participant

    I am a purchaser of your Pro product, and there is a new version available but I’m unable to find a way to download it, I’ve searched through my “profile” and past purchases, etc. and cannot find a way to download the –current– version.

    I am unable to use the one-click update (or auto-update) because we’ve been forced to hack this plugin to add back in support for Post Tags, which is a critical necessity and is lacking in the plugin (for some reason you’ve chosen to actually unregister and remove support for Post Tags while adding custom tags).

    I reached out through your Chat, but the person who replied said you don’t maintain links to “past” versions. I am not looking for a “past” version, I need the CURRENT version, which as a current paid user I should be able to download. If you charge for a premium plugin then your purchasers should be able to download versions as they become available although I have no problem if you keep that link somewhere private, such as in my profile.

    Thank you for your prompt assistance, I’d like to update to current but have to add back in the Post Tags support before we can update.


    Mariusz G
    Member

    Hi. After the last update, Email downloads stopped working. Links to download files after e-mail subscription are not coming. There are no links in the spam folder either. I asked my friends to download the files. Everyone could download only once. Can anyone help solve the problem?

    #190697

    Sabine Jürges
    Participant
    This reply has been marked as private.
    #190644

    In reply to: Invalid Link


    Laura Miner
    Participant

    Thanks for checking. The problem is with the email links – I’ve checked the settings as you suggested and it still says “invalid link.” It’s happening now on my end as well on this package – https://literacylearn.com/download/matching-letters-with-pictures/ Since you have admin access can you check from the backend and see what’s happening? Thank you.

    #190638

    In reply to: Invalid Link


    Humayon
    Spectator

    Hello Laura,

    Thank you for your response.

    I have checked your referred issue and it appears that the download is fully functional.

    Please have a look at this: https://www.loom.com/share/6832b2a00adf4f13a8aca3fdd3c0254e

    However, if the link in the email is not working, please check the private link download limit and expiration time option from the settings.

    Regards


    AndreasB
    Participant

    Hi Tanvir,
    thanks for your answer.

    The second link you shared is not working with the asset ID.
    I am correct that this is only possible when I create a package for each file correct? If yes, than this is an issue for us, because we don’t want to create a packages for thousand of files.

    So isn’t it possible to use the asset shortcode without adding a folder for each user who clicked on the download button?

    Thanks Simone


    Marketing NSW
    Participant

    HI may i know if u could disable the download button on the use profile each allowed user would have to only play the video not download.
    we dun want the video get leaked. it is sensitive and confidential.

    View post on imgur.com

    it should be able to link to this site as above to play the video
    https://nswautomation.com/NSW/dashboard/nsw-smartglasses-blackening-automated-coating-system/

    View post on imgur.com


    Tanvir
    Spectator

    Hello,

    It is part of feature.

    We have created a custom asset download page for shared assets. From this download page, the user can also check various asset properties and preview the file. User can provide their feedback on an asset using the attached comment feature. Visitors will see this page when accessing the asset using a shared link.

    For detaile please check:

    Say hello to the Digital Asset Manager for WordPress and WPDM 5 ( EPSILON )

    If you want only to show download, you can use the shortcode below:

    [wpdm_package] – Single Package Embed Short-code

    Regards
    Tanvir

    #190609

    Humayon
    Spectator

    Hi,

    I have tested again and it seems the email download link is working fine as well: https://www.loom.com/share/d8a611afa1d5412fa90c17340964c28c?sid=14a6e5ad-e5cf-43ae-a60a-856d0220d67c

    However, if the link in the email is not working, please check the private link download limit and expiration time option from the settings.

    Regards

    #190603

    Vela Agency
    Member
    This reply has been marked as private.
    #190574

    Humayon
    Spectator

    Hi,

    Thank you for your clarification.

    I have tested and it appears that the download link is working fine: https://www.loom.com/share/e044f1191db04b4aae161e2351638415?sid=f02486bf-e712-496e-b226-513b6076492a

    Please let me know if I am getting it wrong.

    Regards

    #190573

    Aaton Cohen-Sitt
    Participant
    This reply has been marked as private.

    Humayon
    Spectator

    Hi,

    I have tested it in our testing server by simply pasting the download link using the Insert URL and it’s working fine.

    Please check here: https://wpdm.durnibar.com/download/insert-url/

    Can you please try after reading the download link?

    Regards

    #190481

    Vela Agency
    Member

    We have a gated download available after a user provides their name and email address. upon submittal they are presented with a screen that contains download button and an email is sent with a link as well. If the user selects to download using the button, then the download link in the email does not work (show “Invalid Download” error)…and vise versa.

    The download button and the email link both use the same auto generated unique url (ex. https://decisivmarketplace.com/download/decisiv-commercial-vehicle-service-analysis-report-q1-2023/?wpdmdl=47231&_wpdmkey=652053e205c7a&subscriber=EKuC93DYZJBmptiLwj7miORMHYHqVgSa0LHc-RoRVF-WxU0xUv_ARxSS0MFerUw6s-eeGPFAAXMJ6FO8w6Aqeg)

    The package download limit is 999/user

    The Email Lock Options are:

    Ask for visitors name: SELECTED
    Download Instantly: SELECTED
    Do Not Mail Download Link: NOT SELECTED

    Any help is appreciated.


    Muhammad Kawish
    Participant

    Thanks for your reply! I didn’t configure anything! I was just using the option “Insert URL” when adding a new download and I was just pasting the direct download link in that box and it was working fine.

Viewing 25 results - 876 through 900 (of 9,402 total)