Hi Guys,Wondering if you can advise where I can add curly brackets to this method please, as each item in the shopping cart has to be wrapped inside a curly brackets[{ {% foreach(cartitem in EComme...
I have a foreach loop in k# that outputs a series of links. (not using built in repeater for technical reasons) Works great until I have to include a google analytics event tag which requires both ...
Hi,We are getting tons of MACRORESOLVER error on one of our pages and I was able to pinpoint where it is coming from. We have a macro in a static html web part like the code below and I can't figur...
Hi Devnet,I'm working on a project at the moment that requires OG tags on every page. After doing some research, I've come up with the following code:@meta property=@og:site_name@ content=@SITE NAM...
I'm trying to create a page that uses a custom table data source and a repeater to show a list of dictionary terms from a custom table by first letter or numeral. The page has a wildcard URL that I...
I'm trying to retrieve the value of the last page where a forum post was posted for a New Post subscription email template.Right now my @click to view forum@ only brings the user to the beginning o...
Hi,I'm having some issues with syntax and would love some guidance.I have a pipe delimited field 'word1|word2' and I need to split at the pipe to display the two words. I 'm using a text/xml transf...
How can I display the name part of drop down list using K#I have a drop down list that has a value and name. Example:Sport1@email.com; Sport1Sport2@email.com; Sport2Sport3@email.com; Sport3I am usi...
How do you do this in macro expressions? if (condition) { (expression) } else if (condition) { (expression) } else { (expression) } I did the following and although it doesn't error out when I p...