douyi3767 2014-05-02 12:24 采纳率: 0%
浏览 23

我们可以在网站准备好后更新magento吗?

I'm using magento 1.7.0 and my website is almost ready. Due to some unusual response from this version, I want to update this magento version to latest one. But I don't want to change anything else like my theme,its core file have modified n all. Should it be possible to update magento ?

  • 写回答

1条回答 默认 最新

  • dongyue9860 2014-05-02 13:11
    关注

    In theory is possible.
    An upgrade should run smoothly if you don't have custom extensions installed.

    If you do, then make sure that they are compatible with 1.8.1 (latest at the time of writing this).

    Now the problems. There is a biiiiig chance that your theme is not compatible with the 1.8 theme.
    A lot has changed in 1.8. The biggest thing is the form_key that is now needed when you login, register, add something to the cart or each step of the checkout process (maybe there are other places I just don't know them all). What this means is that in almost every post request you must send to the controller a value that differs from session to session, for security reasons. You must make all your forms include this form key.

    An other big change is the progress on the checkout. Instead of loading every step, in 1.8 only the last step is loaded in the progress sidebar.
    Again you may need to change this in your theme.

    As a conclusion, If your website is almost ready and you need to release it fast, don't upgrade.
    If you want to upgrade it means that you website is not 'almost ready' and you have to spend some time fixing it and making everything compatible with 1.8.

    评论

报告相同问题?

悬赏问题

  • ¥15 Vue3 大型图片数据拖动排序
  • ¥15 划分vlan后不通了
  • ¥15 GDI处理通道视频时总是带有白色锯齿
  • ¥20 用雷电模拟器安装百达屋apk一直闪退
  • ¥15 算能科技20240506咨询(拒绝大模型回答)
  • ¥15 自适应 AR 模型 参数估计Matlab程序
  • ¥100 角动量包络面如何用MATLAB绘制
  • ¥15 merge函数占用内存过大
  • ¥15 使用EMD去噪处理RML2016数据集时候的原理
  • ¥15 神经网络预测均方误差很小 但是图像上看着差别太大