abfangen, wenn das Formular übertragen wird:
<code>/oxid/core/inputvalidator.php</code>
<code>public function checkRequiredFields($oUser, $aBillingAddress, $aDeliveryAddress)</code>
<code>
$aBillingAddress:
[oxuser__oxsal]
====== Gutscheincode bei Oxid ======
[[:oxid|Oxid]]
Gutscheinserien werden via Admin Shopeinstellung... sie diese als Verschickt.
Änderung in der DB:
<code>
ALTER TABLE `oxvouchers` ADD `sent_to_customer`... MENT 'Is the vouche free or sent to customer'
</code>
Abfrage freie Codes, die noch mind. 90 Tage gültig sind:
<code>
SELECT v.OXVOUCHERNR, s.OXENDDATE FROM oxvoucher
public function getPictureGallery()
Die Methode //getPictureGallery// in den beiden Klassen
... t von ''getPictureGallery'' (Beispiel)(Array):
<code>
Array (
[ActPicID] => 1
[ActPic] => http://7... 46.107.196/oxid/out/pictures/generated/product/1/665_665_75/standard-13-18.jpg )
)
)
</code>