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

Magento - 從訂單中獲取價(jià)格規(guī)則

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

問題描述

有誰知道如何從訂單中獲取目錄和購物車價(jià)格規(guī)則?

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

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

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?

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

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

現(xiàn)在我想確定在用戶提交訂單時(shí)實(shí)際應(yīng)用了哪些規(guī)則.我需要這個(gè)用于訂單導(dǎo)出界面,我必須在其中提供用戶獲得的所有折扣.

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 表.有一個(gè)名為 applied_rule_ids 的字段,它將為您提供應(yīng)用于該項(xiàng)目的規(guī)則的 ID.您還可以在此表中找到應(yīng)用了多少折扣和百分比.

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>";
        }

    }

這篇關(guān)于Magento - 從訂單中獲取價(jià)格規(guī)則的文章就介紹到這了,希望我們推薦的答案對(duì)大家有所幫助,也希望大家多多支持html5模板網(wǎng)!

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

相關(guān)文檔推薦

Override Magento Config(覆蓋 Magento 配置)
What would cause a print_r and/or a var_dump to fail debugging a variable?(什么會(huì)導(dǎo)致 print_r 和/或 var_dump 調(diào)試變量失敗?)
How to update custom options programatically in magento?(如何在 magento 中以編程方式更新自定義選項(xiàng)?)
Magento 404 on Admin Page(管理頁面上的 Magento 404)
Magento Change Product Page Titles to Include Attributes(Magento 更改產(chǎn)品頁面標(biāo)題以包含屬性)
Magento: adding duties/taxes to a quote during review(Magento:在審查期間向報(bào)價(jià)添加關(guān)稅/稅款)
主站蜘蛛池模板: 久久精品免费 | 日韩欧美一区在线 | 中文字字幕一区二区三区四区五区 | 夜久久 | 一色一黄视频 | 91精品久久 | 国产精品久久久久无码av | 天天射影院| 国产黄色小视频在线观看 | 亚洲天堂影院 | 午夜视频在线免费观看 | 日韩在线一区二区 | 久久久久久九九九九 | 日韩欧美中文在线 | 国产中文字幕在线观看 | 秋霞电影一区二区三区 | 亚洲视频一区二区三区四区 | 成人一区二区电影 | 亚洲高清免费视频 | 久久91精品国产一区二区三区 | 国产97碰免费视频 | 欧美一区二区在线 | 欧美日一区 | 国产成人免费 | 在线中文字幕视频 | 91文字幕巨乱亚洲香蕉 | www.色.com| 欧美不卡一区二区三区 | 亚洲一级毛片 | 久久小视频 | 国产91色在线 | 亚洲 | 一区二区在线不卡 | 中文字幕精品一区二区三区精品 | 亚洲欧美综合网 | 一级片视频免费 | 在线观看av网站永久 | 欧美一级特黄aaa大片在线观看 | 福利视频一区 | 嫩草网 | 国产成人久久av免费高清密臂 | 日本精品视频 |