Difference between revisions of "smartCommerce Quickstart - M2"

From Moogento How-to Guides
Jump to navigation Jump to search
m
m
Line 18: Line 18:
 
===You're in charge===
 
===You're in charge===
 
Crypto is a new industry - security & safety guidelines change often. It's up to you to keep informed! Keep up-to-date with Smart  [https://smartcash.cc here].
 
Crypto is a new industry - security & safety guidelines change often. It's up to you to keep informed! Keep up-to-date with Smart  [https://smartcash.cc here].
The code we provide is not encrypted, as is the Electrum wallet which you'll also need - the aim is that the code can be checked for security.
+
The code we provide is not encrypted, as is the Electrum wallet which you'll also need.
  
 
===Security===
 
===Security===
Line 38: Line 38:
 
It also makes it really easy for you to transfer out payments as Electrum supports 'sweep' style transfers, where it'll move funds from multiple addresses, in one go, from your wallet.
 
It also makes it really easy for you to transfer out payments as Electrum supports 'sweep' style transfers, where it'll move funds from multiple addresses, in one go, from your wallet.
  
# Download the Smart Electrum wallet
+
===1. Download the Smart Electrum wallet===
#:Get a wallet for your system [https://smartcash.cc/wallets/#electrum here].
+
Get a wallet for your system [https://smartcash.cc/wallets/#electrum here].
#:
+
 
#:Currently there are versions for Mac, Windows, and Linux.
+
Currently there are versions for Mac, Windows, and Linux.
#:
+
 
#:Install that on your local system.
+
Install that on your local system.
#:
+
 
# Make a fresh Smart wallet
+
===2. Make a fresh Smart wallet===
#:
 
#:We recommend setting up a new wallet for your store, even if you already have a Smart wallet.
 
  
 +
We recommend setting up a new wallet for your store, even if you already have a Smart wallet.
  
 
==Setup inside Magento==
 
==Setup inside Magento==
Line 55: Line 54:
 
#:In your config section, check there's an entry for SmartCash in the sidebar.
 
#:In your config section, check there's an entry for SmartCash in the sidebar.
 
#:
 
#:
#::[[File:magento-config.png|link=|600px]]
+
#::[[File:magento-config.png|link=|800px]]
 
#:
 
#:
 
# Copy across the MPK
 
# Copy across the MPK
 
#:In your Electrum wallet, choose 'Get Info' and copy the entire Master Public Key.
 
#:In your Electrum wallet, choose 'Get Info' and copy the entire Master Public Key.
 
#:
 
#:
#::[[File:electrum-mpk.png|link=|600px]]
+
#::[[File:electrum-mpk.png|link=|800px]]
 
#:
 
#:
 
#:In your Magento smartCommerce config page you'll see an entry for MPK - paste the MPK in here and save the config page.
 
#:In your Magento smartCommerce config page you'll see an entry for MPK - paste the MPK in here and save the config page.
 
#:
 
#:
#::[[File:electrum-paste.png|link=|600px]]
+
#::[[File:electrum-paste.png|link=|800px]]
 
#:
 
#:
 
# Enable SmartCash as a Magento payment method
 
# Enable SmartCash as a Magento payment method
Line 70: Line 69:
 
#:In the Magento Payment Methods config page, enable SmartCash as a payment method.  
 
#:In the Magento Payment Methods config page, enable SmartCash as a payment method.  
 
#:
 
#:
#::[[File:smart_payment_method.png|link=|600px]]
+
#::[[File:smart_payment_method.png|link=|800px]]
 
#:
 
#:
 
# Check you're showing green ticks
 
# Check you're showing green ticks
 
#:In the config page there are a couple core checks for the setup.  
 
#:In the config page there are a couple core checks for the setup.  
 
#:
 
#:
#::[[File:smart-magento-wallet-green-ticks.png|link=|600px]]
+
#::[[File:smart-magento-wallet-green-ticks.png|link=|800px]]
 
#:
 
#:
 
# Test!
 
# Test!
Line 89: Line 88:
 
Just head to Reports > Smartcash Settlement.
 
Just head to Reports > Smartcash Settlement.
  
::[[File:magento-smart-reports.png|link=|600px]]
+
::[[File:magento-smart-reports.png|link=|800px]]
  
 
You'll be able to export a CSV or an XML file (suitable for eg Excel), and from there you'll have all the info you need to do your business accounting.
 
You'll be able to export a CSV or an XML file (suitable for eg Excel), and from there you'll have all the info you need to do your business accounting.

Revision as of 12:11, 22 October 2018

smart-magento-integration.pngGet smartCommerce today

Aims & Preparation

Most of this is included if you get the Installation & Setup Service

smartCommerce for Magento 2 has been designed for fast & easy setup - if you're already familiar with M2 extension install, you'll work it out by just diving in (we even built a setup Guide into the plugin).

We'll go over the process in more detail here, so if you're not familiar with setting up a Magento plugin and/or are new to crypto payments, don't worry!




Crypto Basics

You're in charge

Crypto is a new industry - security & safety guidelines change often. It's up to you to keep informed! Keep up-to-date with Smart here. The code we provide is not encrypted, as is the Electrum wallet which you'll also need.

Security

As everywhere - never give your private key to anyone. This is equivalent to giving away access to your funds. We will ask for the Master Public Key. You still shouldn't give this away to anyone, but it's safe to save to your website. You can read more about MPKs here.

Exchange Rates

Crypto values have (in)famously rocketed and plummeted the last few years. Sometimes this happens in the space of a few days. If you're getting paid in any crypto currency/token (not just Smart) then you should be clear that the fiat (eg. USD) value of those holdings may change (either direction). You might want to exchange out some (or all) of it on a regular basis.

You can get the latest SmartCash exchange rate here.

Your Wallet = Your Funds = Your Responsibility

As part of accepting SmartCash on your site, you're going to need a SmartCash Electrum wallet. Whoever you give access to use this wallet will have access to your funds - bear this in mind when setting this up.


Setup Electrum Wallet

You need a SmartCash Electrum wallet so that we can generate deposit addresses.

It also makes it really easy for you to transfer out payments as Electrum supports 'sweep' style transfers, where it'll move funds from multiple addresses, in one go, from your wallet.

1. Download the Smart Electrum wallet

Get a wallet for your system here.

Currently there are versions for Mac, Windows, and Linux.

Install that on your local system.

2. Make a fresh Smart wallet

We recommend setting up a new wallet for your store, even if you already have a Smart wallet.

Setup inside Magento

  1. Check your smartCommerce plugin is running
    In your config section, check there's an entry for SmartCash in the sidebar.
    magento-config.png
  2. Copy across the MPK
    In your Electrum wallet, choose 'Get Info' and copy the entire Master Public Key.
    electrum-mpk.png
    In your Magento smartCommerce config page you'll see an entry for MPK - paste the MPK in here and save the config page.
    electrum-paste.png
  3. Enable SmartCash as a Magento payment method
    In the Magento Payment Methods config page, enable SmartCash as a payment method.
    smart payment method.png
  4. Check you're showing green ticks
    In the config page there are a couple core checks for the setup.
    smart-magento-wallet-green-ticks.png
  5. Test!
    Try buying something in your store, and check that SmartCash is now an option in the checkout.
    If all is good - congratulations, you now accept Smart on your site!


Reports

We've built in an advanced reports system, linking with the Magento reports structure.

Just head to Reports > Smartcash Settlement.

magento-smart-reports.png

You'll be able to export a CSV or an XML file (suitable for eg Excel), and from there you'll have all the info you need to do your business accounting.

FAQ

What's SmartCash?

It's a community-centric crypto project, designed for fast & cheap payments. Read more on the project website: smartcash.cc

What's the difference between SmartCash and Smart?

SmartCash is the project name; Smart is the currency name.

ie. You'll be paid in Smart.

How do I spend the Smart I've been paid?

You can either find other great stores (like yours!) that accept Smart, or transfer from your wallet to an exchange. Depending on the exchange, you can sell direct into fiat or into eg. bitcoin and then from there into fiat.