Magento Recycle Bin. Overview & User guide. Version 1.2. Copyright CRM4Ecommerce.COM

Size: px
Start display at page:

Download "Magento Recycle Bin. Overview & User guide. Version 1.2. Copyright CRM4Ecommerce.COM"

Transcription

1 Magento Recycle Bin Overview & User guide Copyright CRM4Ecommerce.COM Address: 25 Kham Duc - Cho Kham Thien street, Dong Da, Hanoi, Vietnam Phone: support@crm4ecommerce.com Version 1.2

2 TABLE OF CONTENTS 1. INTRODUCTION What is Magento Recycle Bin? Where are outstanding features? Who need this product? Compatibility INSTALLATION & ACTIVATE MODULE... 4 Step 1: Upload module package into your Magento site s root folder... 4 Step 2: Refresh cache and Admin User s Role... 4 Step 3: Activate module HOW TO USE? Setup data types that their data can be moved to Recycle Bin after record is deleted Deleting permanently and restoring the deleted records Statistic rate of restored items on all of deleted items Adding more data types (from 3rd party modules) can be move data to Recycle Bin Demo Links POLICIES Refund Policy Support & Bugs Fixxing Policy Upgrades Policy... 12

3 1. INTRODUCTION 1.1. What is Magento Recycle Bin? Have you ever accidentally deleted any product, category, customer or cms page... from your store? And then, What did you do? Re-create new data for deleted items? However, how do you do to link new items with related records? Magento Recycle Bin is an useful extension for enhance the power of magento store when allow managing and restoring the data that are deleted unlike as we wish. Figure 1: Module Dashboard 1.2. Where are outstanding features? Create virtual recycle bin for 15 magento data types includes: Products, Product's Attributes, Attribute Sets, Categories, Product's Reviews, Customers, Customer's Addresses, Customer's Groups, Catalog Price Rules, Shopping Cart Price Rules, Newsletter Templates, Newsletter Subscribers, CMS Pages, CMS Static Blocks, CMS Widgets; Allow store's owners can actively delete permanently or restore intactly deleted items (unchanged data id) in recycle bin; Statistic rate of restored items on all of deleted items; Allow adding more data types (from 3rd party modules) can be move data to Recycle Bin (HOT); This is a FREE tool for Magento Community Edition; Open source code. 3

4 1.3. Who need this product? Magento store s Merchants who has many products and employees Compatibility Magento Editions: 1.x (Community & Enterprise). 2. INSTALLATION & ACTIVATE MODULE It is so easily with the 3 clearly following steps: Step 1: Upload module package into your Magento site s root folder After purchasing, your downloadable files and serial key will be sent to your . The file that you can download normally is a zip file has name crm4ecommerce_recyclebin-{{version-number}}.zip, let use FTP client (like Filezilla, WinSCP, cuteftp...) to upload (copy) all folders and files in this package to your Magento site s root folder. This will not overwrite any existing files, it only add new files to the folder structure. Step 2: Refresh cache and Admin User s Role After uploading is done, let log in your Magento Administration Panel to refresh cache: Go to System >> Cache >> Management, select all caches, take action Refresh and Submit. Then, let refresh permission role of your current admin user: Go to System >> Permission Role, edit role of current user and click re-save (if current user has full rules1) or click save after check rule2 CRM4Ecommerce Extensions >> Recycle Bin and rule System >> Configuration >> CRM4Ecommerce Recycle Bin Settings. If you see menu CRM4Ecommerce Extensions >> Recycle Bin or navigate to System >> Configuration, if you can see tab CRM4Ecommerce Extensions and you can see menu item Recycle Bin on menu bar, it means extension was installed successfully. Step 3: Activate module Log in CRM4Ecommerce Web page by your registered account, go to My Account >> My Serial Keys to get Serial Key. Back to your Magento Administration Panel, go to CRM4Ecommerce Extensions >> Recycle Bin (if you get Access Denied, let log out of Admin Panel and re-login or re-do Step 2), in Block Serial Key Information let change 1 When you see Resource Access is All or All check options in this field are checked. 2 Each rule is a check option in Resource Access. 4

5 Module Status to Enabled, input your Serial Key to Serial Key field then click Save Config. If you see your website notice Thank you for registering for url {{site base url}} and information in Serial Information and Start Date are shown that mean you activated module successfully. Figure 2: Module Settings Activated module 3. HOW TO USE? 3.1. Setup data types that their data can be moved to Recycle Bin after record is deleted Open Module Settings, in Block Module Settings: Select data types that you want their data will be moved to Recycle Bin after record is deleted, then Save Config; In default config, there are 15 data types (are Products, Product's Attributes, Attribute Sets, Categories, Product's Reviews, Customers, Customer's Addresses, Customer's Groups, Catalog Price Rules, Shopping Cart Price Rules, Newsletter Templates, Newsletter Subscribers, CMS Pages, CMS Static Blocks, CMS Widgets) that we can move data into Recycle Bin after records of these data types are deleted; Besides 15 built-in data types, we can to add more data type from modules 3rd party (see more in Section 3.4); The best choice is select all default data types. 5

