We use Kentico 12 (MVC) and have a requirement to autopopulate/pre-populate metadata title and description fields automatically from fields we defined in a page type we recently created. The docume...
I have a dropdown with a Macro Expression, if I'm logged into Admin the dropdown displays properly on the form. If I got Incognito or my phone the dropdown is empty. I resigned all Macros. Any idea...
Hi Guys,We have a script to pass values of the current basket into a service. This includes all the items in the basket by using a 'foreach' loop using the following:[{% foreach(cartItem in ECommer...
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....