Home Forums WoodMart support forum Customize the order-received page

Customize the order-received page

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #647670

    kruajeng
    Participant

    I want to customize the order-received page like other pages.
    Also, I don’t remember where [contact-form-7 id="ed61b62" title="send evidence transfer money"] came from to remove it.

    And I want to set the screen width of this page to 1250px.

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

    Hello,

    I’ve just placed a test order on your site and reviewed the Thank You page. I did not see the [contact-form-7 id="ed61b62" title="send evidence transfer money"] shortcode or any contact form appearing on that page.

    To change the heading color, you can add this CSS in Theme Setting > Custom CSS:

    .woocommerce-thankyou-order-received {
        color: #f4a108 !important;
        border: 2px dashed #f4a108 !important;
    }

    To limit the width of the Order Received page, you can add this CSS in Theme Setting > Custom CSS:

    .woocommerce-order {
        max-width: 1250px !important;
        margin: 1 auto !important;
    }

    Best Regards,

    #647796

    kruajeng
    Participant

    I checked based on what you informed me. My screen still has it.
    Can you help me remove this code?

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

    Hello,

    It’s possible that the form appears specifically when placing an order using the bank payment method. To help determine whether this is related to the theme, could you please test the checkout process using a default WordPress theme such as Twenty Twenty or WooCommerce Storefront? This will help us identify if the issue is theme-related or coming from another source.

    Best Regards,

    #648066

    kruajeng
    Participant

    I’ve tried switching to the WooCommerce Storefront theme, but it remains the same.
    I don’t have access to the page to remove this information.

    I’m not sure what to do. Additionally, I’d like this page to display Google Maps information for additional shipping, as shown in the image. Is this possible to fix?

    Attachments:
    You must be logged in to view attached files.
Viewing 5 posts - 1 through 5 (of 5 total)