Writing Code for Product Page Navigation

Hello all!

I am new to writing code (actually, I’ve never done it before), but I’ve been using Wix for years, designing my websites. I have a bit of a complex ussye I am unsure to work around.

My website is an online clothing store and to refine my shop page, I created separate pages for each product collection. Each collection has a separate link embedded in the text so if a viewer clicks on a collection titled “Dresses,” they are directed to the page with all the dress listings.

Now in the product page itself, I want to include a navigation that allows the viewer to go back to the collection page without having to press the back button or the home button. Essentially, I want it to be displayed as follows:

HOME | COLLECTION NAME | PRODUCT NAME

Seeing how Wix doesn’t have an option to do this and it has to be different for each product I have listed, how will I go about writing this code?

And to add, if it’s not already implied, the collection name has to change depending on which collection the viewer is searching through. Currently, I have about 9 different collections and about 50 different products.

I recommend using one collection with a field for type (e.g. Dresses). Then you only have to deal with one collection, maintenance is easier, searching is easier, and coding is easier.