Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/magento/5.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Magento 1.8中的错误消息保存在哪里?_Magento_Magento 1.8 - Fatal编程技术网

Magento 1.8中的错误消息保存在哪里?

Magento 1.8中的错误消息保存在哪里?,magento,magento-1.8,Magento,Magento 1.8,Magento 1.8中的错误消息保存在哪里 例如,签出页面上的错误消息 This is a required field. Please select a valid credit card type Please agree to all the terms and conditions before placing the order. Please specify a shipping method. 有什么想法吗?您可以在 js/prototype/validation.js

Magento 1.8中的错误消息保存在哪里

例如,签出页面上的错误消息

This is a required field. 
Please select a valid credit card type 
Please agree to all the terms and conditions before placing the order. 
Please specify a shipping method.

有什么想法吗?

您可以在

js/prototype/validation.js
而具体的结帐方式是在

app/code/core/Mage/Checkout/controllers/OnepageController.php
作为例外