Skip to content

Magento extension that allows customer to specify optional comment during order placing.

License

Notifications You must be signed in to change notification settings

augustash/magento-order-comment

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Magemaven OrderComment

Simple extension that adds new field to order review checkout section, where customers can leave comments to their orders.

It doesn't require heavy manual template edits and uses Magento core order comments functionality. The main goal during development was to make lightweight and simple extension, that needs minimum admin interaction while install.

Installation

In most cases this extension will work out of the box. But if you have installed custom theme, that doesn't support all Magento features, you may need to make some changes in your layout files.

Basically, you need to locate checkout.xml file in your theme, find block with type 'checkout/onepage_review_info' and make sure, that it contains following code near its end:

<block type="checkout/agreements" name="checkout.onepage.agreements" as="agreements" template="checkout/onepage/agreements.phtml"/>

In case you don't see it, please add this code just before the block with the name 'checkout.onepage.review.button'

About

Magento extension that allows customer to specify optional comment during order placing.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 78.4%
  • HTML 21.6%