Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1258030
    s_mocko
    Participant

    Hi,

    I would like to ad some text in a form on the checkout page. Hoever I can’t seem to get to it from editing the page.
    In the picture is where i would like the text to be placed. At the link here.

    website is

    #1258100
    Joao
    Moderator

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    #1258829
    s_mocko
    Participant

    NOOOO! It didn’t ad my link and screen shots. I will repost them. I must not have closed the link tag

    http://www.eurekawellness.com/checkout

    Here is the screen shot

    http://pasteboard.co/2LZfKR2iO.png

    Screenshot

    #1258935
    Darshana
    Moderator

    Hi there,

    Upon checking, it seems that your site is down (https://snag.gy/TBQ9vN.jpg).
    Could you please confirm ?

    Thanks!

    #1259261
    s_mocko
    Participant

    sorry http://www.eurekawellness.com.au/checkout

    you may have to ad a product in cart.

    #1259484
    Thai
    Moderator

    Hi There,

    Please add the following code under functions.php file locates in your child theme:

    add_action( 'woocommerce_checkout_before_order_review', 'x_custom_text' );
    function x_custom_text(){
    	?>
    	<p class="x-custom-txt">Your text will go here</p>
    	<?php
    }

    Hope it helps 🙂

  • <script> jQuery(function($){ $("#no-reply-1258030 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>