新しいテーブル レート セクションを作成しましたが、(ウェブサイト レベルで) 保存しようとすると、エラーが発生するようです。私はこのチュートリアルに従っています: http://www.excellencemagentoblog.com/magento-create-custom-shipping-method
これらのファイルを編集しました:
Shipping/etc/system.xml
Shipping/etc/config.xml
Shipping/model/carrier/NEWCARRIER.php
Adminhtml/Model/System/Config/Source/Shipping/NEWCARRIER.php
また、新しいテーブルを挿入しました
NEWCARRIER
website_id | dest_country_id | dest_region_id | dest_zip | condition_name | condition_value | price | cost
カスタム テーブル レートを有効にしようとしたときにのみ発生するようです。
================================================== ==============================
エラー:
An error occurred while saving this configuration: Warning: include(Mage/Shipping/Model/Mysql4/Carrier/NEWCARRIER.php) [function.include]: failed to open stream: No such file or directory in /shop/lib/Varien/Autoload.php on line 93 **-- I've Fixed this**
新しいエラー:
Can't retrieve entity config: shipping/newcarrier