我已经实现了 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
我想添加一个项目而不重定向网页。
抱歉,如果太基本了,但我 4 天前才开始使用 symfony。