Difference between revisions of "Magento Plugin:Tutorial"

From Melissa Data Wiki
Jump to navigation Jump to search
 
Line 4: Line 4:


==Checkout Procedure==
==Checkout Procedure==
When a customer proceeds to checkout from your store after placing items in the shopping cart, they are given a choice to '''Checkout as Guest''' or '''Register and Checkout'''. The billing information step that follows is where the address autocomplete fills in the address for the customer.
When a shopper proceeds to check out from your store after placing items in the shopping cart, they are given a choice to '''Checkout as Guest''' or '''Register and Checkout'''. The billing information step that follows is where auto completion works to enable the customer to enter their address with only the first few characters. The following picture shows what the auto-completion fields look like before entering partial addresses into them (here, both Single Line and Fielded Input are enabled).


[[File:Magento_BillingInformation.png|link=]]
[[File:Magento_BillingInformation.png|link=]]


If the country chosen is '''United States''', a line labeled '''Address Autocomplete''' will appear where the customer can type in the beginning of their street address and have the service autocomplete it for them. All of the addresses in the autocomplete service are standardized and verified deliverable – predirectionals (North -> N, South -> S, East -> E, West -> W), ordinals (1st, 5th, 23rd), suffixes (St, Rd, Dr), and postdirectionals are abbreviated, and street names are not.
The fields to enter addresses appear as they are configured on the configuration panel: Single Line Entry, Fielded, both, or neither, according to the Global Express Entry (single row) and Global Express Entry (Fielded) options selected in the configuration.
 
As an example, the following picture shows how the shopper can type the beginning of their address in Single Row AutoCompletion and have the service autocomplete it for them.


[[File:Magento_AutocompleteDropDown.png|link=]]
[[File:Magento_AutocompleteDropDown.png|link=]]




==International Addresses==
Fielded Auto-completion is a two-step process in which the Postal Code is entered first, and then address line 1 next. Entering the address in this manner saves keystrokes, making address entry even more efficient. The picture that follows shows Fielded Autocompletion.
If a country other than the United States is chosen, autocomplete is a three-step process:
 
#First, the Postal Code is entered to complete the locality.
#Then the customer must select the correct state/province from the pick list.
#Finally, the street number and thoroughfare can be autocompleted.


[[File:Magento_InternationalAutoComplete.png|link=]]
[[File:Magento_InternationalAutoComplete.png|link=]]




==Post-Checkout==
The fields in the Billing Information form (Except State/Province) are filled out automatically upon completing the final step.
Post-checkout is where the Global Address Verification service comes into play. If the address does not pass Global Address Verification the message configured in the Global Address Validation section of the Configuration will appear, along with the address in editable fields so the customer can update the address.


The '''Region Dropdown Override''' set in the configuration step controls whether the customer will be able to manually enter a region in this step, rather than use the dropdown (if available).
The shopper may also click the '''Verify''' button to send the physical and email addresses to Melissa Data’s Global Web Verification and Global Email Verification services, (enabled in the extension configuration if licensed for your ident), which will return a message indicating whether they are valid.




[[Category:Magento Plugin]]
[[Category:Magento Plugin]]

Latest revision as of 22:01, 28 July 2016

← Magento Plugin

Magento Plugin Navigation
Introduction
System Requirements
Installation
Configuration
Tutorial



Checkout Procedure

When a shopper proceeds to check out from your store after placing items in the shopping cart, they are given a choice to Checkout as Guest or Register and Checkout. The billing information step that follows is where auto completion works to enable the customer to enter their address with only the first few characters. The following picture shows what the auto-completion fields look like before entering partial addresses into them (here, both Single Line and Fielded Input are enabled).

Magento BillingInformation.png

The fields to enter addresses appear as they are configured on the configuration panel: Single Line Entry, Fielded, both, or neither, according to the Global Express Entry (single row) and Global Express Entry (Fielded) options selected in the configuration.

As an example, the following picture shows how the shopper can type the beginning of their address in Single Row AutoCompletion and have the service autocomplete it for them.

Magento AutocompleteDropDown.png


Fielded Auto-completion is a two-step process in which the Postal Code is entered first, and then address line 1 next. Entering the address in this manner saves keystrokes, making address entry even more efficient. The picture that follows shows Fielded Autocompletion.

Magento InternationalAutoComplete.png


The fields in the Billing Information form (Except State/Province) are filled out automatically upon completing the final step.

The shopper may also click the Verify button to send the physical and email addresses to Melissa Data’s Global Web Verification and Global Email Verification services, (enabled in the extension configuration if licensed for your ident), which will return a message indicating whether they are valid.