With 2.x, SoftSlate Commerce supports selling "virtual products," or products that are downloadable as files after purchase. Examples include a music store selling mp3 files, or a software vendor selling downloadable software programs.
After a customer places an order for a virtual product, he can log in and download any number of files associated with the products he's bought. The files are only available to customers who have created an account, after logging in. For this reason, you should consider setting the "Force Login on Orders" setting to true on the Orders and Customers -> Orders -> Checkout Flow screen if you're selling virtual products.
Here is a summary of how to set up virtual products:
In the Administrator, create a product as you would any other product, by
navigating to Product Catalog ->
Products
-> Add New Record.
Go into the details screen of the new product ( Product Catalog ->
Products
-> Details). You'll see one of the links across
the top is for "More...". After clicking that, you'll see another menu with a link
for "File Downloads". Click that to create a file associated with the
product.
The fields you're filling in are:
File Name: The name that customers will see for the file when they download it (which can be different than the actual name of the file on the server).
Full Path on Server: The full path to the file as it lives on the web server. To ensure that the file is only accessible to those who have bought it, you should consider placing it outside the web root.
Mime Type: The mime type that the file will be presented with to the user's browser. (For binary files, you might try "application/octet-stream".)
Description: Displayed to the user on the download screen
Now as a customer you can place an order for the product. After placing the order, browse to "AccountDownload.do" for the download screen, where you should see a link to download all the files associated with the products in the order.
Copyright © 2009-2017 SoftSlate, LLC. All Rights Reserved.
Powered by SoftSlate Commerce