Questions tagged [sylius]

For questions about programming with Sylius, an eCommerce framework on top of Symfony.

Sylius is an Open Source E-Commerce framework for PHP, based on the Symfony framework.

702 questions
-1
votes
1 answer

Composer update to last commit - Sylius example

I installed Sylius with composer using following commands: $ wget http://getcomposer.org/composer.phar $ composer.phar create-project sylius/sylius -s dev $ cd sylius $ app/console sylius:install I made some work on application and found that…
Starspire
  • 272
  • 3
  • 15
-2
votes
1 answer

Sylius Setup with PHP8: How can I setup a new project with the sylius-standard edition using the latest Sylius Core?

I have tried to setup Sylius with the following guide: https://docs.sylius.com/en/latest/getting-started-with-sylius/installation.html and with PHP 8.x. But the following command fails: composer create-project sylius/sylius-standard…
olibur
  • 337
  • 5
  • 13
-2
votes
1 answer

How to use webpack encore with sylius?

Here is my problem, I am trying to create an e-commerce with the sylius framework which itself is based on symfony. In the documentation, it says that the best way to download assets and therefore personalize your store is to use webpack encore. So…
-2
votes
2 answers

Sylius customizing model dose not working

It's my class file Country.php
-2
votes
1 answer

How to override default login redirection route in Sylius

After I login my Sylius app (site login, not admin login), I am redirected to /shop (It is the path to the SyliusShopBundle, defined in my app/config/routing.yml) Is it possible to override the login redirection to be redirected to / (where I have…
wyllyjon
  • 505
  • 1
  • 5
  • 20
-2
votes
1 answer

Newsletter bundle for Sylius (Symfony3)?

I was wondering if there was any newsletter bundle existing to add to a Sylius (Symfony3) app ? I searched on the net, but only found Symfony2 bundles. Thanks for your help !
wyllyjon
  • 505
  • 1
  • 5
  • 20
-3
votes
1 answer

Default variant options on Sylius product show page

I am using Sylius eCommerce framework. I want to preselect product options for provided route parameters. I created a custom route for the product show page. An additional parameter of the route should result in another pre-selection (default value)…
mr_jingles
  • 137
  • 1
  • 9
-3
votes
2 answers

Sylius installation with error

I try to install Sylius but i have an error after projet installed "/vendor/sylius/sylius/src/Sylius/Bund le/AdminBundle/Resources/config/grids/product_from_taxon.yml"
Khalid Ahmada
  • 340
  • 5
  • 14
-3
votes
1 answer

Syius smtp mail

I want to setup smtp mail for Sylius, I set all mail parameters but it doesn't work(verification email and reset-password email not sent).
Saman Mohamadi
  • 4,454
  • 4
  • 38
  • 58
-3
votes
1 answer

How to UPGRADE from sylius-alpha to sylius-beta?

i have a project that is almost done base on Sylius-alpha and now i want to migrate to Sylius-BETA , should i just run composer update or install sylius-beta and rework on sylius-beta again from the first ? what should i do plz ?
-3
votes
1 answer

DB Connection failed Sylius

I'm running MacOS Sierra and I'm trying to install locally Sylius. Although I (finally) managed to get it installed, I'm still facing connection error with the DB. Here is the error I'm getting: Error Do you have any idea of where might this come…
ilrock
  • 573
  • 8
  • 24
-4
votes
1 answer

Sylius instalation

Any ideas? :3 I have got a problem with installing sylius. I installed a lamp and composer. So that should work. Also, I tried to install curl and things like that. Problem 1 - Installation request for jeremykendall/php-domain-parser 3.0.0 ->…
GimpFather
  • 53
  • 4
1 2 3
46
47