Questions tagged [digital-downloads]

15 questions
3
votes
1 answer

Remove downloads section from email notifications in Woocommerce

I need to remove the "downloads" part form order confirmations emails, at least remove the links enabling downloads from the email, independently of the order status (and if possible replace that "downloads" block by a link to invite the customer to…
3
votes
3 answers

WooCommerce - group downloads by product

In Woocommerce(*My Account page) I can see now an unordered list with all the downloads available, like:
2
votes
1 answer

Remove Downloads section from Woocommerce order refunded email

I have seen this snippet which removes from all customer emails, however I'm wondering how to remove the downloads section from the Woocommerce email: Order Refunded. add_action( 'woocommerce_email', 'remove_order_downloads_from_emails', 10, 1 );…
2
votes
1 answer

Remove product downloads section in woocommerce email notifications

I would like to remove the download section from the email template that woocommerce will send after my buyer has placed an order. It doesn’t make sense to send the download link to my buyer when their order is still on hold, processing and refunded…
2
votes
3 answers

php large file download timeout

first time posting so sorry if I get anything wrong. I'm trying to create a secure file download storefront. Actually it works, but only with small file. I have a 1.9gb product to download and it keeps stopping partway through the transfer.…
holdmykidney
  • 31
  • 1
  • 4
1
vote
1 answer

How to send purchased digital products via e-mail in WooCommerce

I want to sell a .doc file document. when a user have paid, the doc file should be send to his email address and not directly download like it by default does. how can I do that? it will be a downloadable doc file product that will be emailed to…
1
vote
1 answer

Add programmatically a downloadable file to Woocommerce products

In my solution I want to automate the product creation as much as possible. One time saver is, in my opinion, to auto add the downloadable file to the product. I have created this function: function fcsp_add_downloadable_file($post_id, $post,…
A3O
  • 513
  • 12
  • 29
0
votes
0 answers

Woocommerce downloadable link accessible on mobile devices

When downloading a woocommerce digital product using a mobile device, google drive link can be accessed since it asks whether you want to open the file using google drive app. Once it’s opened using the app, it allows you to copy the download link.…
0
votes
1 answer

Direct download for free products in shopify store

Currently, I have some free products over my Shopify site and users are able to download them but they have to go through Checkout. I am looking for a solution where users can direct download free products. Here is link to free products page: There…
0
votes
0 answers

I'm trying to use paypal IPN with Google Sheets and Gmail to set up an automated email response when a buyer purchases a digital download but too hard

I've been successful getting the paypal ipn data to my google sheets using a variation of a script i found online. function doPost(e) { var rowData = []; var ss = SpreadsheetApp.getActiveSpreadsheet(); var sheet = ss.getActiveSheet() …
0
votes
2 answers

Woocommerce downloadable product as email attachment - 403 forbidden

I am using woocommerce_email_attachments dedicated hook to attach items downloadable files to WooCommerce Customer completed order email notification. My problem is that I got forbidden 403, because the hook is taking the file directly from the file…
0
votes
1 answer

Best practice to / How do you protect files above root and hash the links for displaying to customers in a restricted login account area?

I have files in folders placed above the web public_html root and wish to echo out hashed links to customers whom have purchased products (digital downloads on an eCommerce store). The account area page is .php and of course customers will access…
Ashley Smith
  • 113
  • 2
  • 8
0
votes
1 answer

Wordpress ecommerce digital download dynamic products

Can someone tell me how can I have dynamic digital products in Wordpress E commerce please? i.e, I have a database of information from which I can generate reports. I want the user to be able to search for keywords, using which I can search database…
-1
votes
2 answers

Wordpress Downloads Appending .HTML

I’m not sure why, but on my latest Wordpress post, where I have some media files linked with the “download” attribute, when they are downloaded they append .html to the file name. (i.e. file name.pdf.html). I am using siteground and Cloudflare…
-1
votes
1 answer

PHP: How to protect digital products(video, audio, ebook, etc.) from unathorized downloading?

How to protect digital products(video, audio, ebook, etc.) from unauthorized downloading? I'm using Apache server and PHP/MySQL. Please help! Thanks! Paul G. Edited: Sorry for the incomplete question. What I want is to avoid other members from…
netizen0911
  • 461
  • 6
  • 11
  • 23