Home Forums WoodMart support forum Customize Thank you page

Customize Thank you page

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #640832

    kbfotoart.com
    Participant

    Hi All

    thanks before for the Help

    I have a thank you page and i want to Customize the message you can see in thankyou_photo1.jpg and linked in yellow and i have a panel “Action” with a button “Voir” to view the order , the problem is when i clic on it i have an Error 404 because the page on theis adress : https://mysite/view-order/2713/ doesn’t exist than i want to remove the panel action from the thank you page. could you please tell me if there is a way to do it ? thank you

    Attachments:
    You must be logged in to view attached files.
    #641030

    kbfotoart.com
    Participant

    Hi
    I resolved my problem using Code Snippet to change the Title as i was expecting for

    `add_filter( ‘woocommerce_thankyou_order_received_text’, function( $message ) {

    return ‘<span style=”color: #000000; font-size: 20px; font-weight: bold; font-family: Georgia, serif; text-align: center; display:block;”>Votre commande est confirmée, nous vous en remercions.</span>
    <span style=”color: #000000; font-size: 14px; font-family: Georgia, serif; text-align: center; display:block;”>Un mail de confirmation vous a été envoyé.</span>’;

    } );

    and the second problem has been resolved by using CSS in additional CSS code

    This post can be closed

    #641127

    Hello,

    We are glad that you managed to solve the problem yourself. You are Great!!!

    Let us know if there’s anything else we can do for you! You can always reach us at any time. We are always here to help you.

    Have a wonderful day.

    Topic Closed.
    Best Regards.

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

The topic ‘Customize Thank you page’ is closed to new replies.