Skip to content
This repository was archived by the owner on Feb 21, 2023. It is now read-only.

SpectroFinance/SpectroCoin-Merchant-OpenCart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SpectroCoin Bitcoin Payment Extension

MOVED

Up to date version can be found in SpectroCoin Repo


This merchant module integrates SpectroCoin Payments with OpenCart to accept Bitcoin payments.

INSTALLATION

  1. Upload content to your open cart directory.
  2. Generate private and public keys [Manually]
    1. Private key:
    # generate a 2048-bit RSA private key
    openssl genrsa -out "C:\private" 2048
    1. Public key:
    # output public key portion in PEM format
    openssl rsa -in "C:\private" -pubout -outform PEM -out "C:\public"
  3. Generate private and public keys [Automatically]
    1. Private key/Public key: Go to SpectroCoin -> Project list Click on your project -> Edit Project -> Click on Public key (You will get Automatically generated private key, you can download it. After that and Public key will be generated Automatically.)

CONFIGURATION

  1. Go to Admin -> Extensions -> Payments and enable SpectroCoin module
  2. Enter your Merchant Id, Application Id, Private key.

INFORMATION

  1. You can contact us e-mail: info@spectrocoin.com
  2. You can contact us by phone: +442037697306
  3. You can contact us on Skype: spectrocoin_merchant

About

SpectroCoin Bitcoin merchant plugin for OpenCart

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published