Hi all - Quick front end question. I am looking to make a custom landing page and link to it from my navigation, but my navigation uses commerce categories… Does anyone know how to set up a link in a navigation dropdown that will send you to a custom page instead of a commerce category?
s
Steve Goldberg
07/20/2020, 1:36 PM
Use the site's configuration record
Steve Goldberg
07/20/2020, 1:37 PM
Setup > SuiteCommerce Advanced > Configuration > [Your site and domain] > Navigation
m
Mandy Grzymala
07/20/2020, 1:58 PM
Right - But I’m thinking how to add it in a drop down in the navigation when right now our navigation is commerce category parent/child structure - i basically want to mix commerce categories and a link to a landing page in a drop down. Is that possible?
s
Steve Goldberg
07/20/2020, 2:13 PM
You want a manually added link to appear amongst a list of automatically generated ones? Not sure that's possible with configuration alone. You'd likely need to write some JS that physically cuts the element from its current location and puts it where you want.