6 Figure 3: Setup Recycle Bin After setup, each time you delete a record of configured data tye, this data will be moved to Recycle Bin. The below figures are example when we delete a product category (category Men): Figure 4: Delete a product category Then, this category (Men) will be moved to Recycle Bin immediately with status is Deleted (deleted user, deleted time, deleted number number time delete record will be saved) and not shown in the category tree and list. 6

7 Figure 5: Recycle Bin Deleted Items Category that has just deleted was moved to Recycle Bin 3.2. Deleting permanently and restoring the deleted records Firstly, let assign the bellow rules into User s Role: CRM4Ecommerce Extensions >> Recycle Bin >> Deleted Items >> Permanently Delete and Restore Data. Figure 6: Assign rules Then, comeback Deleted Items and select records that you want to delete permanently (remove to database) or restore (re-show on related lists) and do corresponding action (delete permanently / restore data). 7

8 Figure 7: After assign rules, in Module Dashboard (tab Role Information) Permanently Delete & Restore Data will be changed status to Yes 3.3. Statistic rate of restored items on all of deleted items In Module Dashboard, tab Deleted Items will show statistic rate of restored items on all of deleted items. Figure 8: Module Dashboard Statistic rate of restored items on all of deleted items 8

9 3.4. Adding more data types (from 3rd party modules) can be move data to Recycle Bin Step 1: Setup data type in config file: Create xml config file contains information of data types that we want to move data into Recycle Bin each time a record is deleted. The bellow is structure of xml file: <crm4ecommerce> <datatype> <id>20</id> <label>bargain Price: Items</label> <model>productbargainprice/session</model> <module>crm4ecommerce_productbargainprice</module> </datatype>... </crm4ecommerce> Notice that: Each data type in a datatype tag (allow setup multi data types in a xml config file); id: Data type Id (this is a number and a unique key); label: Name of data type; model: Name of model in 3rd party module that you want to move data into Recycle Bin after data is deleted; module: Key (name code) of 3rd party module contains configured model. Figure 9: Example for xml file After that, let upload this config file into folder app\code\local\crm4ecommerce\recyclebin\data\datatype. 9

10 Figure 10: Upload config xml file into server Then, store will show all data types from the 3rd party modules. Figure 11: Show new configured data types in Module Settings Step 2: Add column is_deleted into database table of model class: ALTER TABLE MODEL_TABLE_NAME ADD COLUMN `is_deleted` smallint(6) NOT NULL default '0'; Example: If data table of model productbargainprice/session in module CRM4Ecommerce_ProductBargainPrice is crm4ecommerce_productbargain price_session, let run sql command: 10

11 ALTER TABLE crm4ecommerce_productbargainprice_session ADD COLUMN `is_deleted` smallint(6) NOT NULL default '0'; Step 3: Customize code in configured model: Open configured model, example is class CRM4Ecommerce_Product BargainPrice_Model_Session, open code file of this class, let override method delete and add new method restore as the bellow: public function delete($deletepermanently = false) { if ($deletepermanently) { return parent::delete(); } if (/** Check module Recycle Bin is active */ && Mage::helper('recyclebin')>canMoveToRecycleBin('ID OF DATA TYPE (ID IN CONFIG FILE)')) { $name = 'NAME_OF_CURRENT_OBJECT'; Mage::getModel('recyclebin/deleted_item')->saveItem($this->getId(), $name, 'ID OF DATA TYPE (ID IN CONFIG FILE)'); try { $coreresource = Mage::getSingleton('core/resource'); $write = $coreresource->getconnection('core_write'); $sql = "UPDATE `MODEL_TABLE_NAME` SET `is_deleted` = 1 WHERE `MODEL_TABLE_KEY_ID` = '". $this->getid(). "'"; $write->query($sql); } catch (Exception $ex) {} return $this; } else { return parent::delete(); } } public function restore() { try { $coreresource = Mage::getSingleton('core/resource'); $write = $coreresource->getconnection('core_write'); $sql = "UPDATE `MODEL_TABLE_NAME` SET `is_deleted` = 0 WHERE ` MODEL_TABLE_KEY_ID` = '". $this->getid(). "'"; $write->query($sql); } catch (Exception $ex) {} } With model class CRM4Ecommerce_Product BargainPrice_Model_ Session, in the above code, MODEL_TABLE_NAME is crm4ecommerce_ productbargainprice_session, MODEL_TABLE_KEY_ID is session_id. To check module Recycle Bin is active, you can add this method into helper class of your module: 11

12 public function isrecyclebinactive() { if (Mage::helper('core')->isModuleEnabled('CRM4Ecommerce_RecycleBin')) { return Mage::helper('recyclebin')->isRegistered(); } else { return false; } } 3.5. Demo Links Magento Frontend: Magento Backend: >> Choose Extension you want see demo is Magento Recycle Bin > Login; Contact us (support@crm4ecommerce.com) to get the own demo. 4. POLICIES 4.1. Refund Policy This is a FREE tool for Magento Community Edition so you needn t to pay any fund to get it. With Magento Enterprise Edition, you can request refund in 30 days from you purchased if our module has errors and our support department couldn t help you fix them. Moreover, if you need we help you install & config it, you need pay fee is $30 and this fee is not-able to refund Support & Bugs Fixxing Policy CRM4Ecommerce.COM offers 6 months of free support for all customers purchased or use services from us. Customers are free to report any bugs experienced while using our products. We will try to fix the bugs at the earliest possible time. To report bugs or complain about our support, please use our Help Desk System. When 6 months free support is ended, to get support and bug fixing service, you need to pay fee $30 per support month for us (pay per month) Upgrades Policy CRM4Ecommerce.COM do upgrades regularly to add new requests from customers or make products work with newer versions of Platforms. Customers who purchased product from CRM4Ecommerce will get update for that product. They can download update packages from My downloadable section after logged in. We also keep customers with update information by newsletter monthly. 12

