SureCart: How to Bring Back the Tabbed Dashboard Block

Поділитися
Вставка
  • Опубліковано 11 жов 2024
  • 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🎁) 👉www.convology....
    ---------------------------------------------------------------------------------------------------------
    ****CODE FROM VIDEO****
    (See Documentation: surecart.com/d...)
    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!
    ---------------------------------------------------------------------------------------------------------

КОМЕНТАРІ • 9

  • @cryptofluencyio
    @cryptofluencyio 6 місяців тому +1

    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 10 місяців тому

    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  10 місяців тому

      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!

  • @karanbhaskar1873
    @karanbhaskar1873 Місяць тому

    Thanks, It helped me too

  • @jorgedelosreyes
    @jorgedelosreyes 10 місяців тому

    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  10 місяців тому +1

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

    • @jorgedelosreyes
      @jorgedelosreyes 10 місяців тому

      @@Convologythank you! ♥️

  • @davidnickson5043
    @davidnickson5043 8 місяців тому

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

    • @Convology
      @Convology  8 місяців тому

      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.