久久久久久久av_日韩在线中文_看一级毛片视频_日本精品二区_成人深夜福利视频_武道仙尊动漫在线观看

Magento - 從訂單中獲取價格規則

Magento - get price rules from order(Magento - 從訂單中獲取價格規則)
本文介紹了Magento - 從訂單中獲取價格規則的處理方法,對大家解決問題具有一定的參考價值,需要的朋友們下面隨著小編來一起學習吧!

問題描述

有誰知道如何從訂單中獲取目錄和購物車價格規則?

does anyone know how one can get the catalog- and cart price rules from an order?

我知道我可以通過 getDiscountPercent() 方法獲取訂單商品的折扣百分比,但是我如何獲取應用于整個訂單的所有規則?

I know that I can get the discount percentage from an order item via the method getDiscountPercent(), but how can I get all the rules that were applied to the whole order?

例如,我有一個規則客戶組 X 可享受商店中所有商品 20% 的折扣".

For example, I have a rule "Customer Group X gets 20% off all items in the store".

現在我想確定在用戶提交訂單時實際應用了哪些規則.我需要這個用于訂單導出界面,我必須在其中提供用戶獲得的所有折扣.

Now I want to determine which rules were actually applied when the order has been submitted by the user. I need this for an order export interface where I have to supply all discounts that the user got.

提前致謝!

推薦答案

查看 sales_flat_order_item 表.有一個名為 applied_rule_ids 的字段,它將為您提供應用于該項目的規則的 ID.您還可以在此表中找到應用了多少折扣和百分比.

Have a look in the sales_flat_order_item table. there is a field called applied_rule_ids which will give you the id of the rule applied to that item. Also you can find out in this table how much discount was applied and the percentage.

例子

//The order I want to check
    $order_id = 859;

    //Get the list of items for your order
    $items = Mage::getModel('sales/order_item')
    ->getCollection()
    ->addFilter('order_id',array('eq'=>$order_id));

    //loop through each item
    foreach($items as $item){

        //if the item has not had a rule applied to it skip it
        if($item->getAppliedRuleIds() == '')continue;

        /*
        * I cant remember in the database they might be comma separated or space if multiple rules were applied
        * the getAppliedRuleIds() function is the one you want
        */
        foreach(explode(",",$item->getAppliedRuleIds()) as $ruleID){        

            //Load the rule object
            $rule = Mage::getModel('catalogrule/rule')->load($ruleID);

            // Throw out some information like the rule name what product it was applied to

            echo "<p>".$item->getSku()." had rule ".$rule->getName()."(".$item->getAppliedRuleIds().") applied </p>";
        }

    }

這篇關于Magento - 從訂單中獲取價格規則的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持html5模板網!

【網站聲明】本站部分內容來源于互聯網,旨在幫助大家更快的解決問題,如果有圖片或者內容侵犯了您的權益,請聯系我們刪除處理,感謝您的支持!

相關文檔推薦

Override Magento Config(覆蓋 Magento 配置)
What would cause a print_r and/or a var_dump to fail debugging a variable?(什么會導致 print_r 和/或 var_dump 調試變量失敗?)
How to update custom options programatically in magento?(如何在 magento 中以編程方式更新自定義選項?)
Magento 404 on Admin Page(管理頁面上的 Magento 404)
Magento Change Product Page Titles to Include Attributes(Magento 更改產品頁面標題以包含屬性)
Magento: adding duties/taxes to a quote during review(Magento:在審查期間向報價添加關稅/稅款)
主站蜘蛛池模板: 成人免费毛片入口 | 激情福利视频 | 天天干天天操天天 | 成人深夜视频 | 97国产精品视频 | 天天做天天干 | 亚洲男人天堂av | 天堂中文资源在线 | 久久国产精品免费视频 | 欧美性猛交99久久久久99按摩 | 久久国| 能看的av网站 | 六月激情婷婷 | 黄色大片在线播放 | 欧美日本在线 | 色av导航| 一区二区在线视频 | av大全在线观看 | 黄色一级大片 | www性| 日韩亚洲视频 | 在线观看中文字幕 | 国产精品黄 | 国产伦精品一区二区三区四区免费 | 免费看成人片 | 日韩精品久久久久 | 日韩中文字幕视频 | 国产黄色片视频 | 欧美高清视频在线观看mv | 天天干天天色 | 日韩中文字幕视频 | 国产一级片在线播放 | a视频在线观看 | 国产日韩久久 | 日韩欧美视频一区 | 全部免费毛片在线播放高潮 | 国产91清纯白嫩初高中在线观看 | 免费一级黄色录像 | 成人三级在线观看 | 国产福利视频在线观看 | 国产成人影视 |