Bunun yerine bir öğe stokta olduğunu belirten, ben sevkiyat için ürün durumunu bildiren bir uyarı hariç sipariş için kullanılabilir olması gibi. Ben bir nitelik oluşturulan ve bir tarih giriş türü atanır.
Aşağıda şimdiye kadar hiçbir şans ile bu çalışma almak için benim girişimi olduğunu. Bazı yardım ederiz. Teşekkürler.
<?php $empty="" ?>
<?php $_product = $this->getProduct() ?>
<?php if($_product->isSaleable() && $empty==$_product->getProductAvailableDate()): // getProductAvailableDate is an date attribute ?>
<p><?php echo $this->__('Availability: In stock.') ?></p>
<?php else($_product->isSaleable() && $empty!=$_product->getProductAvailableDate()): ?>
<p><?php echo $this->__('Availability: Temporarily Out of stock.<br/>Due to high demand for this product, it is not available until ') ?>
<?php echo $_product->getProductAvailableDate() ?></p>
<?php endif; ?>