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:
- Generate Random US Address
- Allow Customer to Ship to that Address
- Add own address to list.
- 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 ?>
Installation
- Upload the plugin files to the
/wp-content/plugins/plugin-namedirectory, or install the plugin through the WordPress plugins screen directly. - Activate the plugin through the ‘Plugins’ screen in WordPress
- Use the Settings->Random Address Plugin screen to configure the plugin
- 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.
ContributorsTranslate “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
