Powerful widget, which allows you to sell coupon/voucher/license codes directly on your website and accept payments through multiple payment gateways (PayPal, Payza/AlertPay, Skrill/Moneybookers, Authorize.Net, InterKassa, Perfect Money, BitPay and Stripe).
admin
admin
Let's imagine that you have website http://www.website.com/
and you want to install script there.
code-shop
(use any other name) in root of your domain. Once created it can be reached by URL: http://www.website.com/code-shop/
inc/config.php
and set MySQL database parameters.http://www.website.com/code-shop/
using default login/password (login: admin
, password: admin
), configure script on Settings
page, create your first campaign on Campaigns
page and add codes to this campaign on Codes
page.head
section:<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
head
section too:<script src="https://checkout.stripe.com/v2/checkout.js"></script>
head
section (before </head>
tag):
<link href="//www.website.com/code-shop/css/ucs.css" rel="stylesheet">
<script src="//www.website.com/code-shop/js/ucs-jsonp.js"></script>
Campaigns
page) in the place where you want to see payment box. Example:
<div class="ucs" data-id="X"></div>