Giter VIP home page Giter VIP logo

ecwid-plugin's Introduction

Bitpay plugin for Ecwid

Instructions:
In config.php:
	Set $storeURL to the URL of your store's homepage.
	Set $storeID to your ecwid store ID found in the bottom-right of the Ecwid control panel.
	Set $bitpayURL to the URL of the bitpay/ folder which you extracted from this plugin.
	Set $apiKey to the key you created at bitpay.com in the "My Account > API Access Keys" section.
	Adjust $speed if desired.
	
In your Ecwid control panel:
	Click System Settings > Payment, then click Authorize.  Rename this to "Bitpay" or whatever you'd prefer.  
	Change Payment Processor to Credit Card: Authorize.net SIM
	Click Account Details
		API Login ID: choose something random here and copy it to config.php's $login variable.
		Transaction Key: choose something random
		MD5 Hash value: choose something random here and copy it to config.php's $hashValue variable.
		Transaction Type: Authorize and Capture.
		Click Advanced Settings.
			Type in the url to bitpay/redirect2bitpay.php on your server.
		Click Save
	Click Save 
		
	Click Design > CSS Themes
	Either click "New CSS Theme" or edit your own theme.
	Add this to the text area of your custom theme:
		/* bitpay checkout image */
		img.defaultCCImage {
			padding: 25px 263px 0px 0px; 
			background: url('http://fde.minethings.com/ecwid/bitpay/bitcoin25.png'); 
			background-size:auto; 
			background-repeat:no-repeat;
			width:0px; 
			height: 0px;
		}
	Click Save
	
Bitpay plugin version 1.0
Tested against Ecwid version 13.0.1629

ecwid-plugin's People

Contributors

jaafit avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.