SIMICART USER GUIDE SERIES. SimiCart Install SimiConnector

Similar documents
Twitter & Facebook Login v2.x Extension Installation for Magento 2 From Plumrocket Documentation

EXTENSION FOR MAGENTO 2. (Updated May 23 rd 2017) INSTALLATION GUIDE

Admin Product Grid Category Filter

5. Enable and configure Stripe in Magento Admin under Stores/Configuration/Payment Methods/Stripe

How to Migrate from Drupal Commerce to Magento

USER GUIDE MAGENTO TO MAGENTO MIGRATION

Klarna Checkout Plug-in

FREE AJAX SUITE. User Guide FOR MAGENTO 2. Version: Release Date: Product Page: Ajax Suite. Support:

2CHECKOUT PLUG-IN USER GUIDE

MexBS Google Invisible Recaptcha v1.0.0 User Guide

Import Export Products Attributes

FACEBOOK CONNECT PLUG-IN USER GUIDE

Delete Orders User Guide

Php4u Payment Restrictions Module for Magento 2

INSTALLATION GUIDE. for Magento 2 Extension

GUEST CHECKOUT TO REGISTERED CUSTOMERS

MAGENTO 2 INSTALL EXTENSION MANUALLY

In this tutorial, we will show you how to easily add your store to your Facebook fan/business page, just in two simple steps.

Manual FCPM for Magento 2 Version 1.2.1

[ 5 ] If you are in developer or default mode, run the following commands:

Mobile Login extension User Manual

TABLE OF CONTENT. Overview Support Versions Getting Started Guide Install by Copying Files Configuration...

Cart Product Selector. Quick Start Guide

Quick Start Manual. Not2Order for Magento 2. Start here

ipay88 PLUG-IN USER GUIDE

This guide will show you how to install and configure Fastly CDN extension for Magento 2.

USER GUIDE StarTrack Shipping (Magento 2) Compatibility:

USER MANUAL TABLE OF CONTENTS. Admin Actions Audit Log. Version: 0.1.1

USER MANUAL. Star Track Shipping TABLE OF CONTENTS. Version: 2.0.0

Call For Price extension User Manual

IMPORT/EXPORT CUSTOMERS FOR MAGENTO 2. User Guide. User Guide Page 1

Advanced Dashboard. Table of Contents. Page 1 of 11

rma_product_return_magento2

User Guide. Form Builder. Extension Version User Guide Version Magento Editions Compatibility. Community - 2.2

IMPORT/EXPORT WISH LIST ITEMS FOR MAGENTO 2. User Guide. User Guide Page 1

Import Export URL Rewrites for Magento2 Extension

Stockbase Extension Magento 2.0

User Guide. Image Gallery. Extension Version User Guide Version Magento Editions Compatibility

Mobile Login Extension User Manual

Magento Pinterest Extension User Guide

1

Customer Redirect Pro for Magento 2

Blast Search Lucene Search Module for Magento 2

Indian GST extension User Manual

Easily communicate with customers using up-to-date, customized templates. Allow customers to return products as an existing customer or guest.

IMPORT/EXPORT URL REWRITES FOR MAGENTO 2. User Guide. User Guide Page 1

STORE LOCATOR PLUGIN USER GUIDE

User Guide. Customer Activation. Extension Version User Guide Version Magento Editions Compatibility

PRODUCT QUESTIONS USER GUIDE

Web Push Notification

Ajax login Magento2 Extension

Magento 2 Shipping Flat Rate5. Quick start guide

USER GUIDE. LitExtension: YAHOO STORE to Magento Migration Tool

Installing Joomla

User Guide. Order Attachments. Extension Version User Guide Version Magento Editions Compatibility

Category Dynamic Dependent Dropdown

Magento 1 Installation Guide. Sort by Date. Installation Guide 1

User Manual for Market Place. Version 2.0 & above

STARTER PACKAGE Installation Guide

Custom Carrier Trackers

Magento Admin Order s Status Notification Overview & User guide

USER MANUAL. MageMob Admin TABLE OF CONTENTS. Version: 1.0.0

EASYPAY MODULE - MAGENTO 2

GDPR PRO FOR MAGENTO 2

Store Login Access extension for Magento2. User Guide

IMPORT/EXPORT CMS PAGES FOR MAGENTO 2. User Guide. User Guide Page 1

Import Export Newsletter Subscribers for Magento2 Extension

CedCommerce. All rights reserved.

Purpletree SMS for Magento2

Getting started with Raspberry Pi (and WebIoPi framework)

Remote Access Via Remote Desktop

IMPORT/EXPORT CATEGORIES FOR MAGENTO 2. User Guide. User Guide Page 1

