Hi all - Quick front end question. I am looking to...
# suitecommerce
m
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
Use the site's configuration record
Setup > SuiteCommerce Advanced > Configuration > [Your site and domain] > Navigation
m
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
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.
👍 1