I only have one email template. I have my template 1 version 1 and if I make a modification on this template 1 for a version 2 (spelling correction for example), it is the version 1 that is sent with Marketing Automation and that is displayed in the preview window (modal window).
I need to permanently delete version 1 for version 2. Is there a button to clear the cache or something?
Thanks for your help
Preview with email template version 1 and email template version 2 in the edit form field
The button preview
Related
I have activated page 10 times in a year . I want date on which i did first time activation.
How can i get this? Can i do this through version history?
If yes then How/when new version of node created ?
Check in page sidekick Audit log
You can check in Archive tab in workflow.When we activate the page it call page publish workflow on page activate
http://localhost:4502/libs/cq/workflow/content/console.html
I need to move the Newsletter Signup from the footer into a Content Block I've created in the backend of my Magento 2.1.3 installation.
In Magento 1 you could use the code below but this appears to be no longer the case using Magento 2
{{block type="newsletter/subscribe" name="left.newsletter" template="newsletter/subscribe.phtml"}}
Was wondering if anyone had a solution that could help. The site I'm developing is china.testdev.tech and the newsletter signup needs to go into the blue box in the middle of the homepage content.
Thanks in advance.
Kev
In magento-2 To call the particular phtml file, You need to used this code.
{{block class="Magento\Newsletter\Block\Subscribe" name="home.form.subscribe" template="Magento_Newsletter::subscribe.phtml"}}
I created a workflow as below, i want to send email with the link to the content approvers group when something is submitted? Can someone point me from where should i start with? which is the function that should be overridden ? Any help is appreciated
Thanks,
GT
Here is a good example of how to create a custom workflow email that can be sent to users in a particular Sitecore role (and the user who last edited the content item).
http://techmusingz.wordpress.com/2014/04/25/workflow-notifications-in-sitecore-roles-and-users/
You can link to a specific content item in the Sitecore client using the following method but you need to already be logged in to the Sitecore client for this to work (Otherwise you are just directed to the Sitecore login page and won't be redirected to the item after login).
/sitecore/shell/Applications/Content%20Manager/default.aspx?fo={id}&la={language}&vs={version}&mo=preview
fo - The item to open in the Sitecore client
la - The language to open (optional)
vs - The version to open (optional)
mo - preview
(optional)
Hello I am using Magento CE 1.7.2 I am trying to edit the customers "My Account" Pages
I cannot find what file to edit to change the layout and design of the following:
My account:
Account Dash Board (got this to work editing customer/account/dashboard.phtml)
Account Information (Tried customer/account/dashboard/info.phtml Didn't work)
Address Book (Tried customer/account/dashboard/address.phtml Didn't Work)
My Orders (No idea)
Newsletter Subscriptions (Tried customer/account/dashboard/newsletter.phtml Didn't Work)
What files do I edit? Please show the directory.... Thanks!
Telling you the exact path would be like "giving you a fish".
Instead, I will "teach you how to fish".
Login to your admin panel in Magento.
Head to System > Configuration. At the bottom of your left menu you will find a Developper link.
Head to this link, then in the upper left of the given page, select a webiste in the dropbox under Current Configuration Scope.
Open the Debug section and set Template Path Hints to Yes.
Reload your customer page in frontend. Tada! You can now see where is every single files you have to edit to change anything in your Magento.
I have here a TYPO3 v. 4.3.2 and I see that a inserted link to an e-Mail address has no title attribute despite it is set in RTE with
Opens window for sending email
I only see something like this
info(at)test.com
This should work out of the box. In my installation, links are generated like this:
<a class="mail" title="Opens window for sending email" href="javascript:linkTo_UnCryptMailto('ocknvq,htcig/vtkhhv/cpvyqtvBuyt0fg');">info(at)test.com</a>
In other words:
Check your TypoScript config (around config.spamProtectEmailAddresses)
Check your rtehtmlarea version (and update if outdated)
Consider updating to 4.3.13 or, even better, to 4.5 (LTS)