Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {% if context == "checkout" %}
- <script>
- FC.client.on("render.done", function() {
- var message = '<p>First-run sifters go into production early 2021 to deliver to you by April 20.</p>';
- if ($(".production-note").length == 0) {
- $("fieldset.fc-address-entry").append('<div class="row production-note"><div class="col-sm-10 col-sm-push-1">' + message + '</div></div>');
- }
- });
- </script>
- {% endif %}
Add Comment
Please, Sign In to add comment