Page 3 of 3

Re: Installation: missing table and double branch-tree

Posted: 13 Mar 2015, 11:37
by Tomas
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?
I checked the content of the search-page. It shows Catalog list JSON as plugin.
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

Posted: 13 Mar 2015, 12:24
by aimeos
Tomas wrote: I checked the content of the search-page. It shows Catalog list JSON as plugin.
What version of the page tree did you've imported now?
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.
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
Tomas 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?
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
Tomas wrote: But when calling for items of the feature "zuletzt angesehen" under the above url, I´m still getting a fault.
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

Posted: 13 Mar 2015, 14:03
by Tomas
aimeos wrote:
Tomas wrote: I checked the content of the search-page. It shows Catalog list JSON as plugin.
What version of the page tree did you've imported now?
I used the preconfigered version fetch by Extension Manager.
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.
Ah, thanks, good to know! :)

Re: Installation: missing table and double branch-tree

Posted: 14 Mar 2015, 17:46
by aimeos
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

Re: Installation: missing table and double branch-tree

Posted: 15 Mar 2015, 09:21
by Tomas
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
Thats really great! Thanks a lot! I´ll check it asap and send a feedback. :D