Ebay Integration User Guide 0.0.1

USER MANUAL. Language Translator TABLE OF CONTENTS. Version: 1.0.4

IMPORT/EXPORT CUSTOMER REVIEWS FOR MAGENTO 2. User Guide. User Guide Page 1

Buyer Seller Communication Marketplace Add-on

Triveneto payment method for Magento 2

Magento 2 Extension. ( Version ) STORE.DCKAP.COM

Facebook Pixel for Remarketing for Magento 2

extension for Magento2 User Guide

IMPORT/EXPORT SEARCH TERMS FOR MAGENTO 2. User Guide. User Guide Page 1

Catch Integration - User Guide

0. Introduction On-demand. Manual Backups Full Backup Custom Backup Store Your Data Only Exclude Folders.

REWARD POINTS PLUG-IN USER GUIDE

Price Alert extension for Magento2. User Guide

skype ID: store.belvg US phone number:

Cdiscount Integration - User Guide

Extension User Guide Order By SKU Brainvire Infotech Pvt. Ltd

MAGENTO 2 IMPORT/EXPORT SALES/ORDERS. User Guide. User Guide Page 1

USER MANUAL TABLE OF CONTENTS. Store Error Log Manager. Version: 0.1.1

Infinite Scroll extension for Magento2. User Guide

Force Login USER GUIDE

FileZilla FTP Instructions. FileZilla FTP Instructions

YMM Products Parts Finder

Magento 2 Guide ING. Guide 1

Page 1 of 32. Rewards Points

CUSTOMER APPROVAL FOR MAGENTO 2

Sears Integration for Magento 2-User Guide 0.0.1

FB Image Contest. Users Manual

Size Chart. User manual

Transcription:

SIMICART USER GUIDE SERIES Install SimiConnector

TABLE OF CONTENTS I. INSTALL SIMICONNECTOR 3 II. CHECK CONNECTOR AFTER INSTALL 12

I. INSTALL SIMICONNECTOR 1) Download SimiConnector: https://github.com/simicart/simicart-magento2.x 2) Extract the downloaded package 3) Upload the extracted package to Magento root directory: Use an FTP client (such as FileZilla) to upload the extracted package to Magento root folder on your website server. The location of the Magento root folder depends on where you originally installed Magento, and is also driven by your webhosting company. Common folder locations to check are: / /public_html /www /var/www/ /home/yourusername/www /home/yourusername/public_html /srv/ You know you ve found the right folder when you see the following subfolders: app downloader errors includes

4) For Windows OS: Download and install PuTTY (or any other SSH client) Open PuTTY Enter your site s hostname or IP address, then click Open

The command line interface will open. Enter your username. Press Enter. Enter your password. Note that there will be no character showing as you type. Just type all of your password characters exactly then press Enter.

If you enter the password correctly, it will show like this: Type sudo -i. Press Enter. Then re-type your password. Type cd /yourmagentopath. For example: cd /data/www/magento2 Press Enter. Run upgrade command: type php bin/magento setup:upgrade. Press Enter and wait for the process to complete. When it completes, there will be a message saying Please re-run Magento compile

command. Run compile command: type php bin/magento setup:di:compile. Press Enter and wait for the process to complete. For Mac OS: Open the built-in Terminal in your Mac.

Enter your SSH username and IP address in the format: ssh username@ipaddress. For example: ssh sshuser@23.236.51.205 Enter your password. Note that there will be no character showing as you type. Just type all of your password characters exactly then press

Enter. Type cd /yourmagentopath. For example: cd /data/www/magento2 Press Enter.

Run upgrade command: type php bin/magento setup:upgrade. Press Enter and wait for the process to complete. When it completes, there will be a message saying Please re-run Magento compile command. Run compile command: type php bin/magento setup:di:compile. Press Enter and wait for the process to complete. 5) Refresh cache In your Magento backend, go to System > Tools > Cache Management. Choose Select All, select action Refresh and then click Submit.

After cache refresh, SimiCart menu will appear.

II. CHECK CONNECTOR AFTER INSTALL 1) Get the keys from SimiCart Dashboard Go to the SimiCart Dashboard, on the Integration tab > Install Connector section, save the Secret Key and Token Key to fill out your website admin panel. 2) Update key Go to your backend, then SimiCart > General Setting. Copy Secret Key on SimiCart Dashboard and paste to Secret Key box.

3) Go back to your SimiCart Dashboard > Integration tab > Install Connector again. Enter your URL (URL that the connector was installed in) and click Verify. If everything is configured correctly, there will be a message saying Congratulations! Your connector is integrated successfully.