Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,10 @@ In simple e-commerce applications, the URLs can be configured as follows:

* *category/{Category/Code}/product/{Product/Name}* - the URL for a page that shows a product and a category (in a browser, the URL will look like `http://example.mendixcloud.com/p/category/tools/product/hammer` where `tools` is used to retrieve the `Category` by its `Code`, and `hammer` is used to retrieve the `Product` by its `Name`)

{{% alert color="warning" %}}
We don't recommend configuring page URLs for pages that are displayed as a pop-up. Navigating to such a URL will result in layout issues with the pop-up being opened with no other page behind it.
{{%/alert %}}

### Common Section {#common}

{{% snippet file="/static/_includes/refguide/common-section-link.md" %}}
Expand Down