Hi, we have a need to perform a database query within a transformation. The query is being run directly against the database using CMS.DataEngine.ConnectionHelper.ExecuteQuery(). The fields we ar...
I was previously storing the Node ID in the DB, and using the uni selector to select a given node.Then for the user interface I used @#transform: cms.node.nodename@ against the node id.I then reali...
I am trying to use my DataItemIndex to display numbers with a leading zero in a transformation as follows (01, 02, 03...) Kentico returns nothing when doing it like this:{%String.FormatString(@{0:D...
Hello everyone -I have the following code in my transformation:div class=@CKcontentA@ style=@background-image: url('@%# Eval(@ContentBG2@) %@');background-repeat: no-repeat; background-size: 265px;...
I read the documentation about display discount price in Kentico: https://docs.kentico.com/k12/e-commerce-features/managing-on-line-stores/discounts/working-with-catalog-discounts/displaying-catalo...
Hello,When editing add an order in the Orders application, the General tab doesn't execute the transformations for the Customer and Company field. I only see:Customer: Ecommerce.Transformations.Ord...
I am using the Web Part Control Id - SmartSearchDialogWithResults. My Seach index contains both Pages and WebPagesCrawl types. The Page Filter Page types = custom.tbPolicy;CMS.MenuItem;CMS.File The...
referring the case: https://devnet.kentico.com/questions/links-between-page-types I tried attaching Images and it worked fine and I could upload and display as many Images as I wanted, but I am fac...
Hello, I need to allow users to make a selection in the UI that allows them to switch between a @list@ view and a @tile@ or @card@ view of content in a basic repeater. I can build both transformati...
Hello again,I am trying to include a Repeater web part inside a Hierarchical Viewer Item transformation. I have this setup where I would display 2 levels of different page types and on the bottom o...