EDI Expanded Tokens

Contrib type: 
Code/CSS Snippet
Status: 
Uploaded for testing
Moderation: 
Awaiting moderation

Downloads

Compatibility: 
Ubercart 1.x

Not sure if this is the proper place, but here is a version of edi with the following added functionality:
- available tokens in the product export specifications will now include:
-- order tokens
-- attribute tokens (attribute names will have spaces replaced by underscores (_)

- when exporting the file, the file will also be copied to [export_dir]/[export_prefix]-static.[export_extension]
-- ie - edi/export-static.csv
-- if the file exists, it will be overridden
-- this allows for outside services (like Zoho Reports) to have a fixed file name to retrieve updates from.


PreviewAttachmentSize
uc_edi.module.zip8.32 KB
TR
TR's picture
Online
Bug FinderFAQ ModeratorGetting busy with the Ubercode.
Joined: 11/05/2007
Juice: 3458
Re: EDI Expanded Tokens

It's not my module, but I'd say no, this is not the right place. uc_edi has a project page on drupal.org (http://drupal.org/project/uc_edi) where you can post bug reports, feature requests, patches, etc. In general, forking a module by publishing your own version creates a lot of confusion. The preferred method of adding improvements is to provide them in the form of a patch, which can then be applied by anyone interested, tested, debugged, and eventually rolled into the main project if it proves useful/workable.

<tr>.
struesda's picture
Offline
Joined: 06/11/2009
Juice: 24
a patch it shall be

As soon as I figure out how to submit one Smiling

Thanks