Amgis Flowenol

Forum Replies Created

Viewing 18 posts - 1 through 18 (of 18 total)
Mar 13, 2026 at 6:57 am
#212781
Participant
Amgis Flowenol
OP

Okay, so is it doable or not?

One of the reasons why I bought this plugin is this functionality.

Mar 13, 2026 at 5:25 am
#212774
Participant
Amgis Flowenol
OP

Okay, thank you, it works, it’s line 85 that I replaced though, because line 91 has if($_dir !== '').

But no matter what different link I clicked on the page, they all download the same zipped file (which contains all the files), instead, I need the user to download only the file they choose based on the link they clicked on.

Mar 12, 2026 at 10:07 pm
#212766
Participant
Amgis Flowenol
OP

Thanks, but still doesn’t work. this one replaces the name with an index and a url that’s different than the url in the <a> tag, I tried both urls of every file, none of them works.

Mar 12, 2026 at 5:22 am
#212731
Participant
Amgis Flowenol
OP

Hey buddy, any update?

Mar 11, 2026 at 8:03 am
#212713
Participant
Amgis Flowenol
OP

Okay, take your time.

Mar 11, 2026 at 7:45 am
#212710
Participant
Amgis Flowenol
OP

Right. The download links of “after the paymen”t do not work.

Mar 11, 2026 at 6:02 am
#212708
Participant
Amgis Flowenol
OP
This reply has been marked as private.
Mar 11, 2026 at 5:23 am
#212705
Participant
Amgis Flowenol
OP

None of them work.

The first one is missing an “)” at the end and I had to replace “►” with “,” to avoid syntax error, so it becomes like this WPDMPP()->customerDownloadURL( $package_id, null, array( 'file_index', $index )); but still does not work. The second one doesn’t work too.

Mar 10, 2026 at 6:49 am
#212694
Participant
Amgis Flowenol
OP

The code is applied in this PHP template “single-wpdmpro.php”. And sorry, I’m using a local install for testing. The version of the plugin “Premium Packages – Sell Digital Products Securely” is 6.2.0.

I already know where to enter the version of each file in the backend, I would like instead the code to show the version of each file on the frontend.

Jan 2, 2026 at 9:15 am
#210398
Participant
Amgis Flowenol
OP

This is great news Shahjada!!

And the implementation you described of a floating cart is already good and up to modern e-commerce sites. The only thing I would suggest is an option to include it wherever I want/need in a PHP template in case I want to put it in the navigation menu or somewhere else (not floating).

Thank you guys for the help.

Jan 2, 2026 at 5:16 am
#210394
Participant
Amgis Flowenol
OP

Thank you Nayeem,

I think what I need is different, I’m not looking for “users to select random files from different packages”, I’m selling packages, a package can have one or multiple files, it doesn’t matter, what matters is that the user should be able to add different packages to the cart and whenever a package is added to the cart, the mini cart will update to show the number of packages in the cart. Is that possible?

Dec 31, 2025 at 5:55 am
#210357
Participant
Amgis Flowenol
OP

Do you guys provide code customization? Because I think that’s the only thing that’s stopping me from considering using WPDM.

Dec 31, 2025 at 5:48 am
#210355
Participant
Amgis Flowenol
OP

Okay, thank you sir.

Dec 31, 2025 at 4:57 am
#210353
Participant
Amgis Flowenol
OP

Okay, I notice few color changes in the cart page, but I still see dark background and green buttons and border color … for ex:


@media (prefers-color-scheme: dark) {
  .w3eden:not(.light-mode) .card-header {
    background: var(--dm-bg-tertiary);
    border-color: var(--dm-border);
    color: var(--dm-text);
  }
}

I think I had wrong assumptions about “Disable Frontend CSS”, I was expecting NO CSS will be loaded so I can write my own CSS without having to override it, but instead “Disable Frontend CSS” means basic CSS is still there.

Thank you

Dec 31, 2025 at 4:07 am
#210350
Participant
Amgis Flowenol
OP

Okay, It’s clear now. Thank you.

So, there is no way to put the download button in the package page?

Also, is there any way to search for purchased downloads to make it easy for the customer (who bought a lot of packages) to find the right package/file to download? Because the “Purchases” page looks very confusing since the customer has to go through many order IDs that looks like this “Order ID# TEST69546EB9E4603” and this “Order ID# TEST69546E5D9B8CA” just to find the package to download.

Dec 31, 2025 at 3:22 am
#210348
Participant
Amgis Flowenol
OP

I’m using the free version 3.3.40, I’m only testing it in a local WordPress install to see if your product fits my use case. But I’m interested in the Full Access Pack if it works as I need.

I’m also using the “Premium Packages – Sell Digital Products Securely” plugin (Version 6.1.3) with it to start selling digital products (installed after clicking a button on the bottom of the package page on the backend).

Dec 31, 2025 at 3:11 am
#210346
Participant
Amgis Flowenol
OP

Yes, when I go back to the package page, the “add to cart” button is still there, the expected behavior is that the “add to cart” button disappears and a “download” button appears instead.

What should I do to get the download button to be in the package page?

Dec 31, 2025 at 2:34 am
#210343
Participant
Amgis Flowenol
OP

I’m testing it in a local WordPress install.

I used the following shortcode in the PHP template file:

<?php echo do_shortcode("[wpdm_package id='8']"); ?>

I even tried to use the direct download link, but it only links to the same page of the package:

<?php echo do_shortcode('[wpdm_direct_link id="8" target="_blank" label="Download Me!" class="css class names" eid="element-id"]'); ?>

I can provide you the PHP code of the “single-wpdmpro.php” file template that I’m using.

Is there anything else I can provide so you can look into it?

Viewing 18 posts - 1 through 18 (of 18 total)