• Resolved Don Kong

    (@don-kong)


    Hello there,

    I want to remove the h3 title Your order from the check out page. Please have a look on the screenshot – https://imgur.com/a/TcTrCTJ

    If I have seen this correctly, the title is automatically output by WooCommerce. In the Elementor Template editor, the output is totally different from that what I see on the frontend. I tried many things already including the CSS command display: none !important; but nothing worked.

    Used plugins: WooCommerce (free), Elementor Pro, Germanized Pro and WooLentor (free)

    The page I need help with: [log in to see the link]

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Support Tseten a11n

    (@tibetanitech)

    I ran a test on your site and found that your checkout layout has been customized as the **Your Order** title is to display the products that are added in the cart. Here is an example:

    https://d.pr/i/zBYnBf
    Link to image: https://d.pr/i/zBYnBf

    On your checkout page, the order overview heading is displayed on the bottom and the products on top.

    I understand you tried CSS to hide the text but you couldn’t. Can you try the following CSS to see if that helps? You can add this custom CSS in WP-Admin > Appearance > Customize > Additional CSS:

    
    .woocommerce-checkout h3#order_review_heading {
        display: none !important;
    }
    

    Let us know how that goes.

    • This reply was modified 4 years, 6 months ago by Tseten a11n.
    Thread Starter Don Kong

    (@don-kong)

    Thank you for your quick help.

    I also requested help from the WooLentor support and gave them access to the admin. More and more, the thought suggests itself to me that the WooLentor plugin causes the issues. If they can’t find a solution, I will try your CSS and post the result here anyway.

    Plugin Support Tseten a11n

    (@tibetanitech)

    Great! Sure.

    Thread Starter Don Kong

    (@don-kong)

    Hello @tibetanitech

    Unfortunately, it has now turned out that it is not only this title, but even more issues. All these errors get caused by the combination of the Germanized Pro and the WooLentor Pro plugin.

    There are unwanted double displays on the checkout page that cannot get removed in the settings. There are labels in English language, which cannot get translated into German. And in the German-language WooCommerce customer e-mails, an English introduction text is inserted, which can neither get removed nor translated.

    My attempts to get help from the support of both plugins, unfortunately, remained without results. Everyone says the problems are caused by the other.

    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    @chrisboggs: You subscribed to the entire WooCommerce forum. Go to https://www.ads-software.com/support/users/chrisboggs/subscriptions/?view=all, click on the link for Woo (scroll down), then click unsubcribe.

    Please do not jump on other topics. If you continue to need assistance, post a message in the general forums.

    Thread Starter Don Kong

    (@don-kong)

    Sorry about that. I can’t find a link for Woo on the profile from chrisboggs.

    • This reply was modified 4 years, 6 months ago by Don Kong.
    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    @don-kong That message was not meant for you. ??

    Plugin Support Damianne P (a11n)

    (@drwpcom)

    Hi @don-kong.

    All these errors get caused by the combination of the Germanized Pro and the WooLentor Pro plugin.

    As a workaround, you can try using CSS, but a more long-term solution would be to resolve the conflict with Germanized Pro and WooLentor Pro. Good luck!

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Removing of unwanted title on checkout page’ is closed to new replies.