How to integrate the shop structure into the template? And how to combine webstructure and shop structure?
How-to-create:
Commerce-Templates Create commerce-folder or get folder_id In RedSYS path: module -> commerce -> Katalog If its created (or if it was created already), get the folder_id: You can see the folder_id, if you are mouse-over on the folder. Then it appears a Link below with the folder_id. Otherwise you can get the folder_id from the database. Create webstructure e.g Produkte or Shop-folder Module -> Webstruktur -> Root Create product startingpage If the folder in the webstructure is already created, you have to create a page for product list e.g. product_view.php Folderinformations for shop folder By clicking on file information button, opening in pop-up menu: Metatags -> COMMUNITYSETUP: eshop Metatags -> ALTERNATIV: phpbean:de.commerce.foldermanager{1422,product_view.php} 1422 is the folder_id (in point 1 is the discription how to get the folder_id) product_view.php is the landingpage, if someone clicks on a shop menupoint. Integrate sitemenu in template You have to insert the <sitemenu>-Tag in the Template on the correct place to make the navigation dynamic. Example: If the webstructure looks like this: Root (ebene 0) de (ebene 1) Produkte (ebene 2) Then the following sitemenu has to be created in template: