Trellis Magento 2 Salsify Connector

Size: px
Start display at page:

Download "Trellis Magento 2 Salsify Connector"

Transcription

1 Trellis Magento 2 Salsify Connector Version 0.x 09/01/2018

2 Table of Contents Introduction 3 Overview 3 Purpose of The Magento 2 Salsify Connector 3 Compatibility 4 Installation & Configuration 5 Magento 5 General 5 Webhook 6 Configurable Products 7 Media & Images 7 Field Mapping 8 Category Import Settings 10 Default Values 10 Debugging 11 Usage 12 Manually 12 Automatically 12 Price 14 Installation 14 About Trellis 15 Contact Trellis 15 VERSION HISTORY 16

3 Introduction Overview Salsify is a leading cloud base PIM solution that can store and organize all your product data. We provide the tooling to map almost anything from Salsify into Magento 2, so that you can leverage Salsify s powerful PIM features as your source of truth for your catalog, while taking advantage of Magento s best in class ecommerce capabilities. Purpose of The Magento 2 Salsify Connector The Magento 2 Salsify Connector allows you to connect your Magento 2 store to your Salsify account in order to easily manage products across platforms in one place. Update and publish your products in Salsify and have them sync automatically to your Magento 2 storefront. You choose what Salsify Properties automatically pull into your Magento 2 store to update and what features to enable, such as product image galleries, or the ability to map configurable (base) products to simple (sellable) products.

4 Compatibility Magento CE EE

5 Installation & Configuration Installing the Magento 2 Salsify Connector Magento 1. Install the Magento 2 Salsify Connector Module from Archive. a. Unzip the module archive. b. Upload the folder to your Magento 2 directory on the web server. c. Run the commands in the Magento 2 directory via CLI: php bin/magento setup:upgrade php bin/magento setup:di:compile 2. Navigate to the Salsify Connector settings through your Magento 2 Admin Panel. a. Stores -> [Settings] Configuration -> [Trellis] Salsify 3. Configure the Salsify Connector. Configure the Magento 2 Salsify Connector General 1. Enabled Enable or disable the complete functionality of the module. 2. Allow Delete Allow the module to delete product records that no longer reside in your Salsify Channel. 3. Automatically Enable New Images Automatically enable new images to appear on product pages. 4. Ignore Timestamp and Always Update Ignore the Salsify timestamp and update the products. 5. API Base URL The URL used to access the Salsify API. 6. API Key

6 Your auth token (API Key) can be retrieved by going to Profile -> API Access -> Show API Key. a. The Salsify Magento 2 Connector uses a query parameter to pass your auth token: =<auth_token> b. In order to call any Salsify APIs, you must provide your authentication token (API Key). The auth token is specific to a user account. 7. Product Feed Channel ID The Salsify Magento 2 connector uses channels to retrieve the latest product feed. A channel is configured to export your selected products and their attributes in JSON format. a. Set up a Channel to Export your JSON i. Click Product Selection and choose your products. ii. Go back and click Product Feed. iii. Set Format to JSON. iv. Choose the columns you want to export (these are product attributes you have in Salsify). v. Go back and click _Publication Schedule_ - you can configure this channel to be published every night so that you are dealing with up-to-date data. b. Retrieve the Channel ID i. This ID will be used to target the channel for future requests. It can be found at the end of the URL when you click into the channel. E.g API Timeout Set the Timeout (in milliseconds) for the API calls. If the API receives no response in the given time, the APU will timeout. 9. SSL Verify Peer Verify the authenticity of the peer's certificate. When negotiating an SSL connection, the server sends a certificate indicating its identity. The Salsify Connector will verify whether the certificate is authentic. 10.Sync Action The Sync Action button will trigger a manual sync from your Salsify Channel into Magento 2. Always remember to re-publish your channel on the Salsify platform to get the latest updates. Webhook

7 1. Enabled Enable or disable the functionality of the webhooks. 2. Client ID The client ID is used to identify the request as actually coming from Salsify. This ID is user-made. It can be any string of characters, and any length. For security purposes, we recommend a string with at least 12 characters. Configurable Products 1. Enabled Enable or disable the functionality of configurable products. 2. Attributes Field A comma-separated list of attributes used to construct the configurable products. In order to map configurable (base) products to simple (sellable) products from Salsify to Magento 2, we need to supply Salsify products with a user created property to do so. In our example, we've created a property `magento_configurable_attributes` with a value `parent_color` in Salsify. Then in Magento, we use Property Mapping to map the attribute: {"Parent Color":"parent_color"} In the Salsify payload, Sellable (simple) products have a property `parent_id` that lets us know what Base (configurable) product it belongs to. Base (configurable) products do not contain this property. In our example, we are using the Sellable (simple) products color property to create different (simple) products in Magento. Media & Images 1. Digital Asset Feed Enabled Enable or disable the Top Level Digital Asset Feed. The Salsify Product Feed from your channel may contain a broken-out payload of the digital assets your products include. If this is the case, we use this option to tell the connector to look in this broken-out payload for your products digital assets. 2. Product-Level Digital Assets Enabled The Salsify Product Feed from your channel may contain an included payload of the digital assets your products include. If this is the case, we use this option to tell the connector to look in the included product payload for your products digital assets.

