mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2024-11-15 12:37:14 +01:00
2 lines
708 B
Plaintext
2 lines
708 B
Plaintext
Im Standard ist das Feld nicht integriert. Das Datum wird in den meisten Shops aus Plugins oder anderen Datenstrukturen gezogen. Es ist selten ein Feature vom Standardsshop. Das Feld kann aber im Importer mit übergeben werden.<br /><span class="wiki-text">Wenn Sie wissen, woher das Datum z.B. aus dem Woocommerce Shop kommt (ist es ein Plugin oder wo steht es in der DB?), nachdem ein Kunde bestellt hatte, können Sie das Datum dem Importer übergeben:</span> <span class="wiki-text">Feldbezeichnung im Importer: </span><pre><code class="hljs php">$warenkorb[<span class="hljs-string">'lieferdatum'</span>] <span class="hljs-comment">// Im Format 2016-12-24</span>
|
||
</code></pre> |