Universal Digital Shop is a powerful widget, which allows you to sell digital products
directly on your website (even if it is plain HTML -website). It handles payments through multiple payment gateways
(PayPal, Payza/AlertPay, Skrill/Moneybookers, Authorize.Net, InterKassa, EgoPay, Liberty Reserve and Bitcoins)
and can be easily integrated into any webpage (no more difficult than insert Facebook Like button,
check out steps 5-6 in “Installation” paragraph). With this widget you don’t have to install complicated shopping
carts and create their design to match your website. Universal Digital Shop is the easiest
and perfect way to distribute digital products and monetize website.
Features
- Sell digital products on website: use this script to sell files on your website.
- Unlimited number of files: distribute unlimited number of digital products.
- Multiple payment gateways: PayPal, Payza/AlertPay, Skrill/Moneybookers, Authorize.Net, InterKassa, EgoPay, Liberty Reserve and Bitcoins.
- Multiple currencies: use any currencies supported by payment gateways.
- Accept cryptocurrency – bitcoin: bitcoin payments are accepted through Paysius (port
53135
on your server must be opened). - Fixed price supported: sell files for fixed price.
- Flexible price supported: let your customers set their own price for files.
- Free files supported: you can distribute files even for free.
- Temporary download links: script generates encrypted link that is valid for limited time.
- Modern payment form: HTML5 + CSS3 , AJAX-ed payment form.
- Content editor: insert any HTML -content inside of payment box.
- Secure Admin Panel: configure script and manage data through nice admin panel.
- X-Sendfile supported: download huge files through X-Sendfile mode if mod_xsendfile module installed on your server.
- Easy to integrate: insert only 3 lines of code into webpage (check out “Installation” paragraph).
- Cross domain access supported: you can install script on one domain and use it with unlimited number of domains.
- CSV Export: all buyers can be exported as CSV -file.
- and more, and more, and more…
Demo
Click “Live Preview” or visit demo website to see how Universal Digital Shop works.
There are 3 examples:
- Fixed price digital product
- Flexible price digital product (minimum price is $0.50)
- Free digital product
Admin Panel Demo
You can try admin panel:
URL : http://www.icprojects.net/php/universal-digital-shop/
Login: admin
Password: admin
Installation
Let’s imagine that you have website http://www.website.com/
and you want to install script there.
- Create folder
digital-shop
(use any other name) in root of your domain. Once created it can be reached by URL :http://www.website.com/digital-shop/
- Edit
inc/config.php
and set MySQL database parameters. - Go to admin panel
http://www.website.com/digital-shop/
using default login/password (login:admin
, password:admin
), configure script onSettings
page and upload your first file onFiles
page (you also can place files into folderdigital-shop/files/
through FTP ). - Make sure that your website loads jQuery. If it doesn’t, just add this line into
head
section:
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
- Add these lines into
head
section (before</head>
tag):
<link href="//www.website.com/digital-shop/css/uds.css" rel="stylesheet">
<script src="//www.website.com/digital-shop/js/uds-jsonp.js"></script>
- Add file shortcode (from
Files
page) in the place where you want to see payment box. Example:
<div class="uds-box" data-id="X"></div>
Requirements
- PHP version 5.0 or greater
- MySQL version 5.0 or greater
- jQuery version 1.5 or greater
Support
If you have problems regarding using the script, please contat me and I’ll help you.