Method | Description | |
---|---|---|
AddBackInStockTokens ( IList |
||
AddBlogCommentTokens ( IList |
||
AddCustomerTokens ( IList |
||
AddForumPostTokens ( IList |
||
AddForumTokens ( IList |
||
AddForumTopicTokens ( IList |
||
AddGiftCardTokens ( IList |
||
AddNewsCommentTokens ( IList |
||
AddNewsLetterSubscriptionTokens ( IList |
||
AddOrderNoteTokens ( IList |
||
AddOrderTokens ( IList |
||
AddPrivateMessageTokens ( IList |
||
AddProductReviewTokens ( IList |
||
AddProductTokens ( IList |
||
AddProductVariantTokens ( IList |
||
AddRecurringPaymentTokens ( IList |
||
AddReturnRequestTokens ( IList |
||
AddShipmentTokens ( IList |
||
AddStoreTokens ( IList |
||
GetListOfAllowedTokens ( ) : string[] | ||
GetListOfCampaignAllowedTokens ( ) : string[] |
Gets list of allowed (supported) message tokens for campaigns
|
|
MessageTokenProvider ( ILanguageService languageService, ILocalizationService localizationService, IDateTimeHelper dateTimeHelper, IEmailAccountService emailAccountService, IPriceFormatter priceFormatter, ICurrencyService currencyService, IWebHelper webHelper, IWorkContext workContext, IDownloadService downloadService, IOrderService orderService, IPaymentService paymentService, Nop.Core.Domain.StoreInformationSettings storeSettings, Nop.Core.Domain.Messages.MessageTemplatesSettings templatesSettings, Nop.Core.Domain.Messages.EmailAccountSettings emailAccountSettings, Nop.Core.Domain.Catalog.CatalogSettings catalogSettings, Nop.Core.Domain.Tax.TaxSettings taxSettings, IEventPublisher eventPublisher ) : System |
Method | Description | |
---|---|---|
ProductListToHtmlTable ( Nop.Core.Domain.Orders.Order order, int languageId ) : string |
Convert a collection to a HTML table
|
|
ProductListToHtmlTable ( Nop.Core.Domain.Shipping.Shipment shipment, int languageId ) : string |
Convert a collection to a HTML table
|
public AddBackInStockTokens ( IList |
||
tokens | IList |
|
subscription | Nop.Core.Domain.Catalog.BackInStockSubscription | |
return | void |
public AddBlogCommentTokens ( IList |
||
tokens | IList |
|
blogComment | Nop.Core.Domain.Blogs.BlogComment | |
return | void |
public AddCustomerTokens ( IList |
||
tokens | IList |
|
customer | ||
return | void |
public AddForumPostTokens ( IList |
||
tokens | IList |
|
forumPost | Nop.Core.Domain.Forums.ForumPost | |
return | void |
public AddForumTokens ( IList |
||
tokens | IList |
|
forum | Nop.Core.Domain.Forums.Forum | |
return | void |
public AddForumTopicTokens ( IList |
||
tokens | IList |
|
forumTopic | Nop.Core.Domain.Forums.ForumTopic | |
friendlyForumTopicPageIndex | int | |
appendedPostIdentifierAnchor | int | |
return | void |
public AddGiftCardTokens ( IList |
||
tokens | IList |
|
giftCard | ||
return | void |
public AddNewsCommentTokens ( IList |
||
tokens | IList |
|
newsComment | Nop.Core.Domain.News.NewsComment | |
return | void |
public AddNewsLetterSubscriptionTokens ( IList |
||
tokens | IList |
|
subscription | Nop.Core.Domain.Messages.NewsLetterSubscription | |
return | void |
public AddOrderNoteTokens ( IList |
||
tokens | IList |
|
orderNote | Nop.Core.Domain.Orders.OrderNote | |
return | void |
public AddOrderTokens ( IList |
||
tokens | IList |
|
order | Nop.Core.Domain.Orders.Order | |
languageId | int | |
return | void |
public AddPrivateMessageTokens ( IList |
||
tokens | IList |
|
privateMessage | Nop.Core.Domain.Forums.PrivateMessage | |
return | void |
public AddProductReviewTokens ( IList |
||
tokens | IList |
|
productReview | Nop.Core.Domain.Catalog.ProductReview | |
return | void |
public AddProductTokens ( IList |
||
tokens | IList |
|
product | ||
return | void |
public AddProductVariantTokens ( IList |
||
tokens | IList |
|
productVariant | Nop.Core.Domain.Catalog.ProductVariant | |
return | void |
public AddRecurringPaymentTokens ( IList |
||
tokens | IList |
|
recurringPayment | Nop.Core.Domain.Orders.RecurringPayment | |
return | void |
public AddReturnRequestTokens ( IList |
||
tokens | IList |
|
returnRequest | Nop.Core.Domain.Orders.ReturnRequest | |
opv | Nop.Core.Domain.Orders.OrderProductVariant | |
return | void |
public AddShipmentTokens ( IList |
||
tokens | IList |
|
shipment | Nop.Core.Domain.Shipping.Shipment | |
languageId | int | |
return | void |
public AddStoreTokens ( IList |
||
tokens | IList |
|
return | void |
public GetListOfCampaignAllowedTokens ( ) : string[] | ||
return | string[] |
public MessageTokenProvider ( ILanguageService languageService, ILocalizationService localizationService, IDateTimeHelper dateTimeHelper, IEmailAccountService emailAccountService, IPriceFormatter priceFormatter, ICurrencyService currencyService, IWebHelper webHelper, IWorkContext workContext, IDownloadService downloadService, IOrderService orderService, IPaymentService paymentService, Nop.Core.Domain.StoreInformationSettings storeSettings, Nop.Core.Domain.Messages.MessageTemplatesSettings templatesSettings, Nop.Core.Domain.Messages.EmailAccountSettings emailAccountSettings, Nop.Core.Domain.Catalog.CatalogSettings catalogSettings, Nop.Core.Domain.Tax.TaxSettings taxSettings, IEventPublisher eventPublisher ) : System | ||
languageService | ILanguageService | |
localizationService | ILocalizationService | |
dateTimeHelper | IDateTimeHelper | |
emailAccountService | IEmailAccountService | |
priceFormatter | IPriceFormatter | |
currencyService | ICurrencyService | |
webHelper | IWebHelper | |
workContext | IWorkContext | |
downloadService | IDownloadService | |
orderService | IOrderService | |
paymentService | IPaymentService | |
storeSettings | Nop.Core.Domain.StoreInformationSettings | |
templatesSettings | Nop.Core.Domain.Messages.MessageTemplatesSettings | |
emailAccountSettings | Nop.Core.Domain.Messages.EmailAccountSettings | |
catalogSettings | Nop.Core.Domain.Catalog.CatalogSettings | |
taxSettings | Nop.Core.Domain.Tax.TaxSettings | |
eventPublisher | IEventPublisher | |
return | System |
protected ProductListToHtmlTable ( Nop.Core.Domain.Orders.Order order, int languageId ) : string | ||
order | Nop.Core.Domain.Orders.Order | Order |
languageId | int | Language identifier |
return | string |
protected ProductListToHtmlTable ( Nop.Core.Domain.Shipping.Shipment shipment, int languageId ) : string | ||
shipment | Nop.Core.Domain.Shipping.Shipment | Shipment |
languageId | int | Language identifier |
return | string |