問題タブ [magento-1.8]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
magento - magento のカスタム配送料計算の作成
私は Magento にかなり慣れていないので、配送料をカスタマイズしようとしています。定額料金を無効に設定してから、テーブル レート オプションを選択しました。私が基本的に欲しいのは:
州を取得してから国を取得します。
次に、アイテムの重量が次の場合:
ただし、テーブルレートタブで次のオプションを設定する方法がわかりません。私が最初にしたことは、条件を
計算を追加したいことに気付きましたが、方法がわかりません。配送料の計算を実装するにはどうすればよいですか?
ちなみにMagento1.8を使っています。
php - Missing template file in Magento causing invoicing not to work
I keep recieving the following error Magentos system.log whenever I try and invoice a pending order.
#xA;When I click to view/invoice a pending order the order details won't popup instead it just gets stuck as if the page has half loaded and then throws this above message into the error log.
Also, the above error message has been copy and pasted directly from the error log and the spaces in giftmessage.phtml are indeed there (no idea why).
The location the error message is pointing to doesn't exist in Magento and nor does it seem to exist in any of the extension on the site, so I'm not sure where that's coming from.
What I have done is check sales.xml for potential errors although I can't seem to find any.
Here a link to sales.xml if anybody wants to look:
I've also downloaded the same version of Magento and replaced the default files, again, didn't work.
Here is a giftmessage.phtml (without spaces) in a different location:
app/design/adminhtml/default/default/template/sales/order/view/giftmessage.phtml
And lastly I have tried copying the above file and adding it to the non-existent directory which also doesn't work with or with spaces.
Link to site: http://bit.ly/1mAxK2a
I'm really stuck on this one and would appreciate and help :)
magento - Magento は多対多のモデルを保存します
3 つのモデル (学生、部屋、学生の部屋) を持つカスタム モジュールを作成しました。Studentroom は、学生と部屋 (多数) の関係を格納するために使用されます。学生と部屋にフォームとグリッドを作成しましたが、両方を作成できます。部屋を選択するために、学生フォームに複数選択を追加したいと思います(今までは問題ありませんでした)。生徒を保存または編集するときに、生徒室の関連付けも保存または表示するにはどうすればよいですか。誰にもアイデアがありますか?同じ機能を持つモジュール?
前進のためのThx
php - Magento: 新しい注文にアイテムを追加する
だから、ここに私の問題があります:顧客が新しい注文を出し、彼/彼女がバックオーダーされたアイテムを含む既存の保留中の注文を持っている場合、2 つの注文をマージする必要があります。そこで、イベントでオブザーバーを作成しましたsales_model_service_quote_submit_before
。このオブザーバーでは、顧客のメールをチェックし、保留中の注文があるかどうかを確認するという考えでした。そのような注文が存在する場合、古い注文の商品を新しい注文に入れ、古い注文を削除/キャンセルします。これが私の機能です:
Mage:throwExeption は新しい見積もりを出力し、すべてが正しく、数量、合計...そして、newOrder を出力するとすべてが正しくなります! ただし、注文時には古いデータが使用されるため、新しい注文には古いアイテムがありません。
新しいデータが注文の作成に使用されるように、変更された注文/見積もりを何またはどこに保存しますか? ご協力ありがとうございました!
magento - カートに商品がある場合の指定配送方法
ある種の製品の特別な配送を設定する必要があります。この商品の一部がカートに入っている場合は、指定の配送方法(この特別商品の場合)のみご利用いただけます。
フリーではないモジュールをインストールせずにそれは可能ですか?