Метод | Описание | |
---|---|---|
DomainExistsInTheSystem ( string domainName ) : System.Web.Mvc.ActionResult |
Checks the domain for existance in the system.
|
|
RecalculateCart ( string arrayOfProducts, string arrayOfProductNames, string arrayOfProductQuantities, string arrayOfRenewalPeriods, bool displayProductName, bool displayProductPeriod, bool displayProductNumberOfItems, bool displayProductPrice, bool displayProductDiscount, bool displayProductTotalPrice, bool displayOrderSubAmount, bool displayOrderTaxes, bool displayOrderTotal, string chosenCountry, int globalCounter, string campaignCode, bool pricesIncludingVAT, string orderCustomAttributes, string orderAddress ) : System.Web.Mvc.ActionResult |
Recalculates the cart.
|
|
ValidateDomain ( string domainName ) : System.Web.Mvc.ActionResult |
Validates the domain.
|
|
ValidateDomains ( string domainName ) : System.Web.Mvc.ActionResult |
Validates the domain.
|
Метод | Описание | |
---|---|---|
CreatePaymentTransaction ( Controller controller, OrderServiceReferences order, decimal paidAmount, string paymentMethod ) : string |
Creates the payment transaction.
|
|
Domain ( ) : System.Web.Mvc.ActionResult | ||
FinishPayment ( PublicPaymentTransaction transaction ) : System.Web.Mvc.ActionResult |
Finishes the payment.
|
|
GetAddressInfo ( string identifier, string companyType ) : System.Web.Mvc.ActionResult | ||
GetOrderOptionsForProductGroup ( string productGroup, bool &groupExists ) : List |
Gets the payment options for product group.
|
|
GetStatus ( string sTransactionId ) : System.Web.Mvc.ActionResult | ||
GetTransationById ( string transactionId ) : PublicPaymentTransaction |
Gets the transation by identifier.
|
|
GetUnavailableDomains ( string domains ) : System.Web.Mvc.ActionResult | ||
Index ( |
||
Index ( string package, string lang, string sel ) : System.Web.Mvc.ActionResult | ||
LoadProductsIntoSession ( ) : System.Web.Mvc.ActionResult | ||
MarkDomainsAsUnavailable ( string domains ) : System.Web.Mvc.ActionResult | ||
Norid ( string domains, string company, string orgid, string name, string time ) : System.Web.Mvc.ActionResult | ||
PayPalConfirm ( ) : System.Web.Mvc.ActionResult | ||
PayPalConfirm ( string token, string PayerID, string action ) : System.Web.Mvc.ActionResult | ||
Payment ( string amount, string transactionReference, int transactionReferenceType, string status ) : System.Web.Mvc.ActionResult | ||
PaymentFailed ( ) : System.Web.Mvc.ActionResult | ||
Select ( ) : System.Web.Mvc.ActionResult | ||
Select ( |
||
StartSearch ( string domainsArray ) : System.Web.Mvc.ActionResult | ||
Thankyou ( ) : System.Web.Mvc.ActionResult | ||
Tos ( string rName ) : System.Web.Mvc.ActionResult | ||
ValidateDomain ( string domainName, bool allowWithoutTLD ) : System.Web.Mvc.ActionResult | ||
ValidateVatNumber ( string sEcho, string countryCode, string VATNumber ) : System.Web.Mvc.ActionResult |
public DomainExistsInTheSystem ( string domainName ) : System.Web.Mvc.ActionResult | ||
domainName | string | Name of the domain. |
Результат | System.Web.Mvc.ActionResult |
public RecalculateCart ( string arrayOfProducts, string arrayOfProductNames, string arrayOfProductQuantities, string arrayOfRenewalPeriods, bool displayProductName, bool displayProductPeriod, bool displayProductNumberOfItems, bool displayProductPrice, bool displayProductDiscount, bool displayProductTotalPrice, bool displayOrderSubAmount, bool displayOrderTaxes, bool displayOrderTotal, string chosenCountry, int globalCounter, string campaignCode, bool pricesIncludingVAT, string orderCustomAttributes, string orderAddress ) : System.Web.Mvc.ActionResult | ||
arrayOfProducts | string | The array of products. |
arrayOfProductNames | string | The array of product names. |
arrayOfProductQuantities | string | The array of product quantities. |
arrayOfRenewalPeriods | string | The array of product renewal periods. |
displayProductName | bool | if set to |
displayProductPeriod | bool | if set to |
displayProductNumberOfItems | bool | if set to |
displayProductPrice | bool | if set to |
displayProductDiscount | bool | if set to |
displayProductTotalPrice | bool | if set to |
displayOrderSubAmount | bool | if set to |
displayOrderTaxes | bool | if set to |
displayOrderTotal | bool | if set to |
chosenCountry | string | The chosen country. |
globalCounter | int | The global counter. |
campaignCode | string | The campaign code. |
pricesIncludingVAT | bool | if set to |
orderCustomAttributes | string | The order custom attributes. |
orderAddress | string | The order address. |
Результат | System.Web.Mvc.ActionResult |
public ValidateDomain ( string domainName ) : System.Web.Mvc.ActionResult | ||
domainName | string | Name of the domain. |
Результат | System.Web.Mvc.ActionResult |
public ValidateDomains ( string domainName ) : System.Web.Mvc.ActionResult | ||
domainName | string | Name of the domain. |
Результат | System.Web.Mvc.ActionResult |