Descripció
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 ?>
Instal·lació
- 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
PMF
- Will this generate an address outside of US?
-
No
Ressenyes
No hi ha ressenyes per a aquesta extensió.
Col·laboradors i desenvolupadors
«Random Address» és programari de codi obert. La següent gent ha col·laborat en aquesta extensió.
Col·laboradorsTraduïu «Random Address» a la vostra llengua.
Interessats en el desenvolupament?
Navegueu pel codi, baixeu-vos el repositori SVN, o subscriviu-vos al registre de desenvolupament per fisl de subscripció RSS.
Registre de canvis
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
