Ignore:
Timestamp:
2007/03/09 11:21:22 (19 years ago)
Author:
inoue
Message:

商品名対応(税込みだけど)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev/data/downloads/module/mdl_remise/convenience.php

    r11597 r11654  
    142142$address2 = mb_convert_kana($arrData["order_addr02"], "ASKHV"); 
    143143 
     144// ¾¦ÉÊ̾À°·Á(ºÇÂç7¸Ä¤Î¤¿¤á¡¢¾¦ÉÊÂå¶â¤È¤·¤ÆÁ´ÂΤǽÐÎϤ¹¤ë) 
     145$itemName = "¾¦ÉÊÂå¶â"; 
     146$itemPlace = $arrData["payment_total"] - $arrData["deliv_fee"]; 
     147 
    144148$arrSendData = array( 
    145149    'SEND_URL' => $arrPayment[0]["memo05"],     // ÀܳÀèURL 
     
    162166    'NG_RETURL' => $retUrl,                     // NG´°Î»ÄÌÃÎURL 
    163167    'EXITURL' => $exitUrl,                          // Ìá¤êÀèURL 
     168    'MNAME_01' => $itemName,                        // ¾¦ÉÊ̾ 
     169    'MSUM_01' => $itemPlace,                        // ¾¦ÉÊÂå¶â¹ç·×(Á÷ÎÁ+Àǰʳ°) 
    164170    'REMARKS3' => MDL_REMISE_POST_VALUE 
    165171); 
Note: See TracChangeset for help on using the changeset viewer.