私はすでに SyliusCartBundle の基本を実装しています ( http://docs.sylius.org/en/latest/bundles/SyliusCartBundle/installation.html )
しかし、問題はカートにアイテムを追加する方法です。私が知っている唯一の方法は
<a href="{{ path('sylius_cart_item_add', {'productId': product.id}) }}">Add product to cart</a>
http://docs.sylius.org/en/latest/bundles/SyliusCartBundle/actions.htmlによると
Webページをリダイレクトせずにアイテムを追加したい。
基本的すぎる場合は申し訳ありませんが、私は symfony を 4 日前に始めたばかりです。