http://www.magentocommerce.com/extensio ... er-comment
Czy ktoś z madrzejszych mógłby pokazać dokładnie jak wkleić i gdzie wymagany kod by to działało?
Mnie to pokonało bom laik, a przydałoby sie

<?php
/**
* START ADDITIONAL HTML for Community-Extension Biebersdorf_CustomerOrderComment.
* (Add textarea form field to the agreements formular)
*/
?>
<ol class="checkout-agreements">
<li>
<label for="biebersdorfCustomerOrderComment"><?php echo Mage::helper('biebersdorfcustomerordercomment')->__('Your Comment for this Order') ?></label>
<br/><textarea name="biebersdorfCustomerOrderComment" id="biebersdorfCustomerOrderComment" style="width:450px;height:100px;"></textarea>
</li>
</ol>
<?php
/**
* END ADDITIONAL HTML for Community-Extension Biebersdorf_CustomerOrderComment.
* (Add textarea form field to the agreements formular)
*/
?>
<?php echo $_excl; ?>
<?php if ($this->helper('tax')->displayShippingBothPrices() && $_incl != $_excl): ?>
(<?php echo $this->__('Incl. Tax'); ?> <?php echo $_incl; ?>)
<?php endif; ?>
<?php else: ?>
<?php echo $this->helper('sales')->__('No shipping information available'); ?>
<?php endif; ?>
</fieldset>
</div>
<?php endif; ?>
<?php
/**
* START ADDITIONAL HTML for Community-Extension Biebersdorf_CustomerOrderComment.
* (Show the Customer-Comment for the Order)
*/
?>
<div class="entry-edit">
<div class="entry-edit-head">
<h4 class="icon-head head-shipping-method"><?php echo $this->helper('biebersdorfcustomerordercomment')->__('Customer Order Comment') ?></h4>
</div>
<fieldset>
<?php echo nl2br($this->helper('biebersdorfcustomerordercomment')->htmlEscape($_order->getBiebersdorfCustomerordercomment())) ?>
</fieldset>
</div>
<?php
/**
* END ADDITIONAL HTML for Community-Extension Biebersdorf_CustomerOrderComment.
* (Show the Customer-Comment for the Order)
*/
?>