MAGENTO 2 MULTI CASH ON DELIVERY (COD) - Tigren · 2018. 8. 13. · 2. MODULE CONFIGURATION...

13
MAGENTO 2 MULTI CASH ON DELIVERY (COD) USER GUIDE Version: 1.0.0 Release Date: 13.08.2018 Compatibility: Magento 2.x Developed By: Tigren Solutions

Transcript of MAGENTO 2 MULTI CASH ON DELIVERY (COD) - Tigren · 2018. 8. 13. · 2. MODULE CONFIGURATION...

Page 1: MAGENTO 2 MULTI CASH ON DELIVERY (COD) - Tigren · 2018. 8. 13. · 2. MODULE CONFIGURATION Navigate to Cash On Delivery sections:-Magento 2 Default: There is only one section related

MAGENTO 2

MULTI CASH ON DELIVERY (COD)

USER GUIDE

Version: 1.0.0

Release Date: 13.08.2018

Compatibility: Magento 2.x

Developed By: Tigren Solutions

Page 2: MAGENTO 2 MULTI CASH ON DELIVERY (COD) - Tigren · 2018. 8. 13. · 2. MODULE CONFIGURATION Navigate to Cash On Delivery sections:-Magento 2 Default: There is only one section related

TABLE OF CONTENT

1. MODULE INSTALLATION………………………...……………...1

2. MODULE CONFIGURATION……………………………………2

3. FRONTEND DEMONSTRATION………………………..………..9

Page 3: MAGENTO 2 MULTI CASH ON DELIVERY (COD) - Tigren · 2018. 8. 13. · 2. MODULE CONFIGURATION Navigate to Cash On Delivery sections:-Magento 2 Default: There is only one section related

Log in to your hosting space via FTP

Unzip extension package and upload it to Magento root

directory

Run Following Commands

php bin/magento module:enableTigren_MultiCOD

php bin/magento setup:upgrade

php bin/magento cache:flush

1. MODULE INSTALLATION

Install the Magento 2 Multi COD extension into your Magento store

PAGE 1

Page 4: MAGENTO 2 MULTI CASH ON DELIVERY (COD) - Tigren · 2018. 8. 13. · 2. MODULE CONFIGURATION Navigate to Cash On Delivery sections:-Magento 2 Default: There is only one section related

2. MODULE CONFIGURATION

Log in to your Magento 2 backend

PAGE 2

Page 5: MAGENTO 2 MULTI CASH ON DELIVERY (COD) - Tigren · 2018. 8. 13. · 2. MODULE CONFIGURATION Navigate to Cash On Delivery sections:-Magento 2 Default: There is only one section related

2. MODULE CONFIGURATION

Select STORES section and click on Configuration

PAGE 3

Page 6: MAGENTO 2 MULTI CASH ON DELIVERY (COD) - Tigren · 2018. 8. 13. · 2. MODULE CONFIGURATION Navigate to Cash On Delivery sections:-Magento 2 Default: There is only one section related

2. MODULE CONFIGURATION

Expand SALES in the left menu and choose Payment Methods

PAGE 4

Page 7: MAGENTO 2 MULTI CASH ON DELIVERY (COD) - Tigren · 2018. 8. 13. · 2. MODULE CONFIGURATION Navigate to Cash On Delivery sections:-Magento 2 Default: There is only one section related

2. MODULE CONFIGURATIONNavigate to Cash On Delivery sections:- Magento 2 Default: There is only one section related to COD – Cash On Delivery Payment

- With Magento 2 COD module: There are 5 more sections related to COD besides the default one,

which allows you to create different types of COD. For example:

• COD based on time of shipping: Anytime, Office hours, Morning, Afternoon, Evening,…

• COD based on extra cost: No extra cost, Extra cost for order under $100,…

• COD based on method of payment: Cash, Card,…

PAGE 5

With Magento 2 COD Module Magento 2 Default COD

Page 8: MAGENTO 2 MULTI CASH ON DELIVERY (COD) - Tigren · 2018. 8. 13. · 2. MODULE CONFIGURATION Navigate to Cash On Delivery sections:-Magento 2 Default: There is only one section related

2. MODULE CONFIGURATIONConfigure each Cash On Delivery section:

PAGE 6

Notes: You must clear cache after saving your config.

- Enable: Set “Enable” to “Yes” to use

and show this COD section on the

frontend

- Title: Set a name for this COD

method that will be shown on the

frontend

- Payment from Applicable

Countries:

- Choose “All Allowed Countries” or

“Specific Countries” that this COD

method is applied for.

- Instructions: You can explain more

about this COD method and add

some related conditions if any,

which will be shown on the

frontend.

- Minimum Order Total: Set the min

order total that are qualified to

select this COD method.

- Maximum Order Total: Set the max

order total that are qualified to

select this COD method.

- Sort Order: Set the priority of this

COD method (e.g.: 0,1,2,3,…).

Page 9: MAGENTO 2 MULTI CASH ON DELIVERY (COD) - Tigren · 2018. 8. 13. · 2. MODULE CONFIGURATION Navigate to Cash On Delivery sections:-Magento 2 Default: There is only one section related

2. MODULE CONFIGURATION

Examples:- We will create 5 COD methods based of the time of shipping, including:

• Cash On Delivery 1: COD – Ship Anytime (From 7AM to 8.30PM), No conditions

• Cash On Delivery 2: COD – Ship Within Office Hours (From 8AM to 5PM), No conditions

• Cash On Delivery 3: COD – Ship In the Evening (From 6PM to 8.30PM), Order from $75

PAGE 7

Page 10: MAGENTO 2 MULTI CASH ON DELIVERY (COD) - Tigren · 2018. 8. 13. · 2. MODULE CONFIGURATION Navigate to Cash On Delivery sections:-Magento 2 Default: There is only one section related

2. MODULE CONFIGURATION

• Cash On Delivery 4: COD – Ship In the Morning (From 7AM to 10AM), Order from $50

• Cash On Delivery 5: COD – Ship In the Afternoon (From 12AM to 6PM), Order from $30

PAGE 8

Page 11: MAGENTO 2 MULTI CASH ON DELIVERY (COD) - Tigren · 2018. 8. 13. · 2. MODULE CONFIGURATION Navigate to Cash On Delivery sections:-Magento 2 Default: There is only one section related

3. FRONTEND DEMONSTRATION

PAGE 9

On the Checkout Page – Review & Payments Step:- There are 5 COD methods created in the previous examples

- Notes: If any method is hidden in the list, this means that the Order Total doesn’t satisfy the condition

of the method.

- Coming features: The customers can see all COD methods even if their Order Total doesn’t meet the

condition. However, they can’t choose that COD method and will see a message, e.g.: “Your Order

Total must be from $70 and above to select this COD method”. Owing to that, it might help to boost

the sale indirectly.

Page 12: MAGENTO 2 MULTI CASH ON DELIVERY (COD) - Tigren · 2018. 8. 13. · 2. MODULE CONFIGURATION Navigate to Cash On Delivery sections:-Magento 2 Default: There is only one section related

3. FRONTEND DEMONSTRATION

- When the customers click on any COD method, it will show more details of that method.

(The “Instructions” field in the backend configuration)

PAGE 10

Page 13: MAGENTO 2 MULTI CASH ON DELIVERY (COD) - Tigren · 2018. 8. 13. · 2. MODULE CONFIGURATION Navigate to Cash On Delivery sections:-Magento 2 Default: There is only one section related

Thank you!

If You Have Any Questions, Feature Suggestions, or Customization

Requests, Please Send Email To: [email protected]

Your Feedback Is Absolutely Welcome!