8 Field Mapping When a Salsify client doesn t name product properties in a Magento friendly way, we need to map Salsify Properties to Magento Attributes. IMPORTANT Salsify referrers to product attributes as properties. When working with Magento, these are attributes. Salsify property Magento attribute IMPORTANT Product attributes that you wish to map need to be created in Magento prior to syncing. IMPORTANT Product attributes that you wish to use to map configurable products to child products need to be created in Magento prior to syncing. 1. Property Mapping The value of the setting expects a JSON object. For example, in order to map "Vendor SKU" from Salsify to the Magento "sku" product attribute, our Property Mapping would look like this: { "Vendor SKU":"sku","Item Name":"name" } We can also pass an array to set the value in multiple attributes: { "Vendor SKU":["sku", "url_key"],"item Name":"name" } In the above example, our "Vendor SKU" will be used to map our product to the Magento "sku" attribute, as well as the "url_key" Magento attribute.

9 For instance, if our "Vendor SKU" is TEST-0001 in Salsify, our mapping will create (or update) a Magento product with a "sku" of TEST-0001 and a "url_key" of `/test-0001.html`. 2. Image Mapping Enabled Enable or disable the functionality of Image Mapping. The Salsify Connector allows you to map images from Salsify to their products in Magento. In order to map images, we need to supply a mapped Salsify property to Magento attributes. 3. Image Tag Mapping Much like the Field Mapping feature, the Salsify Connector allows you to map images from Salsify to their products in Magento. To do so, provide a `json` object to map your Salsify Property to Magento attributes. { "Main Image":"image" } 4. Media Gallery Enabled Enable or disable the functionality of the Image Gallery. Media Gallery functionality allows you to assign multiple images from a Salsify Property into the product Media Gallery. The connector will download the images from this Salsify Property and map them accordingly into the Product Media Gallery. 5. Media Gallery Input the Salsify Property which holds additional media images for your product. 6. Category Mapping and Generation Enable or disable the Category Mapping and Generation feature. Category Mapping and Generation allows the mapping or creation of categories for your products on-the-fly. 7. Category Field This field allows you to input a Salsify Property that you use for categories. Categories in Salsify can be (and should be) nested. The Magento 2 Salsify Connector will recognize these nested categories and place the products in their respective category, or create the categories on-the-fly. 8. Ready For Import Field **DEPRECIATED** This field will be removed from the connector. 9. Enable Website ID(s) Mapping Enable or disable the Website ID(s) Mapping feature.

10 Website Mapping enables the user to map products to the Magento website of their choosing from a Salsify Channel (i.e. websites with different languages, or different countries). If this feature is disabled, the Magento 2 Salsify Connector will map products to the default website. If this feature is enabled, but no Salsify Property is found to match, the Magento 2 Salsify Connector will map products to the default website. 10.Website ID(s) Field The Salsify Property you've defined that holds a comma separated list of Website IDs values in which to map the products to from the Salsify Channel. E.g. `magento_website_codes` would be your Salsify Property, and what you would enter in the Magento 2 Salsify Connector Website ID(s) field. The value(s) of the Salsify Property would be the comma separated list of Website ID(s) you wish to map products to. Category Import Settings 1. Root Category Node ID When generating categories from Salsify Properties, specify the Magento 2 Root Category ID upon which ALL categories from Salsify will be created under. E.g. A value of `1` will create all categories from the Salsify products under the Magento 2 Category with an ID of `1`. Default Values 1. Default Value Mapping Enabled Enable or disable the Default Value Mapping feature. The Default Value Mapping feature allows you to specify default values for products from a Salsify Channel upon publication. Common uses would be to set the stock status for products to true, or set the visibility of the product on the website. 2. Default Value Mapping The value of the setting expects a JSON object.

11 { "status": true, "stock_data": { "is_in_stock": true, "manage_stock": false, "qty":9999, "use_config_manage_stock": false }, "visibility": 4 } Debugging 1. Download Log File If you ever have any problems with the Magento 2 Salsify Connector, a button is provided to download the latest log files generated by the connector. You can use this file to debug any problems the connector may be having.

12 Usage Manually 1. Button Sync Arguably the easiest way to sync your products between the Salsify & Magento 2 platforms, the Connector offers syncing your products at the press of a button. Located in the Magento 2 Admin Panel: Stores -> Configuration -> (Tab)**Trellis** -> **Salsify** -> (Section) General -> **Salsify Sync** 2. Command Line Interface Another way to sync your products between the Salsify & Magento 2 platforms is by use of a built-in console command. On your server, navigate via console to your Magento 2 directory and execute the following command: php bin/magento salsify:sync Automatically When a product is updated on the Salsify platform, it is capable of setting a flag on your Magento 2 instance via webhooks, then updating those products in Magento 2 via cron on a schedule. 1. Webhooks To use webhooks, they need to be enabled on your Magento 2 platform as described above, and enabled on your Salsify platform. Magento 2: Stores Configuration [Tab] Trellis Salsify Webhooks a. Enable Webhooks b. Create a Client ID Salsify: More Channels (Your Channel) Notifications Call Webhook: Successful Publication The build of the URL is important: -store.com/salsify/hook/update/client_id/ <Client ID>

13 The Client ID you ve created in the Magento 2 Salsify Connector admin settings panel needs to match the one at the end of the URL in order for webhooks to successfully communicate and verify the request. The route salsify/hook/update/client_id/ triggers the updating of products. 2. Cron The webhook described above will set a timestamped flag when called upon. The Magento 2 cron will pick up that flag and run the product update. After a successful update, the flag will be removed in anticipation of the next webhook update. This cron is set to run every 15 minutes to ensure the system is not overloaded with requests from Salsify.

14 Price Trellis is happy to provide this extremely convenient and time-saving module for only $2,500. Installation An installation service is available for an additional $2, Technical discovery outlining how we will approach the Salsify and Magento integration. 2. Trellis will follow proper development operations that will reduce the risk of web development errors, allowing for faster development, easy deployment, and the ability to experiment and Q/A in a staging environment before going live. a. Trellis will install the Magento 2 Salsify connector on all appropriate environments. b. If proper development operations are not in place, additional fees may apply. 3. Trellis will bulk create attributes, categories, and products via the integration from Salsify to Magento. a. Trellis will consult with the client on the best ways to map products, attributes, attribute sets, and categories. b. Trellis will also bulk integrate images and media from the Salsify platform in Magento. c. During discovery we may determine to manually create or adjust attributes and categories due to certain limitations and parameters. 4. Quality assurance & testing of the integration. 5. Production deployment of the integration. a. Trellis is not providing or creating content. b. Trellis can not do major consulting work on your Salsify or Magento implementation (additional fees may apply, if needed). c. Trellis will not do any major data manipulation work to integrate the data, that data will integrate as is or will be changed by the client. d. Any bugs with your Magento implementation affecting the Salsify integration will not be included. Additional fees may apply if Trellis has to fix them.

15 About Trellis Trellis is a forward thinking digital agency and information technology company that focuses on building scalable and effective websites for our clients. Our tactical approach to improving your website and web presence focuses on four major targets: Strategy, design, technology & operations, and post launch maintenance & marketing. Trellis is a full service ecommerce solution provider that specializes in implementing Magento, based websites. Our capabilities allow us to plan and design a solution that not only meets your specific goals and budget today, but will also scale with you as you grow. Once a site is launched we stick side by side with our clients to help them improve the site and market the site to generate more customers. Unlike many development firms, our work does not cease there. In order to achieve maximum ROI it is essential to invest properly in the continual expansion of your online reach while constantly monitoring and improving your website to keep your conversion rate high. Therefore we work with our clients on an on going basis to consistently improve their websites. Contact Trellis hello@trellis.co

16 VERSION HISTORY Version Date Changelog 0.x 09\01\2018 Initial Commit

SLI Learning Search Connect For Magento 2

SLI Learning Search Connect For Magento 2 SLI Learning Search Connect For Magento 2 User Guide v1.2.2 The Learning Search Connect module integrates with SLI Systems Search and provides an outstanding level of search customizability. Contents 1.

More information

Web Push Notification

Web Push Notification Web Push Notification webkul.com/blog/web-push-notification-for-magento2/ On - January 13, 2017 This impressive module allows you to send push notification messages directly to the web browser. The biggest

More information

Admin Product Grid Category Filter

Admin Product Grid Category Filter Admin Product Grid Category Filter User/Installation Guide Version 2.2.0 www.magevision.com Copyright 2017 MageVision. All rights reserved. 1 1. Overview The Admin Product Grid Category Filter extension

More information

Facebook Pixel for Remarketing for Magento 2

Facebook Pixel for Remarketing for Magento 2 Facebook Pixel for Remarketing for Magento 2 Facebook Pixel for Remarketing can be configured in few simple steps. We will guide through each step in this document. Installation Instructions Manual Installation

More information

Ebay Integration User Guide 0.0.1

Ebay Integration User Guide 0.0.1 by CedCommerce Products User Guides 1 / 39 1. Ebay Integration for Magento 2 store Overview... 3 2. Ebay Integration for Magento 2 store extension Installation... 4 3. ebay Configuration Settings... 4

More information

EMARSYS FOR MAGENTO 2

EMARSYS FOR MAGENTO 2 EMARSYS FOR MAGENTO 2 Integration Manual July 2017 Important Note: This PDF was uploaded in July, 2017 and will not be maintained. For the latest version of this manual, please visit our online help portal:

More information

Php4u Payment Restrictions Module for Magento 2

Php4u Payment Restrictions Module for Magento 2 Php4u Payment Restrictions Module for Magento 2 Requirements : Magento 2.0.x or 2.1.x Version 1.0.0 for Magento 2 1 Installation...3 1.1 Manual Install... 3 1.2 Composer install...4 2. Configuration...5

More information

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

