iew->isPriceAlarm() && !$oDetailsProduct->isParentNotBuyable()}]
[{capture append="tabs"}]<a h... <li><a id="priceAlarmLink" rel="nofollow" href="[{ $oDetailsProduct->getLink()|cat:'... wConf->getSelfLink()|cat:"cl=newsletter" }]" rel="nofollow">[{ oxmultilang ident="NEWSLETTER" }]</a></... dul nicht aktiviert ist.
Ich nehme die Methode isNotBuyable()
in der Klasse oxid/application/models
ftware, ob es freie Gutscheincodes gibt (die auch noch eine gewisse Gültigkeit haben sollen) und holt ... BLE `oxvouchers` ADD `sent_to_customer` SMALLINT NOT NULL DEFAULT '0' COMMENT 'Is the vouche free or ... to customer'
</code>
Abfrage freie Codes, die noch mind. 90 Tage gültig sind:
<code>
SELECT v.OXVO... CHERSERIEID = s.OXID WHERE s.OXENDDATE > DATE_ADD(now(), INTERVAL 90 DAY) AND v.sent_to_customer = 0 L