Bitcoin Forum

Other => Beginners & Help => Topic started by: pinnpe on November 19, 2012, 06:20:44 PM



Title: BITCOIN INTEGRATED IN ECWID
Post by: pinnpe on November 19, 2012, 06:20:44 PM
YAHOO ANOTHER VICTORY FOR BITCOINS

It is now in Ecwid (http://ideas.ecwid.com/forums/22031-customer-suggestions-ideas-for-ecwid/suggestions/1975985-add-bitcoin-as-a-payment-method?tracking_code=7763f5457adf733e3d19573a2261874c)
Here's the plugin (https://github.com/bitpay/ecwid-plugin)
For those of who don't Ecwid, it's a copy/paste script store that
you can use to sell products, all kinds of products.

They finally got wise and now we have bitcoin also on their Map
Check out @ ewcid (http://ideas.ecwid.com) if you want your own store

Why is this important, the more place bitcoin is: the stronger bitcoin gets
What a good week


Title: Re: BITCOIN INTEGRATED IN ECWID
Post by: Aahzman on November 19, 2012, 08:52:59 PM
hrm. now if i can just figure out how to add that widget in to the ecwid cp....


Title: Re: BITCOIN INTEGRATED IN ECWID
Post by: rebelnl on December 26, 2012, 06:58:15 PM
I have setup EcWid store whit the rockettheme halcyon (integrated) now i have make a bitpay account and try to setup the bitpay-EcWid plugin, but when i make an order than i get a 403 error (You don't have permission to access /halcyon/bitpay/ on this server) is there someone who can tell me what is wrong, you can access the site here to see the problem:
http://www.therebel.nl/halcyon/index.php/ecwid

Any help is welcome


Title: Re: BITCOIN INTEGRATED IN ECWID
Post by: pinnpe on December 26, 2012, 09:28:26 PM
-In your bitpay account go to: My Account Settings/ API Keys. Create a Api key
-download bitpay folder: https://github.com/bitpay/ecwid-plugin
-Get the config.php from the bitpay folder: make changes
this is the config.php file
<?php

// ecwid settings
$storeURL = 'http://www.therebel.nl/halcyon/index.php/ecwid';
$storeId = ''; // found in your ecwid control panel, bottom-right';

// bitpay settings
$bitpayURL = 'http://www.therebel.nl/bitpay/'; //Upload bitpay folder to your rootfolder your webhost
$apiKey = 'PASTE YOU API KEY FROM ABOVE HERE';
// speed: Warning: on medium/low, customers will not see an order confirmation page.  
$speed = 'high'; // can be 'high', 'medium' or 'low'.  See bitpay API doc for more details. (not really important)

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


//payment method settings
$login = ''; // Just type in whatever you want here, but also type the same in ecwid setting
$hashValue = ''; // Just type in whatever you want here, but also type the same in ecwid setting

// add trailing slash to url
$bitpayURL = 'http://www.therebel.nl/bitpay/redirect2bitpay.php';

?>

Recap
Create Api key in bitpay merchant dashboard
Download bitpay folder, configure config.php needs to correnspond with ecwid&bitpay
upload bitpay folder to your rootfolder yourwebhost/yourwebsite


Title: Re: BITCOIN INTEGRATED IN ECWID
Post by: rebelnl on December 26, 2012, 11:18:56 PM
Hi pinnpe

Thanks a lot for your replay, i have done exact what you say, i moved the bitpay folder to the root, but still the same problem, i checked all the settings again and changed the bitpayurl to what you sugest, but no luck, i still get an 403 error,

There is one thing what i don't understand to fill in and thats this:
//payment method settings
$login = ''; // see README
$hashValue = ''; // see README

in the readme they say choose a random no matter what it is, i did and write something in the config and kopie it to EcWid payment options,

Any sugest?


Title: Re: BITCOIN INTEGRATED IN ECWID
Post by: pinnpe on December 27, 2012, 09:07:53 PM
Sorry for my late responce.

config.php needs to correspond with what is in your ecwid / Authorize.Net SIM Account Details. How to do it....

Click on accountdetails
https://docs.google.com/open?id=0B5u6nIO3Li5hcDlOYnIzQzRXQkE

Make the changes, also make these changes to your config.php in the bitpay folder
https://docs.google.com/open?id=0B5u6nIO3Li5hUTVVT2dzTmtPdXc

Upload your config.php again to your root, your done. Make money and be happy ;)
Ps on the google page click the 100% if the picture is not clear.


Title: Re: BITCOIN INTEGRATED IN ECWID
Post by: rebelnl on January 02, 2013, 08:34:26 PM
Sorry for my late responce.

config.php needs to correspond with what is in your ecwid / Authorize.Net SIM Account Details. How to do it....

Click on accountdetails
https://docs.google.com/open?id=0B5u6nIO3Li5hcDlOYnIzQzRXQkE

Make the changes, also make these changes to your config.php in the bitpay folder
https://docs.google.com/open?id=0B5u6nIO3Li5hUTVVT2dzTmtPdXc

Upload your config.php again to your root, your done. Make money and be happy ;)
Ps on the google page click the 100% if the picture is not clear.

Hi, i am also late, happy newyear ;-)

What i have done is the following, i resolved the problem whit the error page, but after that i get another error and it was a CA cert error, i setup a new hosting and buy a cert, the compagny installed it for me, now i can make a payment but the order stay still in the store, and don't move to the new orders,

When i get the bitpay confirmation the button change to green and when i click this button to go back to the store site i get this : invalid ecwid login

Have you maybe any idea what more wrong?
Thanks a lot for your time


Title: Re: BITCOIN INTEGRATED IN ECWID
Post by: rebelnl on January 02, 2013, 09:40:41 PM
HI

I have it working correct, there is only 1 thing but thats on the bitpay site when you click to pay there's popping up a blanc window in your browser? i have allready contacted bitpay about this.

Thanks for any help


Title: Re: BITCOIN INTEGRATED IN ECWID
Post by: Neverest on April 19, 2013, 12:17:21 PM
Is this still alive and working? The logo/image mentioned in the readme.txt does not exist anymore..

It is not clear what the prerequisites are: do you need a authorize.net account in order to run this? Currently we only accept PayPal and bank transfers through Ecwid, but have o account with any other CC processor.

Thanks!