删除As low as 价格

来源:互联网 发布:手机陶笛软件 编辑:程序博客网 时间:2024/06/11 21:58
    <?php if ($this->getDisplayMinimalPrice() && $_minimalPriceValue && $_minimalPriceValue < $_convertedFinalPrice): ?>        <?php $_minimalPriceDisplayValue = $_minimalPrice; ?>        <?php if ($_weeeTaxAmount && $_weeeHelper->typeOfDisplay($_product, array(0, 1, 4))): ?>            <?php $_minimalPriceDisplayValue = $_minimalPrice + $_weeeTaxAmount; ?>        <?php endif; ?>        <?php if ($this->getUseLinkForAsLowAs()): ?>            <a href="<?php echo $_product->getProductUrl(); ?>" class="minimal-price-link">        <?php else: ?>            <span class="minimal-price-link">        <?php endif ?>        <span class="label"><?php echo $this->__('As low as:') ?></span>        <span class="price" id="product-minimal-price-<?php echo $_id ?><?php echo $this->getIdSuffix() ?>">                <?php echo $_coreHelper->formatPrice($_minimalPriceDisplayValue, false) ?>            </span>        <?php if ($this->getUseLinkForAsLowAs()): ?>            </a>        <?php else: ?>            </span>        <?php endif ?>    <?php endif; /* if ($this->getDisplayMinimalPrice() && $_minimalPrice && $_minimalPrice < $_finalPrice): */ ?>



\app\design\frontend\base\default\template\catalog\product\price.phtml

0 0
原创粉丝点击