View all button redirect to Product Grid

Topic summary

A user created a custom product carousel on their Shopify collection page but the “View All” button currently redirects nowhere. They want it to link to the product grid showing all items from that collection.

Current Issue:

  • The button lacks a proper redirect URL
  • An image shows the button is present but non-functional on the wall-art collection page

Proposed Solution:

  • One responder identified the button’s current link structure in the theme code (shown via screenshot)
  • Suggested replacing the existing link with the desired collection page URL
  • Demonstrated the process: locate the button element in code → replace href value with target page URL → verify redirect works
  • Example provided shows updating the link to redirect to the all-collections page

Status: The discussion remains open as the original poster hasn’t confirmed which specific page they want to redirect to or implemented the suggested fix.

Summarized with AI on November 2. AI used: claude-sonnet-4-5-20250929.

Hello, on my collection page I coded a product carousel.

currently this View All button redirects to nothing, but I want it to redirect to the product grid (on another page) of this collection. How could I achieve this?

URL: https://interiorglows.com/collections/wall-art

Additionally if possible

Hey @TrendBlend ,

Can you please share the URL of the other page on which it should be redirected after the ‘View All’ button is clicked?

Regards,

Abhishek from Swym

Hi @TrendBlend

Could you please go to your theme setting then click on that feature directly from the theme and share with us the screenshot here?

We found this link from the “view all” button:

Looking forward to hearing from you soon. Thank you!

Best,
Daisy - Avada Support Team.

Replace your view all button link with the page link on which page you want to move on click like

in this screenshot i replace the link with your all collection link now it moves to this page:

if you want to move on specific page which is not available currently first make it and replace the current view all button link with the new one.