• Resolved scollinguk

    (@scollinguk)


    Hi All,

    I have started builing a basic site using InstantWP which is using woocommerce and elementor.

    However when the Elementor plugin is enabled and i go into the cart the contents of the cart (or if its empty the part that shows the cart is empty) is shown three times. With the elementor app disabled it only shows it once.

    Below is the cart code thats shows it is there three times with three different ‘posts’.

    `<div class=”container”>
    <div id=”content” class=”contentsecwrap”>
    <div class=”row”>
    <div class=”col-lg-9 col-md-9″>
    <section class=”site-main”>

    <article id=”post-105″ class=”post-105 page type-page status-publish hentry”>
    <header class=”entry-header”>
    <h1 class=”entry-title”>Cart</h1> </header>
    <div class=”entry-content”>
    <div class=”woocommerce”><div class=”woocommerce-notices-wrapper”></div><p class=”cart-empty woocommerce-info”>Your cart is currently empty.</p> <p class=”return-to-shop”>

    Return to shop

    </p>
    </div>
    </div>
    </article>
    <article id=”post-106″ class=”post-106 page type-page status-publish hentry”>
    <header class=”entry-header”>
    <h1 class=”entry-title”>Cart</h1> </header>
    <div class=”entry-content”>
    <div class=”woocommerce”><div class=”woocommerce-notices-wrapper”></div><p class=”cart-empty woocommerce-info”>Your cart is currently empty.</p> <p class=”return-to-shop”>

    Return to shop

    </p>
    </div>
    </div>
    </article>
    <article id=”post-104″ class=”post-104 page type-page status-publish hentry”>
    <header class=”entry-header”>
    <h1 class=”entry-title”>Cart</h1> </header>
    <div class=”entry-content”>
    <div class=”woocommerce”><div class=”woocommerce-notices-wrapper”></div><p class=”cart-empty woocommerce-info”>Your cart is currently empty.</p> <p class=”return-to-shop”>

    Return to shop

    </p>
    </div>
    </div>
    </article> </section>
    </div>
    <div class=”col-lg-3 col-md-3″>

    </div>
    </div>
    <div class=”clear”></div>
    </div>
    </div>

    Thanks, Scott

Viewing 2 replies - 1 through 2 (of 2 total)
  • “Hi,Since you are using our Pro features on your website, you’ll need to open a support ticket at my.elementor.com.

    www.remarpro.com rules state that commercial products are not supported here.”

    Thread Starter scollinguk

    (@scollinguk)

    Hi there,

    I am not using Pro features.

    However I worked out that elementor was creating extra pages and this was causing the multiple carts to show. I deleted the pages that were titled ‘post-104’ and ‘post-106’ and now the cart is only shown once and works correctly.

    Hopefully this will be useful if someone else experiences the same problem.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Elementor causes Woocommerce cart to show three times’ is closed to new replies.