Magento Admin Order s Status Notification Overview & User guide

Magento Admin Order s Status Notification Overview & User guide Magento Admin Order s Status Notification Overview & User guide Copyright CRM4Ecommerce.COM Address: 25 Kham Duc - Cho Kham Thien street, Dong Da, Hanoi, Vietnam Phone: +84 914 646 840 Email: support@crm4ecommerce.com

More information

ipay88 PLUG-IN USER GUIDE

ipay88 PLUG-IN USER GUIDE support@simicart.com Phone: 084.4.3217.1357 ipay88 PLUG-IN USER GUIDE Table of Contents 1. INTRODUCTION... 3 2. HOW TO INSTALL... 4 3. HOW TO CONFIGURE... 5 4. HOW TO USE ipay88... 8 2 1. INTRODUCTION

More information

FACEBOOK CONNECT PLUG-IN USER GUIDE

FACEBOOK CONNECT PLUG-IN USER GUIDE support@simicart.com Phone: 084.4.8585.4587 FACEBOOK CONNECT PLUG-IN USER GUIDE Table of Contents 1. INTRODUCTION... 3 2. HOW TO INSTALL... 4 3. HOW TO USE FACEBOOK CONNECT... 5 a. Login with Facebook

More information

PRODUCT QUESTIONS USER GUIDE

PRODUCT QUESTIONS USER GUIDE support@magestore.com sales@magestore.com Phone: 084.4.8585.4587 PRODUCT QUESTIONS USER GUIDE Version 0.1.1 Product Questions 1.1 User Guide 9 Table of Contents 1. INTRODUCTION... 3 2. HOW TO INSTALL...

More information

Klarna Checkout Plug-in

Klarna Checkout Plug-in support@simicart.com Phone: +84.3217.1357 Klarna Checkout Plug-in USER GUIDE Table of Contents 1. INTRODUCTION... 3 2. HOW TO INSTALL... 4 3. HOW TO CONFIGURE... 5 2 1. INTRODUCTION With 10% e-commerce

More information

STORE LOCATOR PLUGIN USER GUIDE

STORE LOCATOR PLUGIN USER GUIDE support@simicart.com Support: +84.3127.1357 STORE LOCATOR PLUGIN USER GUIDE Table of Contents 1. INTRODUCTION... 3 2. HOW TO INSTALL... 4 3. HOW TO CONFIGURE... 5 4. HOW TO USE ON APP... 13 SimiCart Store

More information

Call For Price extension User Manual

Call For Price extension User Manual extension User Manual Magento 2 Call for Price extension helps hiding product price and Add to Cart and replace it with button to encourage visitors to contact you for quote. Table of Content 1. Extension

More information

2CHECKOUT PLUG-IN USER GUIDE

2CHECKOUT PLUG-IN USER GUIDE support@simicart.com Phone: 084.4.8585.4587 2CHECKOUT PLUG-IN USER GUIDE Table of Contents 1. INTRODUCTION... 3 2. HOW TO INSTALL... 4 3. HOW TO CONFIGURE ON 2CHECKOUT.COM... 5 4. HOW TO CONFIGURE IN 2CHECKOUT

More information

STARTER PACKAGE Installation Guide

STARTER PACKAGE Installation Guide MAGENTO 1 STARTER PACKAGE Installation Guide Updated January 2018 Confidential Information Notice Copyright 2018. All Rights Reserved. Any unauthorized reproduction of this document is prohibited. This

More information

REWARD POINTS PLUG-IN USER GUIDE

REWARD POINTS PLUG-IN USER GUIDE support@simicart.com Phone: +84.3217.1357 REWARD POINTS PLUG-IN USER GUIDE Table of Contents 1. INTRODUCTION... 3 2. HOW TO INSTALL... 5 3. HOW TO CONFIGURE... 6 3.1 For those who are using Reward Point

More information

Indian GST extension User Manual

Indian GST extension User Manual extension User Manual Magento 2 extension helps creating and calculating tax rates and rules to make your Magento 2 stores GST ready. Table of Content 1. Extension Installation Guide 2. Configuration 3.

More information

STORE CREDIT USER GUIDE

STORE CREDIT USER GUIDE support@magestore.com sales@magestore.com Phone: 084.4.8585.4587 STORE CREDIT USER GUIDE Version 1.0.0 Magento Compatibility: CE 2.0 Table of Contents 1. INTRODUCTION... 3 2. HOW TO USE (Frontend)... 5

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

oscommerce Vtiger Transmission Features & User guide

oscommerce Vtiger Transmission Features & User guide oscommerce Vtiger Transmission Features & User guide Copyright CRM4Ecommerce.COM A member of MelonKat Pte. Ltd. Address: 34 lane 100 Cho Kham Thien street, Dong Da, Hanoi, Vietnam Phone: +84 4 3518 4505

More information

MagentoZohoCRM Bidirectional Synchronization Overview & User guide

MagentoZohoCRM Bidirectional Synchronization Overview & User guide MagentoZohoCRM Bidirectional Synchronization Overview & User guide Copyright CRM4Ecommerce.COM Address: 34 lane 100 Cho Kham Thien street, Dong Da, Hanoi, Vietnam Phone: +84 914 646 840 Email: support@crm4ecommerce.com

More information

Magento 2 Shipping Flat Rate5. Quick start guide

Magento 2 Shipping Flat Rate5. Quick start guide Magento 2 Shipping Flat Rate5 Quick start guide 1. Introduction Shipping Flat Rate5 is an upgraded extension of single flat rate option in Magento by serving multiple flat rate methods based on different

More information

Module Admin Logger User Manual

Module Admin Logger User Manual Module Admin Logger Manual 1 / 9 Summary Summary Overview... 3 Installation... 3 Upload files... 3... 3 General... 3 How to use... 4 Admin logger : users... 5 Admin logger : customer... 5 Admin logger

More information

Mobile Login Extension User Manual

Mobile Login Extension User Manual Extension User Manual Magento provides secured and convenient login to Magento stores through mobile number along with OTP. Table of Content 1. Extension Installation Guide 2. API Configuration 3. General

More information

USER GUIDE. LitExtension: YAHOO STORE to Magento Migration Tool

USER GUIDE. LitExtension: YAHOO STORE to Magento Migration Tool USER GUIDE LitExtension: YAHOO STORE to Magento Migration Tool The essence of LitExtension products focuses on their friendliness to users, which means that every shopping cart owners, even who has little

More information

How to Migrate from Drupal Commerce to Magento

How to Migrate from Drupal Commerce to Magento How to Migrate from Drupal Commerce to Magento The essence of LitExtension products focuses on their friendliness to users, which means that every shopping cart owners, even who has little knowledge of

More information

Extension User Guide Order By SKU Brainvire Infotech Pvt. Ltd

Extension User Guide Order By SKU Brainvire Infotech Pvt. Ltd Order By SKU V. 1.1.0 1 Table of Contents OVERVIEW..03 EXTENSION FEATURES.04 HOW TO INSTALL..05 DISPLAY IN FRONT..09 UNINSTALL..13 HELP / SUPPORT..14 2 OVERVIEW One of the best ways to order the products

More information

skype ID: store.belvg US phone number:

skype ID: store.belvg   US phone number: 1 Table of Contents Table of Contents: 1. Introduction to Products Sorting... 3 2. How to Install... 4 3. How to Configure... 5 3.1. How to create sorting attributes... 5 3.2. How to manage sorting attributes...

More information

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

USER MANUAL. MageMob Admin TABLE OF CONTENTS. Version: 1.0.0 USER MANUAL TABLE OF CONTENTS Introduction... 1 Benefits of MageMob Admin... 1 Installation & Activation... 2 Pre-requisite... 2 Installation Steps... 2 Installation via Composer... 4 Extension Activation...

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

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

USER MANUAL TABLE OF CONTENTS. Admin Actions Audit Log. Version: 0.1.1 USER MANUAL TABLE OF CONTENTS Introduction... 1 Benefits of Admin Actions Audit Log... 1 Installation... 2 Installation Steps... 2 Installation (Custom Theme)... 3 Extension Activation... 3 Configuration...

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

Bestseller Products Extension

Bestseller Products Extension Bestseller Products Extension User Guide https://www.magebees.com/magento-bestseller-products-extension.html Bestseller Products Extension By Support Ticket: - http://support.magebees.com, Support Email

More information

Newsletter Popup v3.x Configuration for Magento 2

Newsletter Popup v3.x Configuration for Magento 2 Newsletter Popup v3.x Configuration for Magento 2 From Plumrocket Documentation Contents 1. Configuring Newsletter Popup 3.x Extension for Magento 2 2. Managing Newsletter Popups 3. Managing Newsletter

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

Blog FAQ.

Blog FAQ. Blog FAQ Website: Support: http://ecommerce.aheadworks.com helpdesk@aheadworks.com Table of Contents Blog... 4 Can I use a WYSIWYG editor in Blog?... 4 Is it possible with the Blog extension to limit the

More information

YMM Products Parts Finder

YMM Products Parts Finder YMM Products Parts Finder Extension User Manual https://www.magebees.com/magento-ymm-products-parts-finderextension.html YMM Products Parts Finder By Support Ticket: - https://support.magebees.com, Support

More information

USER MANUAL LANGUAGE TRANSLATOR TABLE OF CONTENTS. Version: 1.1.6

USER MANUAL LANGUAGE TRANSLATOR TABLE OF CONTENTS. Version: 1.1.6 USER MANUAL TABLE OF CONTENTS Introduction... 1 Benefits of Language Translator... 1 Installation... 2 Installation Steps... 2 Extension Activation... 3 Configuration... 4 FAQ... 16 General FAQs... 16

More information

USER MANUAL TABLE OF CONTENTS. Gift Promotions OnCart Total. Version: 0.1.2

USER MANUAL TABLE OF CONTENTS. Gift Promotions OnCart Total. Version: 0.1.2 USER MANUAL TABLE OF CONTENTS Introduction... 1 Benefits of Gift Promotions OnCart Total... 1 Installation... 2 Installation Steps... 2 Installation (Custom Theme)... 3 Extension Activation... 4 Configuration...

More information

RewardPoints Guide. Version Oct 2014

RewardPoints Guide. Version Oct 2014 Website: http://magehit.com Contact: sale@magehit.com RewardPoints Guide Version 3.2.1 - Oct 2014 Integrate template of RewardPoints extension with your theme. Before going to the configuration, You can

More information

Product Parts Finder - Magento 2 USER MANUAL MAGEDELIGHT.COM

Product Parts Finder - Magento 2 USER MANUAL MAGEDELIGHT.COM Product Parts Finder - Magento 2 USER MANUAL MAGEDELIGHT.COM License Key After successful installation of Product Parts Finder extension, you are now required to configure the license key in the admin

More information

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

Magento 1 Extension. ( Version ) STORE.DCKAP.COM Magento 1 Extension ( Version 2.0.0 ) Table of Contents Introduction to Advanced Sample Orders 3 Version & Compatibility Support 3 How to Install This Module? 3 Module Configuration 4 Price Configuration

More information

USER MANUAL TABLE OF CONTENTS. Advance Product File Upload. Version: 0.1.2

USER MANUAL TABLE OF CONTENTS. Advance Product File Upload. Version: 0.1.2 USER MANUAL TABLE OF CONTENTS Introduction... 1 Benefits of Advance Product File Upload... 1 Installation& Activation... 2 Installation Steps... 2 Extension Activation... 3 Configuration... 5 Quick Notes...

More information

Responsive Banner Slider Extension

Responsive Banner Slider Extension Responsive Banner Slider Extension User Manual https://www.magebees.com/magento-responsive-banner-slider-with-lazyload-extension.html Responsive Banner Slider Extension By CONTENT Introduction 3 Features

More information

Rewards Points for Magento 2.0

Rewards Points for Magento 2.0 Rewards Points for Magento 2.0 USER GUIDE Version 1.0 support@exto.io https://exto.io/rewards-points-for-magento-2.html Magento 2 Reward Points extension provides you with effective rewards program, customizable

More information

Checkout Success Page v2.x Configuration for Magento 2

Checkout Success Page v2.x Configuration for Magento 2 Checkout Success Page v2.x Configuration for Magento 2 From Plumrocket Documentation Contents 1. Configuring Checkout Success Page Extension 2. Testing Checkout Success Page for Magento 2 2.1. Preview

More information

Index. Copyright (c) Toogas,lda 2

Index. Copyright (c) Toogas,lda 2 Index 1. Introducing Featured Popup... 3 2. Featured Popup - Installation... 4 3. Featured Popup - Configuration... 5 4. Featured Popup - Managing... 6 5. Popup examples...12 2 1. Introducing Featured

More information

Cart Product Selector. Quick Start Guide

Cart Product Selector. Quick Start Guide Cart Product Selector Quick Start Guide 1. Introduction Cart Product Selector is an extension which allows the customer to selectively choose products present in the cart and proceed to checkout with the

More information

OpenCart. E-commerce platform Prepared by: Abeer AlDayel and Nouf AlRomaih

OpenCart. E-commerce platform Prepared by: Abeer AlDayel and Nouf AlRomaih OpenCart E-commerce platform Prepared by: Abeer AlDayel and Nouf AlRomaih Introduction OpenCart is free open source ecommerce platform for online merchants. It is a module based system which allows users

More information

Version USER GUIDE

Version USER GUIDE Magento Extension RSS feed Version 1.0.0 USER GUIDE Last update: Aug 15 th, 2013 DragonFroot.com RSS feed v1-0 Content 1. Introduction 2. Installation 3. Configuration 4. Troubleshooting 5. Contact us

More information

uite 401, CFM building, 23 Lang Ha, Hanoi, Vietnam POS ios V1.4 USER GUID E 2015 SmartOSC and X-POS for ios

uite 401, CFM building, 23 Lang Ha, Hanoi, Vietnam POS ios V1.4 USER GUID E 2015 SmartOSC and X-POS for ios uite 401, CFM building, 23 Lang Ha, Hanoi, Vietnam - 84.4 3514 9883 - info@smartosc.com -POS ios V1.4 USER GUID E 2015 SmartOSC and X-POS for ios Table of Contents About X-POS for ios... 3 Main features,

More information

SEO PLUS USER GUIDE Version 1.3

SEO PLUS USER GUIDE Version 1.3 support@magestore.com sales@magestore.com Phone: 084.4.8585.4587 SEO PLUS USER GUIDE Version 1.3 Table of Contents 1. INTRODUCTION... 3 2. HOW TO USE... 5 3. HOW TO CONFIGURE... 21 SEO Plus v1.3 2 1. INTRODUCTION

More information

Shipping Availability Magento Extension by PIXLOGIX USER GUIDE Copyright 2017 Pixlogix.com All rights reserved

Shipping Availability Magento Extension by PIXLOGIX USER GUIDE Copyright 2017 Pixlogix.com All rights reserved support@pixlogix.com Shipping Availability Magento Extension by PIXLOGIX USER GUIDE All rights reserved Table of Contents 1. Installation Process... 3 2. Shipping Availability Configuration... 4 2.1 General...

More information

USER MANUAL. SEO Hub TABLE OF CONTENTS. Version: 0.1.1

USER MANUAL. SEO Hub TABLE OF CONTENTS. Version: 0.1.1 USER MANUAL TABLE OF CONTENTS Introduction... 1 Benefits of SEO Hub... 1 Installation& Activation... 2 Installation Steps... 2 Extension Activation... 4 How it Works?... 5 Back End Configuration... 5 Points

More information

Altima Lookbook Professional Magento ecommerce Extension Version 1.6.9

Altima Lookbook Professional Magento ecommerce Extension Version 1.6.9 Altima Lookbook Professional Magento ecommerce Extension Version 1.6.9 Compatibility: Community Edition: 1.4.x.x, 1.5.x.x, 1.6.x.x, 1.7.x.x, 1.8.x.x, 1.9.x.x Enterprise Edition: 1.9 and later Release date:

More information

Google Tag Manager. Google Tag Manager Custom Module for Magento

Google Tag Manager. Google Tag Manager Custom Module for Magento Google Tag Manager Custom Module for Magento TABLE OF CONTENTS Table of Contents Table Of Contents...2 1. INTRODUCTION...3 2. Overview...3 3. Requirements...3 4. Features...4 4.1 Features accessible from

More information

Accelerated Mobile Pages v1.x Configuration for Magento 1 From Plumrocket Documentation

Accelerated Mobile Pages v1.x Configuration for Magento 1 From Plumrocket Documentation Accelerated Mobile Pages v1.x Configuration for Magento 1 From Plumrocket Documentation Contents 1. Configuring Accelerated Mobile Pages 2. AMP Home Page Configuration 2.1. Setting AMP Category Images

More information

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

EXTENSION FOR MAGENTO 2. (Updated May 23 rd 2017) INSTALLATION GUIDE EXTENSION FOR MAGENTO 2 (Updated May 23 rd 2017) INSTALLATION GUIDE Confidential Information Notice Copyright 2017. All Rights Reserved. Any unauthorized reproduction of this document is prohibited. This

More information

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

USER MANUAL TABLE OF CONTENTS. Store Error Log Manager. Version: 0.1.1 USER MANUAL TABLE OF CONTENTS Introduction... 1 Benefits of Store Error Log Manager... 1 Installation& Activation... 2 Installation Steps... 2 Extension Activation... 3 Configuration... 5 Quick Notes...

More information

Magento 1 Switch Order Owner. Quick Start Guide

Magento 1 Switch Order Owner. Quick Start Guide Magento 1 Switch Order Owner Quick Start Guide 1. Introduction Switch Order Owner extension allows admin to switch ownership of order from the backend. Admin can easily modify an existing order's customer

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

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

CMS and e-commerce Solutions. version 1.0. Please, visit us at: or contact directly by

CMS and e-commerce Solutions. version 1.0. Please, visit us at:   or contact directly by Countdown Anywhere for Magento User Guide version 1.0 created by IToris IToris Table of contents 1. Introduction... 3 1.1. Purpose... 3 2. Installation and License... 3 2.1. System Requirements... 3 2.2.

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

To configure the extension please go to Stores Configuration Amasty Extensions RMA.

To configure the extension please go to Stores Configuration Amasty Extensions RMA. For more details see the RMA extension page. RMA for Magento 2 Manage product returns and exchanges effectively with the powerful RMA for Magento 2 module. Make these processes simple and enhance your

More information

Instagram Integration Widget User Guide

Instagram Integration Widget User Guide Instagram Integration Widget User Guide Welcome to Instagram Integration Widget for Magento User Guide. Thank you for choosing our product. This user guide describes the functionality of Instagram Widget

More information

Private Sales & Flash Sales v4.x Configuration for Magento 2

Private Sales & Flash Sales v4.x Configuration for Magento 2 Private Sales & Flash Sales v4.x Configuration for Magento 2 From Plumrocket Documentation Contents 1. Configuring Private Sales and Flash Sales Extension 1.1. Configuring Private Sales Homepage 1.2. Configuring

More information

Important Notice. Important Notice

Important Notice. Important Notice Important Notice Varien reserves the right to make corrections, modifications, enhancements, improvements, and other changes to its products and services at any time and to discontinue any product or service

More information

USER MANUAL TABLE OF CONTENTS. Easy Site Maintenance. Version: 1.0.4

USER MANUAL TABLE OF CONTENTS. Easy Site Maintenance. Version: 1.0.4 USER MANUAL TABLE OF CONTENTS Introduction... 1 Benefits of Easy Site Maintenance... 1 Installation... 2 Installation Steps... 2 Installation (Custom Theme)... 3 Configuration... 4 Contact Us... 8 Easy

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

Product Recommendation based on Order History. Table of Contents

Product Recommendation based on Order History. Table of Contents Product Recommendation based on Order History Table of Contents 1. Description 2. Features 3. Installation 4. Configuration 5. Troubleshooting Description Version 1.0.0 The present day ecommerce customers

More information

Table of Contents. Introduction to Product Slider How to Install and Deactivate How to Configure How to Use...

Table of Contents. Introduction to Product Slider How to Install and Deactivate How to Configure How to Use... Table of Contents Introduction to Product Slider... 3 How to Install and Deactivate... 4 How to Configure... 6 How to add a slider block to a page...12 How to Use... 16 2 1. Introduction to Product Slider

More information

Instagram Pro Widget User Guide

Instagram Pro Widget User Guide Instagram Pro Widget User Guide Welcome to the User Guide for Instagram Pro. Thank you for choosing our product. This quick user guide describes the functionality of the Instagram Pro extension by NEKLO

More information

Vantiv ecommerce for Magento 1 User Guide. Version 1.0.7

Vantiv ecommerce for Magento 1 User Guide. Version 1.0.7 Vantiv ecommerce for Magento 1 User Guide Version 1.0.7 Vantiv ecommerce for Magento 1... 1 User Guide... 1 1. Project... 3 2. Onboarding... 3 3. Installation... 3 4. Configuration... 5 5. Nuances for

More information

Migration Tool. User Guide. SHOPIFY to MAGENTO. Copyright 2014 LitExtension.com. All Rights Reserved.

Migration Tool. User Guide. SHOPIFY to MAGENTO. Copyright 2014 LitExtension.com. All Rights Reserved. SHOPIFY to MAGENTO Migration Tool User Guide Copyright 2014 LitExtension.com. All Rights Reserved. Shopify to Magento Migration Tool: User Guide Page 1 Contents 1. Preparation... 3 2. Set-up... 3 3. Set-up...

More information

Automatic Customer Group Switching Magento Extension

Automatic Customer Group Switching Magento Extension Automatic Customer Group Switching Magento Extension User Manual This is the user manual of Automatic Customer Group Switching v1.9.3 and was last updated on 26-07-2017. To see what this extension can

More information

File Upload extension User Manual

File Upload extension User Manual extension User Manual Magento & Download extension allows admin to upload product attachments for users in order to provide additional information for products. Table of Content 1. Extension Installation

More information

Gift Card Manager Extension

Gift Card Manager Extension Ph: +91-120-4243310 Gift Card Manager Extension User Manual v1.0.0 Prepared by E-mail: support@knowband.com E-23, Sector-63, Noida. Phone: +91-120-4243310 1 Ph: +91-120-4243310 Contents 1.0 Introduction

More information

MAGENTO Migration Tools

MAGENTO Migration Tools MAGENTO Migration Tools User Guide Copyright 2014 LitExtension.com. All Rights Reserved. Magento Migration Tools: User Guide Page 1 Contents 1. Preparation... 3 2. Set-up... 4 3. Set-up... 5 4. License

More information

Table of Contents. Introduction to Store Locator v How to Install and Deactivate How to Configure How to Use...

Table of Contents. Introduction to Store Locator v How to Install and Deactivate How to Configure How to Use... Table of Contents Introduction to Store Locator v.2.0... 3 How to Install and Deactivate... 4 How to Configure... 7 How to Use... 13 2 1. Introduction to Store Locator v.2.0 Magento Store Locator 2.0 will

More information

Dealer Inquiry Extension

Dealer Inquiry Extension Dealer Inquiry Extension User Manual http://www.magebees.com/magento-dealer-inquiry-extension.html Dealer Inquiry Extension By CONTENT Introduction 3 Features 3 Installation 4 Configuration Settings 7

More information

store.belvg US: UK:

store.belvg US: UK: 1 2 Table of Contents 1. Introduction to Quick Top Links 2. How to Install 3. How to Configure 4. How to Use 1. Introduction to Quick Top Links Magento Quick Top Links extension allows accessing store

More information

VISITOR SEGMENTATION

VISITOR SEGMENTATION support@magestore.com sales@magestore.com Phone: 084.4.8585.4587 VISITOR SEGMENTATION USER GUIDE Version 1.0.0 Table of Contents 1. INTRODUCTION... 3 Create unlimited visitor segments... 3 Show targeted

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

Subscriptions and Recurring Payments 2.X

Subscriptions and Recurring Payments 2.X Documentation / Documentation Home Subscriptions and Recurring 2.X Created by Unknown User (bondarev), last modified by Unknown User (malynow) on Mar 22, 2017 Installation Set up cron (for eway) Configuration

More information

Creating Roles with Advanced Permissions

Creating Roles with Advanced Permissions Last update: 2017/10/19 07:41 magento_2:advanced_permissions https://amasty.com/docs/doku.php?id=magento_2:advanced_permissions For more details see the Advanced Permissions for Magento 2 extension page.

More information

PROFIT AND LOSS REPORT EXTENSION. User Guide. User Guide Page 1

PROFIT AND LOSS REPORT EXTENSION. User Guide. User Guide Page 1 PROFIT AND LOSS REPORT EXTENSION User Guide User Guide Page 1 Important Notice JTechExtensions reserves the right to make corrections, modifications, enhancements, improvements, and other changes to its

More information

Webshop Plus! v Pablo Software Solutions DB Technosystems

Webshop Plus! v Pablo Software Solutions DB Technosystems Webshop Plus! v.2.0 2009 Pablo Software Solutions http://www.wysiwygwebbuilder.com 2009 DB Technosystems http://www.dbtechnosystems.com Webshos Plus! V.2. is an evolution of the original webshop script

More information

Flexslider v2.x Installation and User Manual

Flexslider v2.x Installation and User Manual 2018/05/16 02:56 1/18 Latest version: 2.2.6 Compatibility: Magento 2.1.x, 2.2.x Disclaimer This is the installation and user manual for the Magento Flexslider v1.x extension created by Solide Webservices.

More information

User Guide POPUP PLUS FOR MAGENTO 2. Version: Release Date: Product Page: Popup Plus. Support:

User Guide POPUP PLUS FOR MAGENTO 2. Version: Release Date: Product Page: Popup Plus. Support: POPUP PLUS FOR MAGENTO 2 User Guide Version: 1.0.0 Release Date: 08.08.2016 Product Page: Popup Plus Support: support@magebuzz.com C O P Y R I G H T 2 0 1 6 M A G E B U Z Z S T O R E TABLE OF CONTENTS

More information

Magik Custom Forms Installation & Configuration

Magik Custom Forms Installation & Configuration Magik Custom Forms Installation & Configuration Magik Custom Forms is a perfect solution for creating and managing multiple web forms on your Magento site. It allows customers to fill in data into various

More information

SitelokTM. Stripe Plugin V1.5

SitelokTM. Stripe Plugin V1.5 SitelokTM Stripe Plugin V1.5 Sitelok Stripe Plugin Manual Copyright 2015-2018 Vibralogix. All rights reserved. This document is provided by Vibralogix for informational purposes only to licensed users

More information

Magento Survey Extension User Guide

Magento Survey Extension User Guide Magento Survey Extension User Guide Page 1 Table of Contents To Access Plugin, Activate API Key... 3 Create Questions... 5 Manage Survey... 6 Assign Question to Survey... 7 Reveal Survey In Three Ways...

More information

Guide PHPro Stock Monitor Module

Guide PHPro Stock Monitor Module Guide PHPro Stock Monitor Module www.phpro.be more info: pieter.caluwaerts@phpro.be Date document: 12/05/2013 Version: 2.2 Owner: PHPro Business Park King Square Veldkant 33A B- 2550 Kontich Author: Pieter

More information

All company and brand products and service names are trademarks or registered trademarks of their respective holders.

All company and brand products and service names are trademarks or registered trademarks of their respective holders. i Magento reserves the right to make corrections, modifications, enhancements, improvements, and other changes to its products and services at any time and to discontinue any product or service without

More information

uite 401, CFM building, 23 Lang Ha, Hanoi, Vietnam POS ios V1.7 USER GUID E 2015 SmartOSC and X-POS for ios

uite 401, CFM building, 23 Lang Ha, Hanoi, Vietnam POS ios V1.7 USER GUID E 2015 SmartOSC and X-POS for ios uite 401, CFM building, 23 Lang Ha, Hanoi, Vietnam - 84.4 3514 9883 - info@smartosc.com -POS ios V1.7 USER GUID E 2015 SmartOSC and X-POS for ios Table of Contents About X-POS for ios... 5 Main features...

More information

Installation through FTP

Installation through FTP Installation through FTP 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 and

More information

Navigation menu - MegaMenu. User Guide 1. &

Navigation menu - MegaMenu. User Guide 1.  & User Guide User Guide 1 Extension Description Menu - is a key navigation element for customers on your website. It is particularly important that the menu would contain a maximum of all information, namely

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

Magento Migration Tool. User Guide. Shopify to Magento. Bigcommerce to Magento. 3DCart to Magento

Magento Migration Tool. User Guide. Shopify to Magento. Bigcommerce to Magento. 3DCart to Magento Magento Migration Tool User Guide Shopify to Magento Bigcommerce to Magento 3DCart to Magento Copyright 2015 LitExtension.com. All Rights Reserved. Page 1 Contents 1. Preparation... 3 2. Setup... 4 3.

More information

CM Coupon Listing Documentation

CM Coupon Listing Documentation CM Coupon Listing Documentation Release 2.1.0 CMExtension March 03, 2015 Contents 1 Overview 3 1.1 License.................................................. 3 1.2 Technical Requirements.........................................

More information

Customer Testimonial Pro Extension

Customer Testimonial Pro Extension Customer Testimonial Pro Extension User Manual https://www.magebees.com/magento-customer-testimonial-extension.html Customer Testimonial Pro Extension By CONTENT Introduction 3 Features 3 Manage Testimonial

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

Fixed Header edream Market

Fixed Header edream Market User s Manual Magento Extension Fixed Header edream Market www.edreamag.com support@edreamag.com Fixed Header for Magento MODERN, SIMPLE AND PROFESSIONAL edream Fixed Header is a unique extension that

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

Optimizes the navigation and lets visitors search by categories, price ranges, color, and other product attributes.

Optimizes the navigation and lets visitors search by categories, price ranges, color, and other product attributes. Documentation / Documentation Home Layered Navigation Created by Unknown User (bondarev), last modified by Malynow, Alexey on Feb 22, 2016 Installation Set up cron Configuration Basic Configuration Filters

More information