• Resolved jessamca11

    (@jessamca11)


    hello,

    on my page the cart and billing info is displaying twice. is there a way i can fix this?

    thank you

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

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter jessamca11

    (@jessamca11)

    some extra info… if i remove the text at the top of the page, it seems to correct itself, however i want that text there.

    Plugin Support con

    (@conschneider)

    Engineer

    Hi there,

    I think I see what you mean: https://d.pr/i/psdLNE

    Something seems to be indeed duplicating the output.

    if i remove the text at the top of the page, it seems to correct itself, however i want that text there.

    How do you add the text? Via the page or a function?

    Kind regards,

    Thread Starter jessamca11

    (@jessamca11)

    I added it to the Shop page. When I look at the edit mode of that page however, everything is displaying once… here is what I have there.

    <!-- wp:paragraph {"align":"center","fontSize":"small"} -->
    <p class="has-text-align-center has-small-font-size" style="text-align: center;"><strong>Here is more info on <span style="text-decoration: underline;"><a href="https://www.earth-arts.ca/faq/#shipping">shipping</a></span> and <span style="text-decoration: underline;"><a href="https://www.earth-arts.ca/faq/#returns">return</a></span> policies. You can also get in touch at <a href="mailto:[email protected]">[email protected]</a></strong></p>
    <!-- wp:paragraph {"align":"center","fontSize":"small"} -->
    <p class="has-text-align-center has-small-font-size" style="text-align: center;"><strong>Select local pickup if you are available to meet in the Barrie, Ontario area.</strong></p>
    <p>&nbsp;</p>
    <!-- wp:shortcode -->
    <p>[woocommerce_checkout]</p>
    <!-- /wp:shortcode -->
    Plugin Support con

    (@conschneider)

    Engineer

    Hi again,

    Yes that looks correct. Bit of a long shot but let’s try a bit less of a markup:

    <p class="has-text-align-center has-small-font-size" style="text-align: center;"><strong>Here is more info on <a href="https://www.earth-arts.ca/faq/#shipping">shipping</a></span> and <span style="text-decoration: underline;"><a href="https://www.earth-arts.ca/faq/#returns">return</a>policies. You can also get in touch at <a href="mailto:[email protected]">[email protected]</a></strong></p>
    
    <p class="has-text-align-center has-small-font-size" style="text-align: center;"><strong>Select local pickup if you are available to meet in the Barrie, Ontario area.</strong></p>
    &nbsp;
    
    [woocommerce_checkout]

    Does that change anything maybe?

    Kind regards,

    Thread Starter jessamca11

    (@jessamca11)

    thank you, it does!

    Plugin Support con

    (@conschneider)

    Engineer

    Great, thanks for letting us know this works :).

    ??

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘cart checkout displaying twice’ is closed to new replies.