You are here: Home
Support site for Tips and Tricks HQ premium products
I also want to sell large files through the WP eStore and have an idea/question about how to make this happen. I’ve signed up for Amazon S3 to store the media files I want to sell. There is a WP plugin called S3Vault [http://s3vault.com] that encrypts the actual URL of the file on S3 so people won’t be able to hijack what I’m selling; this link can also be set to expire.
S3Vault uses a shortcode to encrypt the actual URL like this [s3safe]FileOnS3.zip, Link Title, file[/s3safe]
My question is how can I get the eStore to parse the S3Vault’s shortcode and deliver it to my customer upon purchase?