메소드 | 설명 | |
---|---|---|
Confirmation_BillingAddress ( OrderVariables oVars, string template ) : string | ||
Confirmation_ShippingAddress ( OrderVariables oVars ) : string | ||
GetDictionaryValue ( string param_name, string>.Dictionary |
||
GetIPAddress ( ) : string | ||
GetOfferCreatives ( OrderVariables oVars ) : string>.Dictionary |
||
GetPriceDisplayType ( string oeprop, double unit_price ) : string | ||
GetRegions ( string areaId ) : double | ||
LogBrowserCapabilities ( System browser ) : string | ||
OfferItemsDisplayType ( List |
||
ProcessConfirmationEmails ( string email, string FirstName, string LastName, string Project, string ItemList, string SpecialText, string OptOutText, string BillingAddress, string ShippingAddress, string OrderNumber, string SandviksTrackingLink, string Tax, string GrandTotal, string ProjectSpecificHtml ) : void | ||
ResponsiveConfirmation_GiftingProducts ( OrderVariables oVars, bool option = false, string template = "", bool isTableStripped = true ) : string | ||
ResponsivePayment_GiftingProducts ( OrderVariables oVars, bool option = false, string template = "" ) : string | ||
ResponsivePayment_GiftingProducts ( OrderVariables oVars, double &taxAmount, double &totalAmount, bool option = false, string template = "", bool upsell = false ) : string | ||
SendEmail ( string body ) : void | ||
SendEmail ( string subject, string body ) : void | ||
SendEmail ( string subject, string body, string mailTo ) : void | ||
SendEmail ( string subject, string body, string mailTo, string from ) : void | ||
SendEmail ( string from, string to, string subject, string body, string smtp ) : void | ||
addZeros ( string value, int len ) : string |
public Confirmation_BillingAddress ( OrderVariables oVars, string template ) : string | ||
oVars | OrderVariables | |
template | string | |
리턴 | string |
public Confirmation_ShippingAddress ( OrderVariables oVars ) : string | ||
oVars | OrderVariables | |
리턴 | string |
public GetDictionaryValue ( string param_name, string>.Dictionary |
||
param_name | string | |
d | string>.Dictionary | |
리턴 | string |
public GetOfferCreatives ( OrderVariables oVars ) : string>.Dictionary |
||
oVars | OrderVariables | |
리턴 | string>.Dictionary |
public GetPriceDisplayType ( string oeprop, double unit_price ) : string | ||
oeprop | string | |
unit_price | double | |
리턴 | string |
public LogBrowserCapabilities ( System browser ) : string | ||
browser | System | |
리턴 | string |
public OfferItemsDisplayType ( List |
||
ofr_dtls | List |
|
리턴 | int |
public ProcessConfirmationEmails ( string email, string FirstName, string LastName, string Project, string ItemList, string SpecialText, string OptOutText, string BillingAddress, string ShippingAddress, string OrderNumber, string SandviksTrackingLink, string Tax, string GrandTotal, string ProjectSpecificHtml ) : void | ||
string | ||
FirstName | string | |
LastName | string | |
Project | string | |
ItemList | string | |
SpecialText | string | |
OptOutText | string | |
BillingAddress | string | |
ShippingAddress | string | |
OrderNumber | string | |
SandviksTrackingLink | string | |
Tax | string | |
GrandTotal | string | |
ProjectSpecificHtml | string | |
리턴 | void |
public ResponsiveConfirmation_GiftingProducts ( OrderVariables oVars, bool option = false, string template = "", bool isTableStripped = true ) : string | ||
oVars | OrderVariables | |
option | bool | |
template | string | |
isTableStripped | bool | |
리턴 | string |
public ResponsivePayment_GiftingProducts ( OrderVariables oVars, bool option = false, string template = "" ) : string | ||
oVars | OrderVariables | |
option | bool | |
template | string | |
리턴 | string |
public ResponsivePayment_GiftingProducts ( OrderVariables oVars, double &taxAmount, double &totalAmount, bool option = false, string template = "", bool upsell = false ) : string | ||
oVars | OrderVariables | |
taxAmount | double | |
totalAmount | double | |
option | bool | |
template | string | |
upsell | bool | |
리턴 | string |
public SendEmail ( string subject, string body ) : void | ||
subject | string | |
body | string | |
리턴 | void |
public SendEmail ( string subject, string body, string mailTo ) : void | ||
subject | string | |
body | string | |
mailTo | string | |
리턴 | void |
public SendEmail ( string subject, string body, string mailTo, string from ) : void | ||
subject | string | |
body | string | |
mailTo | string | |
from | string | |
리턴 | void |
public SendEmail ( string from, string to, string subject, string body, string smtp ) : void | ||
from | string | |
to | string | |
subject | string | |
body | string | |
smtp | string | |
리턴 | void |
public static addZeros ( string value, int len ) : string | ||
value | string | |
len | int | |
리턴 | string |