Hi,
I am currently working on my first Ofbiz shop and the question came up how
to access content (for example ContentTypeId "document") that has been setup
within a structure. Here is an example of what I mean:
store
-- website
---- publishing point
------- folder1
--------- document1
--------- document2
------- folder2
--------- document3
--------- document4
Goal:
http://store/publishing point/folder1/document1
What is working right now:
store
-- website
---- publishing point
--------- document1
--------- document2
--------- document3
--------- document4
http://store/publishing point/document1
The question: Is it possible to access (via url) a document that is not a
direct child of the publishing point? If yes, how?
Any help would be great!
Cheers
Ingo