Hello,Here's the context. I am using the CustomData of the Order as well as the Shopping cart for the checkout process. I put a json string into that column. Now, I want to use that json to render ...
Hello, everyone.There are currently three sites with PortalEngine in Kentico 12.0.95.I implemented the following process in Transformation (ASCX format) to get the domain of the link source using t...
I have a news repeater that is using a transformation. I have a multiple choice field that shows the category of the news type. It works, but as it feeds onto the page, it originally was separated ...
Trying to add multiple choice category in a transformation. If there are multiple categories, I need to show them inline, separately, not run together (see second listing in image url). Here is my...
Hello, everyone. The sites we support have product pages and have a default culture (en-JM).We want to display information from the default culture's product pages (e.g. Spec) on the product pages ...
I'm working through the CustomUniGridTransformationModule example and it says place in a Class library and add nuget package Kentico.Xperience.Libraries, but it requires CMS.UIControls for UniGridT...
I'm guessing (hoping) that this is a simple newbie question with a simple answer. In the Kentico 11 system I inherited there is a row in CMS_EmailTemplate where the EmailTemplateText value includes...
I am using this in an xml transformation and just recently noticed it doesn't work with high numbers that start with like 877.{% FormatString(@{0: (###) ###-####}@,Primary.ToInt()) #%} Any thoughts...
I have an Accordion Tab repeater that I would like to add an anchor tag to each unique title within the transformation.Here is my code:@li@ @a href=@#tab-@%# DataItemIndex+1%@-@%# Container.Parent....
Hi Guys,I have a blog on my site that has has both a video URL link and a blog teaser Image for the subject and I am trying to put an ifEmpty entry in my transformation so when there is no video li...