Twitter & Facebook Login v2.x Extension Installation for Magento 2 From Plumrocket Documentation Twitter & Facebook Login v2.x Extension Installation for Magento 2 From Plumrocket Documentation Contents 1. Installation 2. Uploading Magento 2 extension files 2.1. SSH Installation (requires SSH access

More information

Ebay Integration User Guide 0.0.1

Ebay Integration User Guide 0.0.1 by CedCommerce Products User Guides 1 / 34 1. Ebay Integration for Magento 2 store Overview... 3 2. Ebay Integration for Magento 2 store extension Installation... 4 3. ebay Configuration Settings... 4

More information

Bonanza Integration - User Guide

Bonanza Integration - User Guide by CedCommerce Products Documentation 1 / 53 1. Overview... 3 2. Bonanza Integration for Magento 2 Extension Installation... 3 3. Retrieve API Credentials from the Bonanza Seller Account... 4 4. Bonanza

More information

PagSeguro Payment. User Guide

PagSeguro Payment. User Guide PagSeguro Payment for Magento 2 User Guide Version 1.0.1 Support: info@pronkoconsulting.com Table of Contents Introduction About PagSeguro Payment For Merchants For Customers Functionality 1. Installing

More information

Catch Integration - User Guide

Catch Integration - User Guide by CedCommerce Products Documentation 1 / 50 1. Overview... 3 2. Catch Magento 2 Store Integration Extension Installation... 3 3. Retrieve API Credentials from the Catch Seller Account... 4 4. Catch Configuration

More information

Improved Import / Export Magento 2 Extension Manual. Manual for Improved Import / Export extension for Magento 2

Improved Import / Export Magento 2 Extension Manual. Manual for Improved Import / Export extension for Magento 2 Improved Import / Export Magento 2 Extension Manual February 24, 2017 - Magento 2, Our extensions Manual for Improved Import / Export extension for Magento 2 Improved Import and Export extension allows

More information

HiConversion Customer Experience Optimization

HiConversion Customer Experience Optimization HiConversion Customer Experience Optimization User Guide HiConversion, Inc. 5901 Broken Sound Pkwy NW Suite 100 Boca Raton, FL 33487 Tel: 866-251-4335 www.hiconversion.com info@hiconversion.com 1 Table

More information

Bazaarvoice for Magento 2 Extension

Bazaarvoice for Magento 2 Extension Bazaarvoice for Magento 2 Extension Integration Guide Version: 7.0.5 Disclaimer Copyright 2016 Bazaarvoice. All rights reserved. The information in this document: Is confidential and intended for Bazaarvoice

More information

HiConversion Customer Experience Optimization

HiConversion Customer Experience Optimization HiConversion Customer Experience Optimization User Guide HiConversion, Inc. 5901 Broken Sound Pkwy NW Suite 100 Boca Raton, FL 33487 Tel: 866-251-4335 www.hiconversion.com info@hiconversion.com 1 Table

More information

Quick Start Manual. Not2Order for Magento 2. Start here

Quick Start Manual. Not2Order for Magento 2. Start here Quick Start Manual Not2Order for Magento 2 Start here 1 Introduction Reading Introduction Congratulations on your purchase of Not2Order for Magento 2. You are almost in business! This guide provides the

More information

Sears Integration for Magento 2-User Guide 0.0.1

Sears Integration for Magento 2-User Guide 0.0.1 by CedCommerce Docs - Products User Guides 1 / 36 1. Overview... 3 2. Sears Magento 2 Integration Extension Installation... 4 3. Sears Configuration Settings... 4 4. Manage Profiles... 10 4.1. Add a New

More information

SIMICART USER GUIDE SERIES. SimiCart Install SimiConnector

SIMICART USER GUIDE SERIES. SimiCart Install SimiConnector 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

More information

ebay Connector Features Module Configuration

ebay Connector Features Module Configuration ebay Connector webkul.com/blog/ebay-connector-for-magento2/ March 15, 2016 ebay Connector extension allows you to integrate Magento 2 store with ebay store. Import products, categories, and orders from

More information

Product Questions/Answers extension for Magento2. User Guide. version 1.0. Website: Page 1

Product Questions/Answers extension for Magento2. User Guide. version 1.0. Website:   Page 1 Product Questions/Answers extension for Magento2 User Guide version 1.0 Website: http://www.itoris.com Page 1 Contents 1. Introduction... 3 2. Installation... 3 2.1. System Requirements... 3 2.2. Installation...

More information

Cdiscount Integration - User Guide

Cdiscount Integration - User Guide by CedCommerce Docs - Products User Guides 1 / 45 1. Overview... 3 2. Cdiscount Integration for Magento Extension Installation... 3 3. Cdiscount Configuration Settings... 4 4. Manage Cdiscount Profiles...

More information

Import Export Products Attributes

Import Export Products Attributes Import Export Products Attributes Extension for Magento2 Installation Guide https://www.magebees.com/magento2-import-export-products-attributesextension.html Import Export Products Attributes By Our Websites

More information

USER MANUAL. Fooman Connect: Xero - Magento 2. Quick Links. Leave a Review Reviews help to build a trusted Magento community.

USER MANUAL. Fooman Connect: Xero - Magento 2. Quick Links. Leave a Review Reviews help to build a trusted Magento community. USER MANUAL Fooman Connect: Xero - Magento 2 Quick Links This document is structured in the following sections: 1. 2. 3. 4. Installation Set up in Xero and Magento Using Fooman Connect Troubleshooting

More information

Fyndiq Prestashop Module

Fyndiq Prestashop Module Fyndiq Prestashop Module User guide. Version 2.0 Introduction 2 Fyndiq Merchant Support 2 Prerequisites 2 Seller account 3 Create the account 4 Your company 4 Contact information 4 Your webshop on Fyndiq

More information

Buyer Seller Communication Marketplace Add-on

Buyer Seller Communication Marketplace Add-on Buyer Seller Communication Marketplace Add-on webkul.com/blog/marketplace-buyer-seller-communication-magento2/ On - March 17, 2016 Buyer Seller Communication Marketplace Add-on is a very useful module

More information

Jet-Magento Integration Guide

Jet-Magento Integration Guide Jet-Magento Integration Guide by CedCommerce Technical Publications 1 / 47 1. Overview... 3 2. Jet Integration Extension Installation... 3 3. Jet Configuration Settings... 4 4. Manage Profile... 13 4.1.

More information

Walmart Integration for Magento

Walmart Integration for Magento Walmart Integration for Magento User Manual/Installation Manual v1.0.0 1.0 Introduction Today, marketplaces are playing a vital role in the growth of the e-commerce. Amazon, ebay, Etsy, Jet.com, Walmart,

More information

Category Dynamic Dependent Dropdown

Category Dynamic Dependent Dropdown User Guide Category Dynamic Dependent Dropdown Extension Version - 1.0.0 User Guide Version - 1.0.0 Magento Editions Compatibility Community - 2.0.0, 2.0.1, 2.0.2, 2.0.3, 2.0.4, 2.0.5, 2.0.6, 2.0.7, 2.0.8,

More information

cdiscount version BoostMyShop

cdiscount version BoostMyShop cdiscount version BoostMyShop December 07, 2017 Contents cdiscount 1 1. Overview 1 2. Installation 1 Installation steps 1 Requirements 1 Product #1 1 Product #2 2 3. Configuration 2 1. Account activation

More information

Improved Sorting for Magento 2

Improved Sorting for Magento 2 2017/06/13 16:59 1/11 Improved Sorting for Magento 2 For more details see the Amasty Improved Sorting for Magento 2 extension page. Improved Sorting for Magento 2 An effective tool for customer care. Improve

More information

Magento Pinterest Extension User Guide

Magento Pinterest Extension User Guide Magento Pinterest Extension User Guide Welcome to the Pinterest extension for Magento User Guide. Thank you for choosing our product. This user guide describes the functionality of Pinterest extension

More information

User Manual for Market Place. Version 2.0 & above

User Manual for Market Place. Version 2.0 & above User Manual for Market Place Version 2.0 & above Multi Vendor Medma Marketplace Magento 2 Extension Magento 2 marketplace extension coverts you ecommerce Magento store into a complete online multi vendor

More information

Blast Search Lucene Search Module for Magento 2

Blast Search Lucene Search Module for Magento 2 Blast Search Lucene Search Module for Magento 2 Requirements : Magento 2.0.x or 2.1.x, pcre and pcntl php modules enabled Version 1.1.3 for Magento 2 1 Installation...3 1.1 Manual Install... 3 1.2 Composer

More information

1

1 www.mageants.com support@mageants.com 1 Table Of Contents Preface... 3 Installation Guide... 5 Store Pickup Configuration... 8 Back-end Example... 8 Front-end Example 16 www.mageants.com support@mageants.com

More information

Import Export Products Extension for Magento2

Import Export Products Extension for Magento2 Import Export Products Extension for Magento2 User Manual https://www.magebees.com/magento-2-import-export-productsextension.html Import Export Products Extension for Magento2 By Our Websites :- https://www.magebees.com,

More information

1. Installation Instructions

1. Installation Instructions Table of Contents 1. Extension Installation 2. Custom Options Templates 3. Dependent Custom Options 4. Stock Management 5. Custom Options Inventory 6. Options Inventory Report 7. Individual Product Custom

More information

Fyndiq Magento Extension

Fyndiq Magento Extension Fyndiq Magento Extension User guide. Version 3.0 Introduction 2 Fyndiq Merchant Support 2 Prerequisites 2 Seller account 3 Create the account 3 Your company 4 Contact information 4 Your webshop on Fyndiq

More information

8.0 Help for Community Managers About Jive for Google Docs...4. System Requirements & Best Practices... 5

8.0 Help for Community Managers About Jive for Google Docs...4. System Requirements & Best Practices... 5 for Google Docs Contents 2 Contents 8.0 Help for Community Managers... 3 About Jive for Google Docs...4 System Requirements & Best Practices... 5 Administering Jive for Google Docs... 6 Understanding Permissions...6

More information

Newegg-Magento. Integration Guide. Abstract. CedCommerce Version CedCommerce. All Rights Reserved.

Newegg-Magento. Integration Guide. Abstract. CedCommerce Version CedCommerce. All Rights Reserved. Newegg-Magento Integration Guide Version 1.9.1 CedCommerce. All Rights Reserved. Abstract Newegg Integration, an extension by CedCommerce, is a one-stop integration, which establishes synchronization of

More information

Control for CloudFlare - Installation and Preparations

Control for CloudFlare - Installation and Preparations Control for CloudFlare - Installation and Preparations Installation Backup your web directory and Magento 2 store database; Download Control for CloudFlare installation package; Copy files to /app/firebear/cloudflare/

More information

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

5. Enable and configure Stripe in Magento Admin under Stores/Configuration/Payment Methods/Stripe 1. Change Directory to your Magento root folder 2. Enter following commands to install module: composer config repositories.radwebstripe git git@github.com:radweb/stripe-magento2.git composer require radweb/stripe

More information

Import Export Products for Magento2

Import Export Products for Magento2 Import Export Products for Magento2 User Manual https://www.magebees.com/magento-2-import-export-productsextension.html Import Export Products for Magento2 By CONTENT Introduction 3 Features 4 How to Create

More information

rm -rf pub/static/*; rm -rf var/view_preprocessed/*; php -f bin/magento setup:staticcontent:deploy

rm -rf pub/static/*; rm -rf var/view_preprocessed/*; php -f bin/magento setup:staticcontent:deploy Cache Warmer current How to install the extension 1. Backup your store's database and web directory. 2. Login to the SSH console of your server and navigate to the root directory of the Magento 2 store.

More information

All-In-One-Designer SEO Handbook

All-In-One-Designer SEO Handbook All-In-One-Designer SEO Handbook Introduction To increase the visibility of the e-store to potential buyers, there are some techniques that a website admin can implement through the admin panel to enhance

More information

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

User Guide. Image Gallery. Extension Version User Guide Version Magento Editions Compatibility User Guide Image Gallery Extension Version 1.0.0 User Guide Version 1.0.0 Magento Editions Compatibility Community 2.0.0, 2.0.1, 2.0.2, 2.0.3, 2.0.4, 2.0.5, 2.0.6, 2.0.7, 2.1 Enterprise 2.0.0, 2.0.1, 2.0.2,

More information

YMM Products Parts Finder

YMM Products Parts Finder YMM Products Parts Finder Extension User Manual for Magento 2 https://www.magebees.com/ymm-products-parts-finder-extension-formagento-2.html YMM Products Parts Finder By Support Ticket: - https://support.magebees.com,

More information

VMware AirWatch - Workspace ONE, Single Sign-on and VMware Identity Manager

VMware AirWatch - Workspace ONE, Single Sign-on and VMware Identity Manager VMware AirWatch - Workspace ONE, Single Sign-on and VMware Identity Table of Contents Lab Overview - HOL-1857-03-UEM - Workspace ONE UEM with App & Access Management... 2 Lab Guidance... 3 Module 1 - Workspace

More information

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

User Guide. Order Attachments. Extension Version User Guide Version Magento Editions Compatibility User Guide Order Attachments Extension Version - 1.0.0 User Guide Version - 1.0.0 Magento Editions Compatibility Community - 2.0.0 to 2.0.12, 2.1.0 to 2.1.4 Enterprise - 2.0.0 to 2.0.12, 2.1.0 to 2.1.4

More information

Ingram Micro Csv importer for Magento

Ingram Micro Csv importer for Magento Ingram Micro Csv importer for Magento Project goal Import csv data from Ingram Micro ftp into Magento catalog using magmi importer by cronjob Ftp download The module will download the csv catalog from

More information

Adobe Marketing Cloud Best Practices Implementing Adobe Target using Dynamic Tag Management

Adobe Marketing Cloud Best Practices Implementing Adobe Target using Dynamic Tag Management Adobe Marketing Cloud Best Practices Implementing Adobe Target using Dynamic Tag Management Contents Best Practices for Implementing Adobe Target using Dynamic Tag Management.3 Dynamic Tag Management Implementation...4

More information

rma_product_return_magento2

rma_product_return_magento2 rma_product_return_magento2 version BoostMyShop avril 19, 2019 Contents RMA Product Return for Magento2 1 1. Overview 1 2. Installation 1 First Installation 1 Upgrade 1 Disable extension 1 3. Customer

More information

Authorize.Net Magento 2.x Payment Module

Authorize.Net Magento 2.x Payment Module Authorize.Net Magento 2.x Payment Module User Guide Revision 1.0.1 September 17, 2018 Sep 17 2018 Authorize.Net Global Payment Management for Magento 2.x 1 Contents Document History... 4 1. Introduction...

More information

Mobile Login extension User Manual

Mobile Login extension User Manual extension User Manual Magento 2 allows your customers convenience and security of login through mobile number and OTP. Table of Content 1. Extension Installation Guide 2. Configuration 3. API Settings

More information

All-In-One-Designer Promotion Handbook. Promotion

All-In-One-Designer Promotion Handbook. Promotion All-In-One-Designer Promotion Handbook Promotion Introduction Promotions have been a stable sales strategy in retail since, well the beginning of time. Some say that it started with the Mesopotamian tribes

More information

Data Feed Manager. End user instructions

Data Feed Manager. End user instructions Data Feed Manager End user instructions Configure your data feeds with Data Feed Manager To create and configure your data feeds, go to Products > Data Feed Manager > Data Feeds. Your data feeds will be

More information

9.0 Help for Community Managers About Jive for Google Docs...4. System Requirements & Best Practices... 5

9.0 Help for Community Managers About Jive for Google Docs...4. System Requirements & Best Practices... 5 for Google Docs Contents 2 Contents 9.0 Help for Community Managers... 3 About Jive for Google Docs...4 System Requirements & Best Practices... 5 Administering Jive for Google Docs... 6 Quick Start...6

More information

VMware AirWatch Google Sync Integration Guide Securing Your Infrastructure

VMware AirWatch Google Sync Integration Guide Securing Your  Infrastructure VMware AirWatch Google Sync Integration Guide Securing Your Email Infrastructure AirWatch v9.2 Have documentation feedback? Submit a Documentation Feedback support ticket using the Support Wizard on support.air-watch.com.

More information

Sears-Magento Integration Guide 0.0.1

Sears-Magento Integration Guide 0.0.1 by CedCommerce Docs - Products User Guides 1 / 34 1. Overview... 3 2. Sears Integration Extension Installation... 4 3. Sears Configuration Settings... 4 4. Manage Sears Profiles... 9 4.1. Add New Profile...

More information

MercadoLibre Integration for Magento Guide

MercadoLibre Integration for Magento Guide by CedCommerce Products Documentation 1 / 33 1. Overview... 3 2. Configuration... 3 3. Profile Management... 10 3.1. Adding a Profile... 10 3.2. Editing a Profile... 15 3.3. Change the Status of Profile...

More information

Roxen Content Provider

Roxen Content Provider Roxen Content Provider Generation 3 Templates Purpose This workbook is designed to provide a training and reference tool for placing University of Alaska information on the World Wide Web (WWW) using the

More information

VMware AirWatch Integration with RSA PKI Guide

VMware AirWatch Integration with RSA PKI Guide VMware AirWatch Integration with RSA PKI Guide For VMware AirWatch Have documentation feedback? Submit a Documentation Feedback support ticket using the Support Wizard on support.air-watch.com. This product

More information

ecommerce Documentation Powered by

ecommerce Documentation Powered by ecommerce Documentation Powered by Last Updated November 24 th 2015 Contents Introduction... 3 Products... 4 Add/Edit Products... 4 Product Details... 4 Product Categories... 5 Product Tags (optional)...

More information

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

USER MANUAL. Language Translator TABLE OF CONTENTS. Version: 1.0.4 USER MANUAL TABLE OF CONTENTS Introduction... 2 Benefits of Language Translator... 2 Pre requisite... 2 Installation... 3 Installation Steps... 3 Extension Activation... 8 Configuration... 9 FAQ... 24

More information

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

Easily communicate with customers using up-to-date, customized  templates. Allow customers to return products as an existing customer or guest. .0 USER GUIDE Version 1.0 support@exto.io http://exto.io/rma-for-magento-2.html Keep your staff informed with RMA s power Admin interface. Easily communicate with customers using up-to-date, customized

More information

Page 1 of 32. Rewards Points

Page 1 of 32. Rewards Points Page 1 of 32 Rewards Points Table of Contents Rewards Points... 1 Installation... 2 Configure Reward Points... 3 General Configuration... 4 Earning Points Configuration... 4 Spending Points Configuration:...

More information

Import Export Products

Import Export Products Import Export Products User Manual https://www.magebees.com/magento-import-export-simple-productsconfigurable-products-bundle-products-group-products-downloadableproducts.html Import Export Products By

More information

Wholesale Add To Cart Grid. User manual

Wholesale Add To Cart Grid. User manual Wholesale Add To Cart Grid User manual Table of contents 1. Overview 1.1 General information 1.2 Key features 1.3 About this manual 2. Installation 2.1 Installation requirements 2.2 Installation instructions

More information

Documentation Module: Magento products integration for WordPress Version: 1.0.0

Documentation Module: Magento products integration for WordPress Version: 1.0.0 Documentation Module: Magento products integration for WordPress Version: 1.0.0 Table of Contents Documentation... 1 Magento... 1 Installation... 1 Configuration... 1 WordPress... 3 Installation... 3 Configuration...

More information

VMware AirWatch Directory Services Guide Integrating your Directory Services

VMware AirWatch Directory Services Guide Integrating your Directory Services VMware AirWatch Directory Services Guide Integrating your Directory Services AirWatch v9.2 Have documentation feedback? Submit a Documentation Feedback support ticket using the Support Wizard on support.air-watch.com.

More information

Product Parts Finder for Magento 2

Product Parts Finder for Magento 2 Product Parts Finder for Magento 2 Magento Extension User Guide Official extension page: Product Parts Finder for Magento 2 Page 1 Table of contents: 1. Finder Creation......3 2. General Finder Options..4

More information

MARKETO INTEGRATION SETUP GUIDE

MARKETO INTEGRATION SETUP GUIDE Success@BrightHooks.com MARKETO INTEGRATION SETUP GUIDE OVERVIEW Webhooks are a breeze to setup and use in Marketo. But building your own webhook service may not be that easy. Fellow Marketo users told

More information

2. QuickBooks Desktop Integration User Guides

2. QuickBooks Desktop Integration User Guides 2. QuickBooks Desktop Integration User Guides Thank you for purchasing my extension. If you have any questions that are beyond the scope of this help file, please feel free to email via my user page contact

More information

Import Export URL Rewrites for Magento2 Extension

Import Export URL Rewrites for Magento2 Extension Import Export URL Rewrites Extension for Magento2 User Manual https://www.magebees.com/import-export-url-rewritesextension-for-magento-2.html Import Export URL Rewrites for Magento2 Extension By CONTENT

More information

How to configure Sophos for all other clients

How to configure Sophos  for all other clients How to configure Sophos Email for all other clients 1. Add Your Domain & Verify Ownership 2. Add Mailboxes to Sophos Email 3. Restrict Delivery to Sophos IP Addresses 4. Modify MX records to point to Sophos

More information

Quickbooks Connector Quick Start Guide

Quickbooks Connector Quick Start Guide Quickbooks Connector Quick Start Guide Installation (from a Zip file) Configuration & Setup Customer Synchronization Customer Grid Customer Detail Page Product Synchronization Product Grid Product Detail

More information

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

User Guide. Customer Activation. Extension Version User Guide Version Magento Editions Compatibility User Guide Customer Activation Extension Version 1.0.0 User Guide Version 1.0.0 Magento Editions Compatibility Community 2.0.0, 2.0.1, 2.0.2, 2.0.3, 2.0.4, 2.0.5, 2.0.6, 2.0.7, 2.0.8, 2.1 Enterprise 2.0.0,

More information

Octolooks Scrapes Guide

Octolooks Scrapes Guide Octolooks Scrapes Guide https://octolooks.com/wordpress-auto-post-and-crawler-plugin-scrapes/ Version 1.4.4 1 of 21 Table of Contents Table of Contents 2 Introduction 4 How It Works 4 Requirements 4 Installation

More information

MAGENTO 2 INSTALL EXTENSION MANUALLY

MAGENTO 2 INSTALL EXTENSION MANUALLY MAGENTO 2 INSTALL EXTENSION MANUALLY As you may know, there are two most popular ways of installing Magento 2 extension manually. The first one is to use COMMAND LINE (recommended) and the second one is

More information

Facebook Product Catalog Configuration Instructions

Facebook Product Catalog Configuration Instructions Facebook Product Catalog Configuration Instructions Facebook Product Catalog can be configured in few simple steps. We will guide through each step in this document. First open your Admin Panel and go

More information

Administrative Training Mura CMS Version 5.6

Administrative Training Mura CMS Version 5.6 Administrative Training Mura CMS Version 5.6 Published: March 9, 2012 Table of Contents Mura CMS Overview! 6 Dashboard!... 6 Site Manager!... 6 Drafts!... 6 Components!... 6 Categories!... 6 Content Collections:

More information

FME Extensions Advanced SEO Friendly Blog Extension for Magento 2 User Guide - Version

FME Extensions Advanced SEO Friendly Blog Extension for Magento 2 User Guide - Version FME Extensions Advanced SEO Friendly Blog Extension for Magento 2 User Guide - Version 1.0 http://www.fmeextensions.com support@fmeextensions.com Intended Audience The content of this document is designed

More information

ForeScout Extended Module for Tenable Vulnerability Management

ForeScout Extended Module for Tenable Vulnerability Management ForeScout Extended Module for Tenable Vulnerability Management Version 2.7.1 Table of Contents About Tenable Vulnerability Management Module... 4 Compatible Tenable Vulnerability Products... 4 About Support

More information

Log Monitoring And Notification User Guide

Log Monitoring And Notification User Guide Log Monitoring And Notification User Guide Introduction Magento Log Monitoring And Notification is an advanced extension for Magento which allows to monitor Magento Logs and Reports in a convenient grid

More information

USER GUIDE MAGENTO TO MAGENTO MIGRATION

USER GUIDE MAGENTO TO MAGENTO MIGRATION USER GUIDE MAGENTO TO MAGENTO MIGRATION The essence of LitExtension products focuses on their friendliness to users, which means that every shopping cart owners, even who has little knowledge of technology,

More information

Simple Google Shopping. End user instructions

Simple Google Shopping. End user instructions Simple Google Shopping End user instructions Configure your data feeds with Simple Google Shopping To create and configure your data feeds, go to Products > Simple Google Shopping. Your data feeds will

More information

Manual FCPM for Magento 2 Version 1.2.1

Manual FCPM for Magento 2 Version 1.2.1 INSTALLATION OF THE EXTENSION Please make sure you ve downloaded extension package compliant with your Magento version. The compliance information is stated in the package filename. Once you ve downloaded

More information

<Partner Name> RSA NETWITNESS Security Operations Implementation Guide. Swimlane 2.x. <Partner Product>

<Partner Name> RSA NETWITNESS Security Operations Implementation Guide. Swimlane 2.x. <Partner Product> RSA NETWITNESS Security Operations Implementation Guide Jeffrey Carlson, RSA Partner Engineering Last Modified: 05/01/2017 Solution Summary The RSA NetWitness integration

More information

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

In this tutorial, we will show you how to easily add your store to your Facebook fan/business page, just in two simple steps. MexBS Facebook Store v1.0.0 User Guide Thank you for purchasing the Facebook Store extension and welcome to the MexBS family! In this document, we will guide you through the installation steps, and will

More information

Product Feed for Magento 2

Product Feed for Magento 2 Product Feed for Magento 2 Magento 2 Extension User Guide Official extension page: Product Feed for Magento 2 Page 1 Table of contents: 1. How to modify original attributes..3 2. Creation of product feeds...5

More information

Configuring Autocomplete & Suggest

Configuring Autocomplete & Suggest Search Autocomplete & Suggest current How to install extension 1. Backup your store database and web directory. 2. Login to SSH console of your server and navigate to root directory of Magento 2 store.

More information

Dynamic Product Options extension for Magento2. User Guide

Dynamic Product Options extension for Magento2. User Guide Dynamic Product Options extension for Magento2 User Guide version 2.0 Website: http://www.itoris.com Page 1 Contents 1. Introduction... 4 2. Installation... 5 2.1. System Requirements... 5 2.2. Installation...

More information

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

FREE AJAX SUITE. User Guide FOR MAGENTO 2. Version: Release Date: Product Page: Ajax Suite. Support: FREE AJAX SUITE FOR MAGENTO 2 User Guide Version: 1.2.0 Release Date: 19.09.2017 Product Page: Ajax Suite Support: info@tigren.com C O P Y R I G H T 2017 TABLE OF CONTENTS Installation. 1 Ajax Suite....2

More information

Analytics for Magento 2.0

Analytics for Magento 2.0 Analytics for Magento 2.0 USER GUIDE Version 1.0 support@exto.io https://exto.io/analytics-for-magento-2.html Analytical tool for your Magento store with capabilities for sales, products and other data

More information

Talend Component tgoogledrive

Talend Component tgoogledrive Talend Component tgoogledrive Purpose and procedure This component manages files on a Google Drive. The component provides these capabilities: 1. Providing only the client for other tgoogledrive components

More information

Import Export Newsletter Subscribers for Magento2 Extension

Import Export Newsletter Subscribers for Magento2 Extension Import Export Newsletter Subscribers Extension for Magento2 User Manual https://www.magebees.com/import-export-newsletter-subscribersextension-for-magento-2.html Import Export Newsletter Subscribers for

More information

Magento 2.0 Implementation Guide

Magento 2.0 Implementation Guide Magento 2.0 Implementation Guide 2016 Vertex SMB. Copyright 2016 Vertex Global Tax Solutions Ireland Holdings. All rights reserved. All information and materials contained herein are confidential and proprietary

More information

USER MANUAL. MageMob App Builder TABLE OF CONTENTS. Version: 2.0.0

USER MANUAL. MageMob App Builder TABLE OF CONTENTS. Version: 2.0.0 USER MANUAL TABLE OF CONTENTS Introduction... 1 Benefits of MageMob App Builder... 1 Installation & Activation... 2 Installation Steps... 2 Extension Activation... 3 How it Works?... 4 Back End Configuration:...

More information

scconnect v1.x ADMINISTRATION, INSTALLATION, AND USER GUIDE

scconnect v1.x ADMINISTRATION, INSTALLATION, AND USER GUIDE scconnect v1.x ADMINISTRATION, INSTALLATION, AND USER GUIDE GlobalSCAPE, Inc. (GSB) Address: 4500 Lockhill-Selma Road, Suite 150 San Antonio, TX (USA) 78249 Sales: (210) 308-8267 Sales (Toll Free): (800)

More information

Industrial Automation Tech Note 51

Industrial Automation Tech Note 51 Industrial Automation Tech Note 51 Abstract: This document explains how to get Crimson 3.1 to talk to Microsoft Azure using the MQTT Connector. It assumes a basic knowledge of Crimson and its operation,

More information