Skip to content

Instantly share code, notes, and snippets.

@kalenjordan
Last active May 10, 2016 15:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kalenjordan/0f1b0212dc34b05480a2 to your computer and use it in GitHub Desktop.
Save kalenjordan/0f1b0212dc34b05480a2 to your computer and use it in GitHub Desktop.
<div data-remodal-id="mm-exit-modal" id="mm-exit-modal" style="display: none;">
<h1>(Custom) Before you leave...</h1>
<div class="cart-contents-wrapper">
<p class="loading">Loading...</p>
<div class="cart-contents hidden" style="display: none;">
<div class="item item-template" style="display: none;">
<div class="image-wrapper">
<img src="">
</div>
<div class="name-wrapper">
<span class="name">Template</span>
</div>
</div>
</div>
</div>
<p class="lead-in-with-cart" style="display: none;">Enter email to have cart emailed to you:</p>
<p class="lead-in-without-cart" style="display: none;">Enter email to sign up for newsletter</p>
<div class="input-wrapper">
<input type="text" class="email" placeholder="you@yoursite.com">
<a class="mm-button-save-modal" href="javascript://">Save</a>
</div>
<div class="message-wrapper" style="display: none;">
<p class="success-message"></p>
<p class="error-message"></p>
</div>
<div class="no-thanks">
<a href="javascript:MageMail_Magento.closeModal();">No thanks</a>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment