business assist api plugin - osc professionals · 2016-08-01 · skype: osc_support...

26
Business Assist API Plugin USER GUIDE v1.0.0

Upload: others

Post on 20-Jul-2020

1 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Business Assist API Plugin - OSC Professionals · 2016-08-01 · Skype: osc_support sales@oscprofessionals.com Ph: +91-9225237076 2) HOW TO SET UP: 2.1 Steps to install Layered Navigation

Business Assist API Plugin

USER GUIDE

v1.0.0

Page 2: Business Assist API Plugin - OSC Professionals · 2016-08-01 · Skype: osc_support sales@oscprofessionals.com Ph: +91-9225237076 2) HOW TO SET UP: 2.1 Steps to install Layered Navigation

Skype: osc_support

[email protected] Ph: +91-9225237076

www.oscprofessionals.com

Contents

INTRODUCTION

REQUIREMENT

STEPS TO FOLLOW

INTRODUCTION :Using Business Assist API Plugin, User can download product, download customers, create & share orders and upload created order in web portal.

REQUIREMENT :

Latest Wordpress Setup

Woo commerce Plugin

Business Assist Order Creation API Plugin.

STEPS TO FOLLOW:

Install fresh setup of Wordpress. (if not already installed)

Install Woo commerce Plugin for Wordpress Dashboard.

Plugins > Add New > search for Woocommerce.

Download zip file of Business Assist Order creation API (businessassist-order-creation-api) plugin and upload to wp-content/plugins folder through FTP.

Once uploaded, unzip file and from Wordpress dashboard Activate plugin.

Plugins > Installed Plugins and click Activate link under same plugin name

Page 3: Business Assist API Plugin - OSC Professionals · 2016-08-01 · Skype: osc_support sales@oscprofessionals.com Ph: +91-9225237076 2) HOW TO SET UP: 2.1 Steps to install Layered Navigation

Skype: osc_support

[email protected] Ph: +91-9225237076

www.oscprofessionals.com

Thank you!

If you have any Queries or Feature Suggestions, please contact us at:

http://www.oscprofessionals.com/contact-us/

Skype: osc_support

Your feedback is always welcome!

Page 4: Business Assist API Plugin - OSC Professionals · 2016-08-01 · Skype: osc_support sales@oscprofessionals.com Ph: +91-9225237076 2) HOW TO SET UP: 2.1 Steps to install Layered Navigation

Skype: osc_support

[email protected] Ph: +91-9225237076

www.oscprofessionals.com

1.1 INTRODUCTION:

Advance Layered Navigation extension is an improvement over Magento’s layered

navigation which enhances navigation experience of a customer and gives easy way

to browse the products based on selection of the attributes.

1.2 Features:

Allow to select multiple options in a filter

This extension allows customers to select multiple options one by one and based on the selection narrow the products result. Ajax based filtering loads the products fast each time customers selects the filter option(s).

Filters by Product Attribute

Allows customers to apply the filters available on product listing page. Filters by product attribute such as Price, Color, Size, Style, Climate, Material, Pattern, etc.

Allow to filter multiple attributes at a time

This extension helps to apply more than one filter from the same attribute or from

Page 5: Business Assist API Plugin - OSC Professionals · 2016-08-01 · Skype: osc_support sales@oscprofessionals.com Ph: +91-9225237076 2) HOW TO SET UP: 2.1 Steps to install Layered Navigation

Skype: osc_support

[email protected] Ph: +91-9225237076

www.oscprofessionals.com

different attributes.

For example, customer can select two options from STYLE attribute (Jacket & Rain Coat)or more different options from other attribute like from Size, Material etc. This will helps to filter the result as per multiple selection made by customer.

Easy to remove applied filter option

This extension provides the remove option for each applied filter, user can remove filter easily one by one or remove all applied filter at a time.

Supports Multi-store

Advance Layered Navigation extension supports the multi-store feature. Store owner(s) can on/off extension store wise.

Display Price ranges

Allows customers to enter price range as per their needs and based on the range products result get narrowed.

Can set filter display setting from admin configuration

Allows store owner to take a decision on how to display attributes on Frontend. Store owners can selected to show attributes Collapsible, Non-collapsible, Single-collapsible or Multi-collapsible view.

Fast result display

Using this extension products load fast each time customers selects the filter option(s).

User Friendly

Easy Navigation and multi selection allows users to apply filters as per their needs and selection of attributes can be removed easily.

Page 6: Business Assist API Plugin - OSC Professionals · 2016-08-01 · Skype: osc_support sales@oscprofessionals.com Ph: +91-9225237076 2) HOW TO SET UP: 2.1 Steps to install Layered Navigation

Skype: osc_support

[email protected] Ph: +91-9225237076

www.oscprofessionals.com

2) HOW TO SET UP:

2.1 Steps to install Layered Navigation Extension for Magento® 2:

1) Take Backup of your Web directory and Store Database.

2) Download the Advance Layered Navigation module from

http://www.oscprofessionals.com/magento-extension/layered-navigation-magento2-module

3) Upload contents of the downloaded module to your store root directory. 4) The directory structure is as follows: -- root directory |-- app |--code |-- Oscprofessionals |--AdvanceLayeredNavigation 5) In SSH console of your server navigate to your store root folder: cd <store folder path>

Page 7: Business Assist API Plugin - OSC Professionals · 2016-08-01 · Skype: osc_support sales@oscprofessionals.com Ph: +91-9225237076 2) HOW TO SET UP: 2.1 Steps to install Layered Navigation

Skype: osc_support

[email protected] Ph: +91-9225237076

www.oscprofessionals.com

Example: cd /xxx/xxx/xxx/xxx/<Magento-Root> 6) Then run the following commands in the same sequence. A. On Windows: i) php bin/magento module:enable Oscprofessionals_AdvanceLayeredNavigation ii) php bin/magento setup:upgrade iii) php bin/magento setup:static-content:deploy iv) php bin/magento indexer:reindex B. On Centos: i) bin/magento module:enable Oscprofessionals_AdvanceLayeredNavigation ii) bin/magento setup:upgrade iii) bin/magento setup:static-content:deploy iv) bin/magento indexer:reindex (Set 777 permission to var and pub folders and sub-folders) chmod 777 -R var/* pub/* 7) Flush Store Cache. Log out from the back-end and log in again. The Advance Layered Navigation extension for Magento® 2 is installed and ready to use.

3) HOW TO USE:

Page 8: Business Assist API Plugin - OSC Professionals · 2016-08-01 · Skype: osc_support sales@oscprofessionals.com Ph: +91-9225237076 2) HOW TO SET UP: 2.1 Steps to install Layered Navigation

Skype: osc_support

[email protected] Ph: +91-9225237076

www.oscprofessionals.com

3.1 Frontend Screenshots:

Page 9: Business Assist API Plugin - OSC Professionals · 2016-08-01 · Skype: osc_support sales@oscprofessionals.com Ph: +91-9225237076 2) HOW TO SET UP: 2.1 Steps to install Layered Navigation

Skype: osc_support

[email protected] Ph: +91-9225237076

www.oscprofessionals.com

Page 10: Business Assist API Plugin - OSC Professionals · 2016-08-01 · Skype: osc_support sales@oscprofessionals.com Ph: +91-9225237076 2) HOW TO SET UP: 2.1 Steps to install Layered Navigation

Skype: osc_support

[email protected] Ph: +91-9225237076

www.oscprofessionals.com

Page 11: Business Assist API Plugin - OSC Professionals · 2016-08-01 · Skype: osc_support sales@oscprofessionals.com Ph: +91-9225237076 2) HOW TO SET UP: 2.1 Steps to install Layered Navigation

Skype: osc_support

[email protected] Ph: +91-9225237076

www.oscprofessionals.com

Page 12: Business Assist API Plugin - OSC Professionals · 2016-08-01 · Skype: osc_support sales@oscprofessionals.com Ph: +91-9225237076 2) HOW TO SET UP: 2.1 Steps to install Layered Navigation

Skype: osc_support

[email protected] Ph: +91-9225237076

www.oscprofessionals.com

Page 13: Business Assist API Plugin - OSC Professionals · 2016-08-01 · Skype: osc_support sales@oscprofessionals.com Ph: +91-9225237076 2) HOW TO SET UP: 2.1 Steps to install Layered Navigation

Skype: osc_support

[email protected] Ph: +91-9225237076

www.oscprofessionals.com

Page 14: Business Assist API Plugin - OSC Professionals · 2016-08-01 · Skype: osc_support sales@oscprofessionals.com Ph: +91-9225237076 2) HOW TO SET UP: 2.1 Steps to install Layered Navigation

Skype: osc_support

[email protected] Ph: +91-9225237076

www.oscprofessionals.com

Page 15: Business Assist API Plugin - OSC Professionals · 2016-08-01 · Skype: osc_support sales@oscprofessionals.com Ph: +91-9225237076 2) HOW TO SET UP: 2.1 Steps to install Layered Navigation

Skype: osc_support

[email protected] Ph: +91-9225237076

www.oscprofessionals.com

Page 16: Business Assist API Plugin - OSC Professionals · 2016-08-01 · Skype: osc_support sales@oscprofessionals.com Ph: +91-9225237076 2) HOW TO SET UP: 2.1 Steps to install Layered Navigation

Skype: osc_support

[email protected] Ph: +91-9225237076

www.oscprofessionals.com

Page 17: Business Assist API Plugin - OSC Professionals · 2016-08-01 · Skype: osc_support sales@oscprofessionals.com Ph: +91-9225237076 2) HOW TO SET UP: 2.1 Steps to install Layered Navigation

Skype: osc_support

[email protected] Ph: +91-9225237076

www.oscprofessionals.com

Page 18: Business Assist API Plugin - OSC Professionals · 2016-08-01 · Skype: osc_support sales@oscprofessionals.com Ph: +91-9225237076 2) HOW TO SET UP: 2.1 Steps to install Layered Navigation

Skype: osc_support

[email protected] Ph: +91-9225237076

www.oscprofessionals.com

3.2 Backend Screenshots:

Page 19: Business Assist API Plugin - OSC Professionals · 2016-08-01 · Skype: osc_support sales@oscprofessionals.com Ph: +91-9225237076 2) HOW TO SET UP: 2.1 Steps to install Layered Navigation

Skype: osc_support

[email protected] Ph: +91-9225237076

www.oscprofessionals.com

Page 20: Business Assist API Plugin - OSC Professionals · 2016-08-01 · Skype: osc_support sales@oscprofessionals.com Ph: +91-9225237076 2) HOW TO SET UP: 2.1 Steps to install Layered Navigation

Skype: osc_support

[email protected] Ph: +91-9225237076

www.oscprofessionals.com

Page 21: Business Assist API Plugin - OSC Professionals · 2016-08-01 · Skype: osc_support sales@oscprofessionals.com Ph: +91-9225237076 2) HOW TO SET UP: 2.1 Steps to install Layered Navigation

Skype: osc_support

[email protected] Ph: +91-9225237076

www.oscprofessionals.com

Page 22: Business Assist API Plugin - OSC Professionals · 2016-08-01 · Skype: osc_support sales@oscprofessionals.com Ph: +91-9225237076 2) HOW TO SET UP: 2.1 Steps to install Layered Navigation

Skype: osc_support

[email protected] Ph: +91-9225237076

www.oscprofessionals.com

Page 23: Business Assist API Plugin - OSC Professionals · 2016-08-01 · Skype: osc_support sales@oscprofessionals.com Ph: +91-9225237076 2) HOW TO SET UP: 2.1 Steps to install Layered Navigation

Skype: osc_support

[email protected] Ph: +91-9225237076

www.oscprofessionals.com

Page 24: Business Assist API Plugin - OSC Professionals · 2016-08-01 · Skype: osc_support sales@oscprofessionals.com Ph: +91-9225237076 2) HOW TO SET UP: 2.1 Steps to install Layered Navigation

Skype: osc_support

[email protected] Ph: +91-9225237076

www.oscprofessionals.com

Page 25: Business Assist API Plugin - OSC Professionals · 2016-08-01 · Skype: osc_support sales@oscprofessionals.com Ph: +91-9225237076 2) HOW TO SET UP: 2.1 Steps to install Layered Navigation

Skype: osc_support

[email protected] Ph: +91-9225237076

www.oscprofessionals.com

Page 26: Business Assist API Plugin - OSC Professionals · 2016-08-01 · Skype: osc_support sales@oscprofessionals.com Ph: +91-9225237076 2) HOW TO SET UP: 2.1 Steps to install Layered Navigation

Skype: osc_support

[email protected] Ph: +91-9225237076

www.oscprofessionals.com

Thank you!

If you have any Queries or Feature Suggestions,

please contact us at:

http://www.oscprofessionals.com/contact-us/

Skype : osc_support

Email : [email protected]

Call Us : 09225237076

Your feedback is always welcome!