Redirect Links
Buttons, menus, and category entries all may need a link. The most important rule: confirm the target page actually exists before putting the link into a module.
The flowâ
Set the Target in a moduleâ
Open the page designer and select a button, menu, or module. In the right-hand properties panel, find Target, choose Custom, then enter the path.
For example, to go to the OEM page:
/oem

How to enter a page linkâ
A page link must match a real route. If you've created /oem, enter in the menu:
/oem
Don't guess links. Check existing page addresses in the Routes list.

How to enter a category linkâ
Don't hand-guess category links. On the front-end product page, click the specific category and copy the path from the browser address bar.
Example:
/products?category=wireless-earphones
Back in the designer, paste that path into the module or menu Target.


Troubleshooting 404sâ
If a click shows a 404, first check the link for typos.
A common mistake:
/product
The correct product list page is usually:
/products
One missing s is a completely different page.
