• I am creating a new product page, with url “website/products” (just an example).
    In this PRODUCT PAGE, I have several products and I would like to have it set in the following way:
    -if I click on the product A, the url becomes “website/products/producta”, but uses the same template as PRODUCT PAGE to display it.
    -if I click on the product B, the url becomes “website/products/productb”, but uses the same template as PRODUCT PAGE to display it.
    -and so on

    Is it possible? If so, how can I do it?

  • The topic ‘How to set a Hierarchy’ is closed to new replies.