Installation: missing table and double branch-tree
Forum rules
Always add your TYPO3, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
Always add your TYPO3, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
Re: Installation: missing table and double branch-tree
I checked the content of the search-page. It shows Catalog list JSON as plugin.Aimeo wrote:
For the suggestions, please have a look at the "Search" page if the catalog suggest plugin is placed there and it doesn't display something like "Invalid value". Then check the catalog filter plugin on your "List" page. Edit the plugin and check if it correctly links to the "Search" page.
Is there anything else not working?
The listpage->catalog filter points to the Page Search as searchfilter and "Counts" for Page with product counts.
That looks ok to me.
In the field for category levels is no entry. I tried a "5", but didn´t find anything when choosing for "demo" on the Page list.
Exists there any tutorial explaining the structur of the shop and where to edit which content or do you rely on self explanation only?
Indeed, there is something not working having to do with realurl: Clicking an article on the Page List, the Page Detail is displayed correctly with an url like this:
http://grabsteinportal.de/grabsteinshop ... t-Auswahl/
But when calling for items of the feature "zuletzt angesehen" under the above url, I´m still getting a fault.
The called url looks like this:
http://grabsteinportal.de/71/?ai[a-name]=Demoartikel&ai[d-product-id]=37&ai[action]=detail&ai[controller]=Catalog
showing the page-id Nr.71 instead of the realurl and coming with the error message, as known:
Page Not Found
Reason: Segment "71" was not a keyword for a postVarSet as expected on page with id=1.
The page is online, so that you might check the address on your own.
Re: Installation: missing table and double branch-tree
What version of the page tree did you've imported now?Tomas wrote: I checked the content of the search-page. It shows Catalog list JSON as plugin.
Please don't use the category settings in your case. They are only there for restricting things. A detailed explanation can be found here:Tomas wrote: In the field for category levels is no entry. I tried a "5", but didn´t find anything when choosing for "demo" on the Page list.
http://aimeos.org/docs/Configuration/Co ... els-always
http://aimeos.org/docs/Configuration/Co ... evels-only
Hell, no! Nothing is self explainingTomas wrote: Exists there any tutorial explaining the structur of the shop and where to edit which content or do you rely on self explanation only?

The documentation contains three artices about the plugins and creating the pages and references manually: http://aimeos.org/docs/TYPO3/Install_Ai ... nual_setup
The last seen entries are session based and are created when you've visited the products. They stay until you delete the TYPO3 frontend cookie.Tomas wrote: But when calling for items of the feature "zuletzt angesehen" under the above url, I´m still getting a fault.
Re: Installation: missing table and double branch-tree
I used the preconfigered version fetch by Extension Manager.aimeos wrote:What version of the page tree did you've imported now?Tomas wrote: I checked the content of the search-page. It shows Catalog list JSON as plugin.
Ah, thanks, good to know!aimeos wrote:
Please don't use the category settings in your case. They are only there for restricting things. A detailed explanation can be found here:
http://aimeos.org/docs/Configuration/Co ... els-always
http://aimeos.org/docs/Configuration/Co ... evels-only
Hell, no! Nothing is self explaining
The documentation contains three artices about the plugins and creating the pages and references manually: http://aimeos.org/docs/TYPO3/Install_Ai ... nual_setup
The last seen entries are session based and are created when you've visited the products. They stay until you delete the TYPO3 frontend cookie.

Re: Installation: missing table and double branch-tree
We've created a page tree file that is tailored to your situation (including the menu specifics of the bootstrap package) and should work out of the box after importing the file:
http://aimeos.org/fileadmin/download/Ai ... ns_2.1.t3d
It creates a non-root page tree that looks like this:
- Your shop
-- Shop
--- <hidden shop pages>
-- My account
-- Users (sysfolder)
-- Terms
You can rename the pages as you like but when rearranging the structure you should be aware that the neccessary TypoScript is all in the "Your shop" page. Thus, moving the e.g. the "My account" page to the same level won't work without moving the TypoScript in "Your shop" to your root page. The "Terms" page is not affected by the TypoScript and can be freely moved.
Also, we've updated the documentation for setting up the pages (the last section is new) that should help you to get a fully working shop: http://aimeos.org/docs/TYPO3/Install_Aimeos/Setup_pages
http://aimeos.org/fileadmin/download/Ai ... ns_2.1.t3d
It creates a non-root page tree that looks like this:
- Your shop
-- Shop
--- <hidden shop pages>
-- My account
-- Users (sysfolder)
-- Terms
You can rename the pages as you like but when rearranging the structure you should be aware that the neccessary TypoScript is all in the "Your shop" page. Thus, moving the e.g. the "My account" page to the same level won't work without moving the TypoScript in "Your shop" to your root page. The "Terms" page is not affected by the TypoScript and can be freely moved.
Also, we've updated the documentation for setting up the pages (the last section is new) that should help you to get a fully working shop: http://aimeos.org/docs/TYPO3/Install_Aimeos/Setup_pages
Re: Installation: missing table and double branch-tree
Thats really great! Thanks a lot! I´ll check it asap and send a feedback.aimeos wrote:
We've created a page tree file that is tailored to your situation (including the menu specifics of the bootstrap package) and should work out of the box after importing the file:
http://aimeos.org/fileadmin/download/Ai ... ns_2.1.t3d
