Closed (fixed)
Project:
Ubercart EDI
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
13 Dec 2010 at 16:56 UTC
Updated:
4 Feb 2011 at 22:10 UTC
Jump to comment: Most recent file
Comments
Comment #1
jantoine commentedI am attaching a patch that accomplishes the following:
- Wrapped export preview in check_plain() to encode html characters.
- Increment uc_edi_order_export_next_batch_id on each export.
- Organized information by object (order, customer, etc.), import/export and additional.
- Added a hook for delivery method modules to hook into.
- Added an export delivery methods settings form.
- Moved the filesystem delivery method into it's own Ubercart EDI filesystem module.
- Moved the e-mail delivery method into it's own Ubercart EDI e-mail module.
- Moved the Ubercart EDI and sub-modules into it's own Ubercart - EDI package.
Once this patch is comitted, the next step will be FTP!
Cheers,
Antoine
Comment #2
jantoine commentedI forgot to update the CHANGELOG.txt and I found a few minor issues. Attaching an updated patch.
Cheers,
Antoine
Comment #3
jantoine commentedThe attached patch has been committed.
Cheers,
Antoine