Hi. I purchased your Download Manager Pro and ever since I’ve installed it, I had a lot of my guest customers ie. no signups after paypal payment, that they don’t know what to do. At the moment the customers receives an email confirmation order with the download link. Unfortunately, when they click on the link – http://ps-cardiagnostics.com/guest-orders/ they still have to enter order ID and email. At this point, they are clueless even though in the email it contains the order ID. If there an alternative way, where customers do not need to enter these details to get the pdf file. Or a better question is is it possible to include the actual pdf file attach to the email to guest customers after successful payment.
Here is the current purchase confirmation email template to guest
Hello ,
Thanks for your order at [#sitename#].
Your Order ID: [#orderid#]
Purchased Items:
[#items#]
You need to create an account to access your order and to get future updates.
Please click on the following link to create your account:
Signup
If you already have account simply click the above url and login
** If you wish to download quickly without logging in, you can click here. Please make sure that you make a note of your email address and your order ID – [#orderid#]. You need both these information to download the software
Best Regards,
Sales Team, pscardiagnostics@gmail.com
[#sitename#]
There is no global solution for that.
For open packages, If link template is involved solution is here https://www.wpdownloadmanager.com/support/topic/open-pdfs-in-new-browser-tab/
For all packages table use a custom template of wpdm-all-downloads.php
and add the following code after line 288,
if ( ! wpdm_is_locked( $data['id'] ) ){
$download_link = "<a class='wpdm-download-link btn btn-primary' target='_blank' href='".wpdm_download_url( $data['id'] )."'>Download</a>";
}
Hi,
if I add a file with password protection, the download doesn’t work anymore. Only the page opens in a new tab and the URL is extended with #locked. However, this only happens with the DIVI theme. As soon as I change the theme, the password popup works as expected.
Ok, if I use “Link Template Embedded” as the link template for this file, then the password is also asked for. This in turn only works if I enter the short code individually, but not if I use [wpdm_all_packages].
Unfortunately I can’t set up an account for you, because everything runs locally at the moment.
Yes, you can set the guest order page as the return URL. Currently, when user is redirected to the login page after purchase, the login form adds a button below that links to the guest order page. So, it is not lengthy in this way too.
By the way, if you save the Sandbox Client ID and Secret in PayPal settings ( http://prntscr.com/povcm3 ), you can use inline payment whcih is easier for your users ( no redirection to the PayPal, checkout completes on your site ).
The name in this email is mistakenly retrieved from billing info. That’s why it is addressed to the subscriber. We will fix it in the next release.
Replaced all instances of wpmp_url("account"),
with wpdm_login_url()
in /wppromembership/classwpmpemail.php
to fix the login URL.
This reply has been marked as private.
Yes, it is possible. Just have to add some CSS classes, I forgot to add the button classes there. Here is the updated code,
<a class="wpdm-download-link btn btn-primary btn-sm" href="[download_url]" target=_blank>[link_label]</a>
The button text comes from the Link Label option in package settings. Or you can just replace [link_label]
in the code with any text you want.
Hi,
Looks like you have switched to download option instead of opening the file in the browser.
When using the main download button:
To open file in new tab replace [download_link]
with <a href="[download_url]" target=_blank>[link_label]</a>
in your custom page/link template.
If you want to use single file download buttons ( you are using this now ):
Add the following code to your active theme’s functions.php
file to open single file download links in a new tab. We have added target='_blank'
in single file download button using wpdm_single_file_download_link
filter.
Filter documentation: https://www.wpdownloadmanager.com/doc/filter-reference/wpdm_single_file_download_link/
Thanks
Hi,
Download Manager doesn’t add any rule to exclude WPDM packages from google indexing. Webmaster tools won’t exclude the downloads if some kind of settings is in place to exclude those. Another thing to consider, based on site popularity google indexing time may vary. In this case, you can submit your URLs manually for indexing.
Thanks.
Hi,
Do you want to add a package from Frontend? In that case, create a page with [wpdm_frontend flaturl=0]
shortcode. The tab with “Add New” label will provide necessary options to create a new package.
Thanks.
This reply has been marked as private.
Yes, WPDM Amazon S3 add-on has the features you want. It generates a dynamic temporary download URL for S3 files. And you can restrict download access using Download Manager Pro.
Please send your page URL. Maybe adding some custom CSS will do the trick.
Yes, you can attach a URL with the package. The user will be sent to that URL in this case. Use the URL tab from Attach File meta box to add URL.
This reply has been marked as private.
There is a difference between your WordPress-address (URL) https://www.vphuisartsen.nl/2018
and Siteadres (URL) https://www.vphuisartsen.nl
The issue originated from there. I have updated the Block Hotlink add-on to handle this scenario. Downloads are working now
This reply has been marked as private.
This reply has been marked as private.
1 ) Use global coupon for now. All other coupon related issues are already in our to-do list
2 ) You can use the extended page template or a custom template with [download_link_extended]
template tag to show embedded lock options instead of popup.
3 ) Invoice currency sign Will be patched in next updated
4 ) Fixed it on your side and have added the patch on my side too for the next update. You can use a custom template to add additional info. The template file is located here /wpdm-premium-packages/templates/partials/order-notes.php
5 ) The support of other posts types isn’t fully functional yet. It is still in beta.
6 ) Thank you for reporting this. We are going to fix this issue asap.
7 ) Although the UI is tab style the “+” sign is actually a different link, no JS involved in switching tabs. Not sure which plugin ( os is it the theme? ) disabled it. Please try deactivating plugins one by one to find out which one. As it is live site I would prefer if you do it yourself.
8 ) Here are the defaults, WPDM Category URL Base = downloads
WPDM Package URL Base = download
Archive Page Slug = all-downloads
9 ) Looks like you have already added the “View details” link here https://technicskeyboard.com/download-categories/
10 ) I do have plan to implement the bulk import add-on as soon as possible.
11 ) Links under “Download Categories” in sedebar widget are working fine for me https://technicskeyboard.com/blog/wpdm-category/technics-manuals/ ( Technics Manuals )
12 ) The category archive template comes from Settings > Frontend Access > Category Page Options settings. Use a link template there that doesn’t have a download button. Or you can use the Basic Style and check the pacakge info you want to display.
13 ) Yes, you can add both pdf and zip to the package. After purcahse user can download the files separately from dashboard. The pdf willl be stamped during download.
So, you are an Architect! It is a creative profession. Please do share your works whenvever you can. I do enjoy creative architecture although doesn’t have any technical understaning of it. Not long ago, watched the “The World’s Most Extraordinary Homes” on netflix and really loved it.
About the sidebar and widgets in Prime:
There is Layouts option in the Appearance > Customize. This is the global settings of sidebar and widget areas. Pages have their own layout setting as I have shown in a previous screenshot. You can override the global settings using the individual page layout option.
But for other things like posts and archive, there is no individual layout option. You have to control those from Appearance > Customize > Layouts.
For post layout, I have selected the right sidebar option. If you want to change just click another image. Layout Images are self-explanatory. After selecting a sidebar layout, don’t forget to set the widget area from “Left Sidebar”, “Right Sidebar” option. For single post, I have selected the “Right” widget area for the right sidebar. Now you just have to place your widgets in “Right” widget area from Appearance > Widgets page to make them show up on a single post.
I hope this clears things up about the layouts, sidebar and widget areas. But let me know if still have any question 🙂
You don’t need a redirect URL from Stripe gateway, it is detected automatically based on the user’s login status. Just make sure you have set the user dashboard and guest order page in settings. We are releasing an update of Stripe add-on within tomorrow. Install the new version when it is available. We are fixing some minor bugs there.
You can add the following code before die('ok');
in createPackage
( file: wpdm-file-hosting.php
) to send an email to admin when a new package is created.
\WPDM\Email::send("new-package-frontend", array( 'package_name' ► $pack['post_title'], 'name' ► $current_user->user_nicename, 'author' ► "<a href='".admin_url('user-edit.php?user_id='.$current_user->ID)."'>{$current_user->user_nicename}</a>", 'edit_url' ► admin_url('post.php?action=edit&post='.$id)));
This reply has been marked as private.
1 ) Looks like you have installed the PayPal Pro add-on. Please save your Live API credentials in PayPal Pro settings ( Settings > Premium Package > Payment > PayPal Pro ). Follow the link in the settings page to get the keys.
2 ) Modified the search behavior to add matches from all post types. One thing to consider though, all your posts don’t have the same metadata. So, when displaying search result some cards might lack few metadata.
function wpdmpro_search_filter($query) {
if ($query->is_search && !is_admin() ) {
$query->set('post_type', array('post','page','wpdmpro') );
}
return $query;
}
add_filter('pre_get_posts','wpdmpro_search_filter');
3 ) Updated header image by editing #featured-slider-container
div homepage-blocks/homepage-top.php
file. Here is the updated style for future reference.
background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.4)), url('<?php echo WPEdenThemeEngine::NextGetOption('header_bg'); ?>') center;
Looks like it isn’t possible to fix the URL without code customization. You have to add this code
if( is_tax('wpdmcategory') ) $burl = get_term_link(get_queried_object());
right after $burl = get_permalink();
in /download-manager/wpdm-functions.php
file.
Another option is available which doesn’t involve changing the core plugin code. But it is a bit lengthy. Create a new category shortcode using wpdm_category
and wpdm_embed_category
functions. You just have to replace the $burl = get_permalink();
part as I suggested above.
This reply has been marked as private.