| Project: | Ubercart Contributions |
| Component: | Code |
| Category: | |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | patch (needs review) |
Jump to:
The attached patch modifies uc_importer to allow exporting products (nothing else yet) in CSV format. The format is compatible with that used in http://www.ubercart.org/contrib/5221 . It adds a select box on the product export page to allow choosing between xml and csv.
The modifications in general try to extend the uc_importer code in a way that allows flexibility and provides some skeleton code for this, but I realised afterwards that it would have been even better to modify it to provide a hook to allow implementing different formats via other modules, but don't have time to modify it now.
| Preview | Attachment | Size |
|---|---|---|
| uc_importer.module.csv_export.diff | 13.83 KB |

