[TYPO3-shop] Is it possible to make a product-tree shop via TYPO3 page-tree functional?
etude at list.ru
etude at list.ru
Sat Nov 17 15:18:31 CET 2012
> Le 08. 11. 12 16:32, etude at list.ru a йcrit :
>
> > I've tried "mbi_products_categories". It didn't work out of box, and I didn't find working examples on internet.
> > So here I'm talking about "tt_products" extension only.
> > My TS code is working, at least it can display a catalog of products ( pid_list.data=page:uid )
> > But I cannot see what's wrong with the MiniBasket module.
> > When I set the quantity and click the button "Add to Basket", the page updates, but the quantity in MiniBasket is not.
> > The MiniBasket updates only on next click on DIFFERENT page in a menu.
> >
>
> You must change the order when the mini basket is executed. The minibasket must be executed as the last and not as the first tt_products plugin.
> So change the order of the plugins in TypoScript.
>
> -Franz
> _______________________________________________
> TYPO3-project-tt-products mailing list
> TYPO3-project-tt-products at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-project-tt-products
Hello, Franz. Thank you for your invaluable input in great extension!
I've changed the order of plugins.
plugin.tt_products = USER
plugin.tt_products {
....
}
plugin.tt_products_basket = USER
plugin.tt_products_basket {
........
}
........
page.20 < plugin.tt_products
page.30 < plugin.tt_products_basket
Nothing has changed.
I've did one more fresh installation of TYPO3 on localhost.
The versions are:
Apache 2.2.22
PHP 5.3.13
MySQL 5.5.24
TYPO3 4.7.6
Extension div2007 - v0.10.1
Extension table - v.0.1.37
Extension tt_products - v2.7.4
And still there is exactly the same way of updating MiniBasket.
Just one correction - the MiniBasket updates after ANY CLICK on link in
the main tree, doesn't matter what page it was. It can be click on THE
SAME page. Updating page via 'F5', 'Ctrl-F5' and pressing 'Enter' doesn't
change the MiniBasket state.
Alexander.
More information about the TYPO3-project-tt-products
mailing list