Questions tagged as 'sylius'

0
answers

sylius add product can not find template

I want to place a link to add a product to the cart as indicated by the documentation and I have to use the path 'sylius_shop_partial_cart_add_item' with the parameter 'productId' <a href="{{ path('sylius_shop_partial_cart_add_item', {'pro...
asked by 25.07.2018 / 20:52
1
answer

Problem installing Sylius on the server

I am using Sylius in digitalocean within my droplet and I use this code: composer create-project -s beta sylius/sylius-standard acme You download everything perfect but when you use this: php bin/console sylius:install Show me the er...
asked by 28.06.2017 / 20:53
1
answer

Project symfony on port 8000 works well on port 80 no (Sylius)

I am using the platform Sylius installs and works correctly. What happens is that it works with the symfony server itself on port 8000 with these lines: php bin/console server:start open http://127.0.0.1:8000 Then when I want to work with...
asked by 22.06.2017 / 21:25