最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

How to hide URL for downloadable product in WooCommerce?

programmeradmin0浏览0评论
Closed. This question is off-topic. It is not currently accepting answers.

Your question should be specific to WordPress. Generic PHP/JS/SQL/HTML/CSS questions might be better asked at Stack Overflow or another appropriate Stack Exchange network site. Third-party plugins and themes are off-topic for this site; they are better asked about at their developers' support routes.

Closed 4 years ago.

Improve this question

I am using Wordpress 4.9.8 and WooCommerce 3.4.6 and Feed Them Gallery PRemium for bulk upload to sell photos. My problem is when a customer buy a photos, it works fine, but on the order-re ceived page the name showed for the url of the photo, is somethign like

.jpg

which is just impossible! Any customer can then found any photo. How can I hide that url? Any help much appreciate. Thanks!

Closed. This question is off-topic. It is not currently accepting answers.

Your question should be specific to WordPress. Generic PHP/JS/SQL/HTML/CSS questions might be better asked at Stack Overflow or another appropriate Stack Exchange network site. Third-party plugins and themes are off-topic for this site; they are better asked about at their developers' support routes.

Closed 4 years ago.

Improve this question

I am using Wordpress 4.9.8 and WooCommerce 3.4.6 and Feed Them Gallery PRemium for bulk upload to sell photos. My problem is when a customer buy a photos, it works fine, but on the order-re ceived page the name showed for the url of the photo, is somethign like

https://instantmax/wp-content/uploads/2018/10/tennis03.jpg

which is just impossible! Any customer can then found any photo. How can I hide that url? Any help much appreciate. Thanks!

Share Improve this question asked Oct 23, 2018 at 9:13 user6330534user6330534 13 bronze badges 0
Add a comment  | 

1 Answer 1

Reset to default 1

Anyone who knows the absolute path of a file can find it. There are several possibilities, two simple ideas to set up:

  • Generate a random name for each file
  • Generate a temporary link for each download

In both cases, I guess a plugin already exists.

发布评论

评论列表(0)

  1. 暂无评论