Archive for February, 2009

Remove side_logo_promo.gif from header in modern theme magento

in 

/app/design/frontend/default/modern/template/page/html/header.phtml

comment out 

 <!–    <img src=”<?php echo $this->getSkinUrl(‘images/side_logo_promo.gif’) ?>” alt=”" class=”side-logo-promo”/> –>

as shown

Create a left hand navigation / verticle category in Magento

Using the modern theme to create a menu like http://www.cl-floraldesigns.co.uk 

More >

mysql backups

Memo to self:

To back up the databases in shell via ssh do:

mysqldump -h localhost -u xxxxx -p db_name > backup-file.sql
restore with
mysql -h localhost -u xxxxx -p db_name < backup-file.sql

Change Payment method titles in magento

Arghh this drove me nuts.. and who came along and fixed it??? My darling partner who is still reminding me of it.

The problem? How to change the terms

Paypal Standard and Check / Money Order

to

Credit Card or Paypal and  Cheque / Postal Order

I got into a dead end thinking this would be a translation problem.  I added the UK translation pack.. which was actually rather handy as it turned out but still could not change the wording.

After pratting about for hours  Lisa taps me on the shoulder and announces that she has done it… turns out you can call payment methods what ever you like just by changing the title in the Payment method admin section… grrr