I was creating a smart campaign so when I start to create the Smart list I add the trigger below:
However, I asked myselfWhat happens if I don't use a constraint date of the activ...
I got it. Thank you for giving me the idea. For the record I used this script:
#if ( !${abandonedCart_cList.get(0).itemName02})
#else
${abandonedCart_cList.get(0).itemName02}...
Ok, let me explain myself better. Yes, I should need to be using velocity to output it. And Yes, I populating fields with custom data.
The process is the following:
1. Magento send...
Hi,
I'm using a custom object to create an abandoned cart email within the following token by each item. {{my.Abandon Cart Item 1:default=}}
However, I can't hide (display:none) th...