Magento Plugin:Tutorial

From Melissa Data Wiki
Revision as of 23:43, 30 March 2015 by Admin (talk | contribs) (Created page with "{{MagentoPluginNav}} {{CustomTOC}} ==Checkout Procedure== When a customer proceeds to checkout from your store after placing items in the shopping cart, they are given a cho...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

← Magento Plugin

Magento Plugin Navigation
Introduction
System Requirements
Installation
Configuration
Tutorial



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.

Magento BillingInformation.png

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.

Magento AutocompleteDropDown.png


International Addresses

If a country other than the United States is chosen, autocomplete is a three-step process:

  1. First, the Postal Code is entered to complete the locality.
  2. Then the customer must select the correct state/province from the pick list.
  3. Finally, the street number and thoroughfare can be autocompleted.

File:Magento InternationalAutocomplete.png


Post-Checkout

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).