Has anyone built out a mega-menu in Replo? would love to pick your brains.
Reece White assume you mean something like a header and footer nav? The answer is this CAN technically be done with Sections which is really cool but we DO currently lack some of the quality of life stuff Shopify gives with respect to navigation and cart interactions. We have a feature request here you can upvote: https://feedback.replo.app/p/allow-editing-shopify-headersfooters-using-replo-2 Outside of that, I too am interested what the community has to say here. Like I said I've seen it done, especially for simple stores, so hoping you someone to bounce ideas off of
Thank you Steve, I was hoping to build something like so. Would this be possible via Replo using tabs?
Just not sure how to have the cart, account and search button top right work?
Is there native Shopify code that can trigger those functions? That I can place on click on the images? / buttons
I do think that is technically possible with Tabs, but I'm always a bit skeptical bc doing tabs in Replo does require being very organized with your layers. Especially with nested or more complex tabs setups. Doable tho! I'd also look at the Product Collection component here: https://support.replo.app/articles/1719603447-product-collection As it might be useful for that product row.
As for Cart/Account/Search, agree those are a bit tricky. You can always just use a naked redirect here: https://support.replo.app/articles/1713116416-interactions#redirect-to-7 so to /cart or /account You can also use our Run JS interaction to pop-out an slide-out carts: https://support.replo.app/articles/1751369392-slide-out-carts Last thing is the search, which we don't have an there might be some liquid you can execute but off the top of my head not 100% sure and it might be theme dependent. This doc might have useful insights but it might get complex: https://support.replo.app/articles/1751123957-custom-theme-deployment