SureCart: How to Bring Back the Tabbed Dashboard Block

แชร์
ฝัง
  • เผยแพร่เมื่อ 15 พ.ย. 2023
  • SureCart recently REMOVED the tabbed dashboard block. They cite the reason being that too many people were confused about how to use it properly. Well... I liked it. So here's how to bring it back!
    Not yet a SureCart user? Check it out! I love it. Works great with Thrive Apprentice, SureMembers, and the rest of my recommended stack.
    Get SureCart (+Bonus🎁) 👉bit.ly/3ZA8AJn
    ---------------------------------------------------------------------------------------------------------
    ****CODE FROM VIDEO****
    (See Documentation: surecart.com/docs/overview-cu...)
    add_filter(
    'block_type_metadata',
    function( $metadata ) {
    if ( 'surecart/customer-dashboard' == $metadata['name'] ) {
    $metadata['supports']['inserter'] = true;
    }
    return $metadata;
    }
    );
    ---------------------------------------------------------------------------------------------------------
    Looking for additional tech stack help? Check out my community and membership (and courses).
    Join the Convology Community 👉 bit.ly/45dwf3d
    Join Convology Pro (All-Access Pass) 👉 bit.ly/3F1nUVG
    ---------------------------------------------------------------------------------------------------------
    Links are affiliate links which means I will be compensated should you choose to purchase the product after clicking on my link. This costs you nothing but helps to support the channel. You also get really cool stuff that I highly recommend!
    ---------------------------------------------------------------------------------------------------------

ความคิดเห็น • 8

  • @cryptofluencyio
    @cryptofluencyio 3 หลายเดือนก่อน

    Doug, I have gotten so much out of your videos including this one, thanks so much for taking the time to help us all out.

  • @LaRosaMJohnson
    @LaRosaMJohnson 8 หลายเดือนก่อน

    I didn’t even realize this was gone, but thanks for the GREAT tip on how to add it back! And I love the Code Snippets plugin, it’s such an underrated tool.

    • @Convology
      @Convology  8 หลายเดือนก่อน

      If you ever added it to your site it's still there but the block will be gone so you can't make a new one and in any new sites it won't be there. Personally, I really like the way it looks!

  • @jorgedelosreyes
    @jorgedelosreyes 7 หลายเดือนก่อน

    Thank you for this tutorial Doug! I have followed all the steps but I have this question: it is normal that the page needs to do a quick refresh every time you change from one tab to another on the tabbed customer panel? Is there a way to avoid this? 😊

    • @Convology
      @Convology  7 หลายเดือนก่อน +1

      That's normal. I don't know of any way to stop it from doing that.

    • @jorgedelosreyes
      @jorgedelosreyes 7 หลายเดือนก่อน

      @@Convologythank you! ♥️

  • @davidnickson5043
    @davidnickson5043 6 หลายเดือนก่อน

    Sorry for the comments, but how do I remove the title off the page, it is rendering in for me. Thanks

    • @Convology
      @Convology  6 หลายเดือนก่อน

      This depends on your theme. Most themes have the option to disable the title of a page at the page level, or turn it off at the site level.