Jerome wrote: Hi,
HikaShop is design to send files which are stored in his local server.
When you enter a url, HikaShop would redirect the user to this url, because it's possible that you don't want to send a hidden file. The file could be a "free file" so you don't want to hide the file path.
If you really want to hide the file which is stored in another place, on another server, you have to implement a custom plugin in order to download and upload the remove file in the same time.
Local files, where you do not enter an external url, are quite secured and file path would never display to the customers.
Regards,
Thank you for your answer. That is not ideal for many kinds of digital goods. With xCart for example, you can store your goods on the server itself, or you can store them at any location - it makes no difference. The URL of the actual product just needs to be input into the system.
Often times files are stored on separate servers because of performance and costs. There can be a significant savings.
In our case, thousands of items are stored that way. With xCart, the system already knows the real URL, then generates automatically a temporary URL when the customer requests it (based on a timer).