Hello,
Some one can tell me why order ids and shipping codes (DOM, DOS, RDV, BPR, CIT, ACP, A2P, MRL, CDI) are missing in the fmt files ?
Thanks !
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | 2287533-socolissimo-missing-data-export-inet-3.patch | 2.32 KB | jcisio |
| #2 | 2287533-socolissimo-missing-data-export-inet-2.patch | 2.32 KB | jcisio |
Comments
Comment #1
slybud commentedI have the same problem here on a fresh install about to be launched.
Is someone working on this issue or is there an existing patch ?
Comment #2
jcisio commentedThis can be fixed with #2372541: Allow to adjust Expeditor inet export file. However, as shipping code is mandatory, I'll make a patch for this module to have it by default. This patch is rolled over https://www.drupal.org/node/2372541#comment-9327869 (you need that one first).
Also, this is a bug because the without the shipping code, a home delivery will use billing address instead of shipping address. This causes big problems to the store owners.
Comment #3
jcisio commentedPatch #2 was a copy from my _alter has bug. This one fixes it (change from $row to $rows[$i]).
Comment #4
jcisio commentedComment #6
maciej.zgadzaj commentedAnd once again, thanks jcisio! I have committed your patch to 7.x-2.x and pushed to d.o.
In a separate commit I have also added the default home delivery shipping code configuration to the admin settings form.