Kentico 12 Portal Engine:Is there a way that I can transform any datetime to EST in a page type field? I discovered an issue today where even if the user selects PST the page type field always get...
I try to use macro expression as value of the drop-down list for a form field but couldn't get it to work:{% if (TravelOutside.value==@Yes@) {@xxx@xxx.com@,@xxx@xxx.com@} else {@@,@@} #%}I want the...
Hi Support, Currently i am working on email templates in that i want to grab shopping cart items data with MVC site product url @ SKU image path. using macro expression is there any way to get mvc...
Hi Support,I am planning to set reminder email to the customer about abandoned shopping cart items in my mvc 12 sp application.For the shopping cart items i am using macro expression to get list of...
Hi. I was wondering if someone could explain how macro expressions in email templates work. As an example, the @Membership - Registration confirmation@ email template consists of:{% GetResourceSt...
Hello,I am attempting to place a macro expression in my template layout. I click insert macro and find the CurrentDocument.DocumentName macro and insert it. After inserting however it only displays...
I am fetching the value of the custom field from OM_Contact as @Advanced.ContactInfo.CustomFieldName@. How can I get the value and assign to a variable? When I do Variable1 = Advanced.ContactInfo....
I have a page type that can inherit it's metatitle from the root page.The root page's metatitle is @{%DocumentName%}@I am using page.GetInheritedValue(@DocumentPageTitle@).ToString() which only ret...
Hello! I'm hoping someone can help me.Based on a macro from a previous thread ( https://devnet.kentico.com/questions/get-page-name-where-web-part-is-located-with-macro ), I'm able to pull up the na...
Hi,I've added a new HeaderImage field to the Page Menu Item type, and I have a hierarchy of menu item pages in content tree.I would like to be able to show the HeaderImage on a page, if it is selec...