You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am working on a showcase website, where I would like to display certain products (Not e-commerce, I know cartridge exists).
I have a Product model that inherits Displayable, I also have CategotyPage that inherits Page.
Now I want my product URL to be something like https://www.mywebsite.com/category/sub-category/sub-sub-category/product instead of https://www.mywebsite.com/product.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I am working on a showcase website, where I would like to display certain products (Not e-commerce, I know cartridge exists).
I have a
Productmodel that inheritsDisplayable, I also haveCategotyPagethat inheritsPage.Now I want my product URL to be something like
https://www.mywebsite.com/category/sub-category/sub-sub-category/productinstead ofhttps://www.mywebsite.com/product.It may be stupid, but how do I do that.
Beta Was this translation helpful? Give feedback.
All reactions