Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Shameem R. a11n

    (@shameemreza)

    Hi @mstudioil,

    Could you please try replacing the block with a shortcode on your checkout and cart page? This might resolve the issue you’re facing.

    Add it on the cart page:

    [woocommerce_cart]

    Add it on the checkout page:

    [woocommerce_checkout]

    More info: https://woo.com/document/woocommerce-shortcodes/

    If this makes no difference, it would be best to reach out to the theme’s developers for further assistance. They might override the style and provide better insights.

    Let us know how that goes. Thanks!

    Thread Starter mstudioIL

    (@mstudioil)

    I just checked the cart and checkout pages and show lot of code like this

    <div class="wp-block-woocommerce-checkout alignwide wc-block-checkout is-loading"><!-- wp:woocommerce/checkout-fields-block -->
    <div class="wp-block-woocommerce-checkout-fields-block"><!-- wp:woocommerce/checkout-express-payment-block -->
    <div class="wp-block-woocommerce-checkout-express-payment-block">?</div>
    <!-- /wp:woocommerce/checkout-express-payment-block -->
    

    Why this added? I don’t use blocks, why not using the regular code?

    Plugin Support Shameem R. a11n

    (@shameemreza)

    Hi @mstudioil,

    WooCommerce adds blocks by default, so it might be added when you upgrade from an older version to the latest one. For fresh installs using the latest version, these blocks are used by default.

    I’d suggest you remove everything and add the shortcode I shared in my previous response. Then, check to see if this resolves your issue.

    Looking forward to hearing from you!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Continue shopping link not showing on cart page and no checkbox on the checkout’ is closed to new replies.