PHP Scripts - Universal Digital Shop - CodeCanyon
Universal Digital Shop his title this type of PHPScripts/ShoppingCarts This time I will review,made by ichurakov, PHPScripts/ShoppingCarts is sold at a price of $12 in CodeCanyon.authorize.net // bitcoin. perfect money // bitpay // digital // download // egopay // interkassa // paid downloads // payment // paypal // payza // shop // skrill // stripe //
Created | 8 September 12 |
Last Update | 27 June 13 |
Compatible Browsers | IE7, IE8, IE9, IE10, Firefox, Safari, Opera, Chrome |
Software Version | PHP 5.x, PHP 5.0 - 5.2, PHP 5.3, PHP 5.4, MySQL 5.x |
High Resolution | Yes |
Files Included | JavaScript JS, CSS, PHP |
Universal Digital Shop is a powerful script, 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, Perfect Money, BitPay and Stripe) 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.
Version 2.5 Released
1. Perfect Money supported 2. Stripe (major credit/debit cards) supported 3. BitPay (bitcoins) supported
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, Perfect Money, BitPay and Stripe.
- Multiple currencies: use any currencies supported by payment gateways.
- Accept cryptocurrency – bitcoin: bitcoin payments are accepted through BitPay.
- Accept major debit/credit cards: Visa, MasterCard, American Express are accepted through Stripe.
- 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:<p class="uds-box" data-id="X"></p>
Requirements
- PHP version 5.0 or greater
- MySQL version 5.0 or greater
- jQuery version 1.5 or greater
No comments:
Post a Comment