Skip to content

Commit

Permalink
Disable caching of marketing preference page
Browse files Browse the repository at this point in the history
  • Loading branch information
lumnn committed Apr 12, 2022
1 parent aadc856 commit 054b2db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion view/frontend/layout/newsletter_preferences_index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</head>
<body>
<referenceContainer name="content">
<block class="KingfisherDirect\MailchimpExtras\Block\PreferencesForm" name="newsletter.preferences_form" template="KingfisherDirect_MailchimpExtras::preferences/form.phtml" />
<block class="KingfisherDirect\MailchimpExtras\Block\PreferencesForm" name="newsletter.preferences_form" template="KingfisherDirect_MailchimpExtras::preferences/form.phtml" cacheable="false" />
</referenceContainer>
</body>
</page>

0 comments on commit 054b2db

Please sign in to comment.