Upgrading magento templates from CE 1.3 to 1.7

I’m upgrading my two magento websites from magento CE 1.3 to 1.7. I have a fresh install of 1.7 running both sites and everything’s working fine.

The themes used in 1.3 are not compatible to those in 1.7 so I’d like to know if there is any way to import those themes other than re-writing them to 1.7

I've read here that the best way to go would be by doing incremental upgrades up to version 1.7 but I'm not sure which will take longer.

Thanks.

Jose

Upvotes: 0

Views: 1272

Answers (1)

Anton S
Anton S

Reputation: 12750

steps to glory:

  • turn off all local and community extensions
  • turn on default theme
  • upgrade version by version to latest
  • compare your theme edited files and layout files with diff tool like winmerge , changes etc and migrate to latest structure
  • turn on extensions one by one and debug

in mean time if it is hardly customized theme then merging it can take all day so you have to weight if making everything from scratch is faster way

Upvotes: 3

Related Questions