Installation

Installation process

Extension package is build according to Magento guidelines. Installation process is usual. Please follow How to Install an Extension in Magento 1 article.

Custom theme

If you are using custom theme, then you need follow next steps:

  1. Copy layout file
    from: app\design\frontend\base\default\layout\mt\giftcard.xml
    to: app\design\frontend\YOUR\THEME\layout\mt\giftcard.xml
  2. Copy html files
    from:from: app\design\frontend\base\default\template\mt\giftcard\
    to: app\design\frontend\YOUR\THEME\template\mt\giftcard\
  3. Copy css files
    from:from: \skin\frontend\base\default\css\mt\giftcard
    to: \skin\frontend\YOUR\THEME\css\mt\giftcard
  4. Copy javascript file
    from: \skin\frontend\base\default\js\mt\giftcard
    to: \skin\frontend\YOUR\THEME\js\mt\giftcard