-Products
--Category
---Type
----Item
--Category
*same as above*
The thing i wish to do it.
1)
Create a macro for the Buy page that
gathers all the Categories and Types from the Products subnodes (got this
to work)
The listed Types should link to the subpage
of Buy page(subnodes of the current page) adding a Querystring of the
specific type clicked (carrying the nodeName).
2)
On the ProductList page I want to list all
the Items of the Type. Figured ill do this by displaying children of the node
with the nodeName equal to the Querystring.
Also the listed products should link to the
subpage of ProductList page(subnode of the current page) with a Querystring of the specific item
clicked (carrying the nodeName).
3)
Show the item = to the querystring
First off I recon my
"way" of thinking and structuring this could be wrong.
The whole purpose of this is
to list the products and generate links to subnodes and further information,
while keeping the navigation within the current language of the page.
Product catalog seperat from page
I've got an issue that is beyond my skills.
At the moment i have a structure of the homepage as this.
www.whatever.com
-Language 01
--Home
--Buy
---ProductList
----Product
--Sell
-Language 02
*same as above*
-Products
--Category
---Type
----Item
--Category
*same as above*
The thing i wish to do it.
First off I recon my "way" of thinking and structuring this could be wrong.
The whole purpose of this is to list the products and generate links to subnodes and further information, while keeping the navigation within the current language of the page.
The code I’ve been messing with so far
I hope that this gives you an idea of what my intentions and purpose of this is.
I might attack this from a wrong angle.
I apriciate any pointers, links, guides, corrections and flames
My question is basically.
Am Ii approaching this from the right angle?
is working on a reply...