Add Text to GD Checkout Page

This topic contains 1 reply, has 2 voices, and was last updated by  Paolo 8 years, 4 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #64866

    Simon Skull
    Full Member
    Post count: 177

    Hi,
    Hopefully a straight forward one – I want to add some text on the GD Checkout page to give a little instruction to people but can’t see where I can do this?
    Cheers
    Simon

    #65163

    Paolo
    Site Admin
    Post count: 31206

    Hi,

    you can use the action:

    do_action('geodir_checkout_before_page_content');

    Example:

    
    
    add_action('geodir_checkout_before_page_content', 'my_checkout_message');
    
    function my_checkout_message() {echo 'My message here!';}
    

    You would add this in your theme functions.php

    Let us know how you went.

    Thanks

Viewing 2 posts - 1 through 2 (of 2 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket