This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Random Address

Description

Generates a Random US Address that the customer can choose to send there order to.
It will replace shipping address with the randomly generated one. Admin has to have google geocoding api key to use.
Admin can also add addresses to the database from settings page.

Arbitrary section

Features

Stuff it does:

  1. Generate Random US Address
  2. Allow Customer to Ship to that Address
  3. Add own address to list.
  4. Auto Updates shipping address to random address if selected

Other Stuff:

  • Address shows up in confirmation email

Here’s a link to My site

<?php code(); // goes in backticks ?>

Screenshots

  • This is what it will look like in checkout
  • Settings page

Installation

  1. Upload the plugin files to the /wp-content/plugins/plugin-name directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress
  3. Use the Settings->Random Address Plugin screen to configure the plugin
  4. Add your Google Geocoding API Key to the settings area. https://developers.google.com/maps/documentation/geocoding/get-api-key

FAQ

Will this generate an address outside of US?

No

Reviews

There are no reviews for this plugin.

Contributors & Developers

“Random Address” is open source software. The following people have contributed to this plugin.

Contributors

Translate “Random Address” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

2.6

  • If user selects to ship to random address now overwrites previous shipping address.
  • Also changes name to “Random Name”
  • Now says Shipping Random Address: in email

2.5

  • Made it look nicer in order email and in admin page
  • Moved action filter to after order notes

2.0

  • Added ability to put in addresses

1.0

  • Made Plugin