SourceForge Home

QBiOSS
Home
About
Features
Compatibility

Plug-Ins
Convert Attributes
Export Addresses
Packing Slips
Export Inventory
Save Grid


SourceForge.net Logo

Export Addresses Plug-In...

This plug-in is designed to easily export the addresses for your
currently batched orders. Perfect for automatically adding addresses
to your shipping label printing program's address book.
 
Addresses are exported based on the Shipping Method selected
by the customer for their order. Each Shipping Method can be
configured to export its addresses to its own file, in its own format,
using whatever fields are needed. This is done using %tokens%.
 
For example, if you need all your USPS Shipping Addresses
exported to a .csv file, and you only need the FirstName, LastName, City.
Then, you would configure a "Token String" that looks like this:
%ShipFName%,%ShipLName%,%ShipCity%
 
If you need a tab-delimited file, you can use a %TAB% token:
%ShipFName%%TAB%%ShipLName%%TAB%%ShipCity%
 
As you can see, this give you Full Control over what is exported and how!
And it's Unlimited! You can export the addresses for a single Shipping
Method to multiple files, in different formats...simply add another mapping.
 
You can also save different Shipping Method's addresses to the same file.
(i.e. save UPS Ground and UPS 3-day addresses to the same file)
 
When entering the ShipMethods you want to map to a file, you can
also wildcard these names, like:
Shipping:USPS* (picks up everything "beginning" with "Shipping:USPS")
*Ground (picks up only those names "ending" with "Ground")
*UPS* (picks up anything with "UPS" in it)
 
Each Shipping Method's mapping also has options for:
- Appending to or Replacing the existing file
- If Replacing, you can specify a Header String
- Convert all Names/Addresses to Upper Case