Changeset 18051


Ignore:
Timestamp:
2009/06/06 02:35:00 (15 years ago)
Author:
Seasoft
Message:

フロントでは税計算対象となっていない通常価格が税計算されていたため外す。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/comu-ver2/data/class/pages/rss/LC_Page_Rss_Products.php

    r17570 r18051  
    9898            foreach($arrProduct as $key => $val){ 
    9999                //販売価格を税込みに編集 
    100                 $arrProduct[$key]["price01_max"] = SC_Utils_Ex::sfPreTax($arrProduct[$key]["price01_max"], $arrSiteInfo["tax"], $arrSiteInfo["tax_rule"]); 
    101                 $arrProduct[$key]["price01_min"] = SC_Utils_Ex::sfPreTax($arrProduct[$key]["price01_min"], $arrSiteInfo["tax"], $arrSiteInfo["tax_rule"]); 
    102100                $arrProduct[$key]["price02_max"] = SC_Utils_Ex::sfPreTax($arrProduct[$key]["price02_max"], $arrSiteInfo["tax"], $arrSiteInfo["tax_rule"]); 
    103101                $arrProduct[$key]["price02_min"] = SC_Utils_Ex::sfPreTax($arrProduct[$key]["price02_min"], $arrSiteInfo["tax"], $arrSiteInfo["tax_rule"]); 
Note: See TracChangeset for help on using the changeset viewer.