3 replies
Hi
How do I create a pop over box for my checkout page in Wordpress?
When people go to checkout I need to tell them specific instructions about their order every time someone hits the checkout page.
This isn't for adverts or lead capture. Purely instructional but must be every time a person hits the checkout page.
What is the best way to code this?
Thanks
Ashley.
#box #overlay #pop #popup
  • Profile picture of the author omerbsh
    you can make page from admin panel and use this plugin for example -
    https://wordpress.org/plugins/tags/popup-window

    you need to find plugin that give you the option to add shortcode that make a popup show up.
    {{ DiscussionBoard.errors[10670618].message }}
  • Profile picture of the author shsaad
    You can add code to the checkout page.
    Signature

    WORDPRESS EXPERT FOR HIRE

    {{ DiscussionBoard.errors[10684630].message }}
  • Profile picture of the author 1nspire
    If these instructions are crucial to your checkout. I would use a javascript alert box.

    Simply place it at the bottom of the page just before the </body> tag.

    HTML Code:
    <script>
    <!--
    alert ("This is the part you add your message.")
    //-->
    </script>
    {{ DiscussionBoard.errors[10697547].message }}

Trending Topics