122 Posts

Sub-workflow activity in Adobe Campaign

Your workflows contain too many activities? You’re lost between your jumps, transitions and end activities? Consider using a sub-workflow with the tutorial below. This way, you can have workflows as...

Report of deliveries filterable by date in Adobe Campaign

Let’s create a nice Report for the business teams to be able to analyze their deliveries with the Label, the Subject, the UTM Codes, the delivery indicators (sent/received/failed) and the...

Filter Recipient by Email ISP in Adobe Campaign (Case/When/Else)

Adobe Campaign automatically creates @emailDomain, but it isn’t enough if you need to target multiple recipients based on their ISPs: Microsoft gathers Live, Hotmail and Outlook, while Google uses gmail...

Use Helper Form and helper/form.tpl in Prestashop 1.7

PrestaShop has developed a great UI for its Backoffice, and one of the not-so-well-known powerful features is the HelperForm object. You can create pretty much anything...

Changing domain and base URL for PrestaShop 1.7

How to change your main domain in case you change your host? Or how to setup your dev environment on localhost when you import a live Production environment?

Specify the transition in an Advanced Javascript Code in Adobe Campaign

With the defaultJavascript Code we only have 1 transition named ok. But what if you want to use multiple transitions, depending on conditions? You have to...

How to display any Smarty template?

// display it right away $tpl = _PS_ALL_THEMES_DIR_.'/my_theme/templates/index.tpl'; $this->context->smarty->display($tpl);...