Magento – ” Gift message for this order ” Remove from Transaction Mail

Not every shop has a use for gift messages. Unfortunately, by default in the order confirmation e-mail transaction, this part included below automatically. We have found no easy way, remove this transaction in the email itself. But there are of course possible to make this elsewhere. The file items.phtml from the folder app / design / frontend / base / default / template / email / order copy in…

Magento – BACK TO SCHOOL Keep your eyes open… remove

If you want to remove this annoying little picture somewhat, This can u.a. do, by the catalog.xml file in the folder / app / design / frontend / default / default / layout ca. the rows 61 and 62 delete or comment out.   <action method=”setImgSrc”><src>images/media/col_right_callout.jpg</src></action> <action method=”setImgAlt” translate=”old” module =”catalog”><old>Keep your eyes open for our special Back to School items and save A LOT!</old></action>   or deletes. Commented out…

Magento – Search or Quick Search in the header removed / delete

Who, for example, only one product on the page, may have no real use for a search. These can be removed with a code change from the header. Header.phtml this the file is in the folder / app / design / frontend /[base or default]/IhrTemplate / template / page / html open and there ca. in line 38 the range <?php echo $this->getChildHtml(‘topSearch’) ?>   deleted or…