As part of a integration, we need to capture details of the current shopping cart. I have been able to get products image URL's by using `{% GetAbsoluteUrl(ECommerceContext.CurrentShoppingCart.Cont...
Hi Guys,Just looking for help in formatting a macro results, I have this for loop for current shopping cart and want to create an array with bracket separators between the items in the basket, so l...
I am having some difficulties with formatting a macro that sets an online form field default value from a selected dropdown list in the form that then reads from a custom table. {% GlobalObjects.Cu...
Hi,I wonder how can I change macro signature to a different user? All the macros have signed by to the account that was no long use (left the company). If I get rid of this user the macros broke. S...
Are async methods supported in custom Macro methods? I'm using the syntax with extended macro container like this:XXXXContainer : MacroMethodContainer { }Can my code awaitasyncTask returns if the ...
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...
The Kentico is slow and the log displays this error, what could it be?server?Event ID:1375613 Event type:Error Event time:10/13/2020 1:05:08 PM Source:MacroResolver Event code:RESOLVEDATAMACRO User...
I only want 4 user roles to see a specific option in my drop-down list (form control). I currently have it working for two roles. See below:1;General2;Human Resources3;Library4;Long-Term Care5;Lon...
We have a macro that returns a string based on a cookie value (the value is matched to a list of theme colors):CurrentTheme(@@) returns @theme_red@ if this was previously set, else a default value ...
Hi,I need a macro that could allow to exclude items (like gift cards) from free shipping offer or calculation. I tried to add to the @Further conditions@ under the @Free shipping conditions@ sectio...