• Resolved anonymized-14293447

    (@anonymized-14293447)


    I’m new to this plugin. It looks easy but I’m quite confused.
    1) I have subscribers to my site. If I make files available to subscribers only, the “locked” status is always there, also for Admin
    2) I see you have users login and users profile page. Has WPDM its own subscribers system?
    2) I wish to have the file details on the right sidebar, like in the demo, but I don’t see any settings.
    3) I have enabled the shop, but the checkout doesn’t work
    4) image button text doesn’t apply, only images button
    5) I have see you have “archive page sidebar”. Is it a premium addon?

    https://wordpress.org/plugins/download-manager/

Viewing 14 replies - 1 through 14 (of 14 total)
  • Plugin Contributor Shahriar Alam

    (@shahriar0822)

    1. Only selected roles can access packages. You can set multiple roles in package access setting. Select ‘Administrator’ too if you want access for administrator.

    2. WPDM does not create any user role. But it does maintain a list of subscribers. Emails are collected through ’email lock’ feature ( Pro feature )

    2 πŸ™‚ . Not sure. Send a link of example

    3. Check Premium Package doc here http://www.wpdownloadmanager.com/docsfor/premium-package/

    4. Image button only show image. If you want label don’t use image button.

    5. Yes Archive page/WPDM directory is a Premium Addon

    Thread Starter anonymized-14293447

    (@anonymized-14293447)

    Thank you for the quick reply.
    – I have my page here, where you can see that if you click on “acquista” (buy) the product is not added to the cart.
    – If you see the product I’d like to have its details on the sidebar, image and description on the left, just like in any WPDM example.
    – The checkout in my cart simply doesn’t work. My settings are poor and don’t look like these.
    – Still the users role is not clear to me. As soon as I allow ony subscribers, also Admin cannot download the item.
    – Can you explain the payment gateway? Can I have Stripe without any addon?
    – modifying translation .po files doesn’t apply.

    I just need a simple system: some files are free and some are to pay for, only the latter should be added to the shop. And the subscribers should be those of my site.
    Please advice, this plugin is really confusing me. πŸ™‚

    Plugin Author Shahjada

    (@codename065)

    — We already found the issue and fix is coming with the next update
    — To make it like wpdm example, you may download our free template http://www.wpdownloadmanager.com/download/verse-wordpress-theme-for-digital-shop/ and copy single-wpdmpro.php and apply it in your theme with little customization πŸ™‚
    — This is because your current theme is messing up inline js code. Properly built theme doesn’t do that, still we can adjust that for your in that case we need to check it from inside of your setup and if you feel free, you may post here http://www.wpdownloadmanager.com/support/forum/download-manager-free/ in a private reply.
    — Only assigned/select roles will be able to download, you can select multiple roles, it doesn’t check capability.
    — That is developer reference for building payment gateway add-on, but if you want to add stripe you may need to build one or add-on is available here http://www.wpdownloadmanager.com/downloads/payment-gateways/ in a cheap price comparing with similar others
    — Please let me know your .po file name.

    And if you want, we have team to help you with the setup for free :), if you want that, please post here http://www.wpdownloadmanager.com/support/forum/download-manager-free/ .
    Thanks.

    Thread Starter anonymized-14293447

    (@anonymized-14293447)

    Thank you for taking your time to look into my review. My developer inserted this plugin because Woocommerce didn’t have a table-style list of products, so I have no idea how to fix messed js code but I believe you because my theme is not really coded properly. My intention is to get around Woocommerce cart experience as well.
    I’m still playing with WPDM, I haven’t uninstalled, so I’ll probably stick around following your suggestions to see if I can make it work (and will eventually raise my review). I will send you my details in provate tomorrow (and my .po are named wpdmpro-it_IT.po and wpmarketplace.po).
    One question, since I have a “bad” theme, wouldn’t be a risk installing also “Verse digital-shop”?

    Plugin Author Shahjada

    (@codename065)

    If you thing, you are using bad theme now and major part of your site is digital store, then moving to verse theme will be better choice for you. Additionally we have some more free theme will be coming here http://www.wpdownloadmanager.com/downloads/themes/ every month from now on.

    Thread Starter anonymized-14293447

    (@anonymized-14293447)

    Shaon, concerning Versus, my problem is that I have the WPDM shortcode inside one page. I don’t need to turn all my site into a ecommerce but just one page. Is Verse )or any other theme) appliable also to single page?

    Thread Starter anonymized-14293447

    (@anonymized-14293447)

    You mentioned above that I could copy single-wpdmpro.php from Verse and apply it to my theme. Can you tell me in which folder I should put it? Thank you.

    Plugin Contributor Shahriar Alam

    (@shahriar0822)

    Put single-wpdmpro.php in your active theme directory. However you need to remove some function calls before using it ( all function WPEdenThemeEngine class, these are verse functions, not available in your theme ).

    It is better if you use it as an example and create your own single-wpdmpro.php that match your theme layout.

    Thread Starter anonymized-14293447

    (@anonymized-14293447)

    I’m still hangin on this thread. Above, you mentioned that you will fix the product link “buy” to add to the cart. I can see the fix is there, with a button. Is it possible to style it without button, just the link that adds the product?

    Thread Starter anonymized-14293447

    (@anonymized-14293447)

    Concerning the products link to the cart, maybe this screenshot will help you understand what I wish to have. Can it be done, or will it be possible with future updates?
    I cannot purchase a couple of add-ons until this is fixed.

    Plugin Author Shahjada

    (@codename065)

    Please follow the steps:

    1. Create a dir named download-manager inside your active theme dir
    2. Copy wpdm-all-downloads.php from /plugins/download-manager/tpls/ to {your active theme dir}/download-manager/
    3. Open {your active theme dir}/download-manager/wpdm-all-downloads.php and add following code after line #137:
      if($data['base_price'] > 0) $download_link = "<a href='".$data['addtodart_url']."' class='btn btn-sm btn-info'>Buy ( ".$data['currency'].$data['effective_price']." )</a>";

    Code Screenshot:
    https://www.evernote.com/l/AV17OeBgMehAA6C9-7hK5NC9HYnDO8pimQIB/image.png

    Plugin Author Shahjada

    (@codename065)

    However we shall prettify it in next update πŸ™‚

    Thread Starter anonymized-14293447

    (@anonymized-14293447)

    I can see the strong point of WPDM is the fact of being very open to any implementation, and new updates can only make it better.
    I have inserted the code above and now I have a very nice button. However, now there seems to be again that problem of button not acting, which you corrected. I have spotted a small typing mistake (changed addtodart_url to addtocart_url) but it wasn’t enough (tha page just reloads). Is it something we must hack again or I just wait for next update?

    Plugin Author Shahjada

    (@codename065)

    if you want it to redirect to cart page, you can check “Redirect to cart” from premium package settings.

Viewing 14 replies - 1 through 14 (of 14 total)
  • The topic ‘several issues on free version’ is closed to new replies.