我在magento网站点击下订单时遇到问题它只是标准主题我已经安装了一个名为proclean red的单独主题,通常会转到该主题,但现在它将转到默认的标准主题。我可以知道是什么问题所以我可以解决这个问题。
我附上了默认页面主题的屏幕截图,现在正在重定向。
答案 0 :(得分:0)
这是因为checkout / success.phtml在您的自定义主题中不存在或配置错误。
为了使用自定义主题中的checkout / success.phtml,您需要确保两件事。
In the Admin side, you need to set current theme as your custom theme. For the sake of illustration, I am calling theme name as custom_theme
Then you need to put your phtml template at app\design\frontend\default\custom_theme/template/checkout/sucess.phtml.
注意: - 我假设,包是默认的。您可以在主题和后端检查包名称。
因此请确保您的自定义主题中存在该文件。清除所有缓存,然后重试。