Magento News

 

Help with making changes to AddtoCart Button

by dbullen (Posted Wed, 02 Dec 2009 23:26:40 GMT)
Tried changing the code to the following with no luck:

Code:
<?php $_product = $this->getProduct() ?>

<?php if($_product->isSaleable()): ?>
    
        
<?php echo $this->__('Add Items to Cart') ?>

        <?php if(!$_product->isGrouped()): ?>
        
        <input name="qty" type="text" class="input-text qty" id="qty" maxlength="12" value="<?php echo $this->getMinimalQty($_product) ?>" />

        <?php endif; ?>
        

    

<?php endif; ?>



http://magento-forum.co.uk/viewtopic.php?f=5&t=61#p237

Magento Forum

Possibly Related Posts:


 

Leave a Reply