Code Shop

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).

Download Script »

Intro

Code Shop is a powerful widget, which allows you to sell coupon/voucher/license codes 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, 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. Code Shop is the easiest and perfect way to distribute coupon/voucher/license codes and monetize website.

Features

Demo

  1. Fixed price vouchers:
  2. Flexible price coupons (minimum price is $0.50):
  3. Free coupon code:
  4. Sold out:

Admin Panel Demo

You can try admin panel:
URL: http://halfdata.com/pluto/code-shop/
Login: admin
Password: admin

Installation

Let's imagine that you have website http://www.website.com/ and you want to install script there.

  1. Create folder 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/
  2. Edit inc/config.php and set MySQL database parameters.
  3. Go to admin panel 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.
  4. 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.10.2/jquery.min.js"></script>
  5. If you plan to use Stripe, add this line into head section too:
    <script src="https://checkout.stripe.com/v2/checkout.js"></script>
  6. Add these lines into 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>
  7. Add campaign shortcode (from Campaigns page) in the place where you want to see payment box. Example:
    <div class="ucs" data-id="X"></div>

Requirements

Support

If you have problems regarding using the script, please contact me and I'll help you.