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
3
votes
2 answers

Sylius-Standard admin panel : no css/js

I've installed the latest Sylius-Standard (based on Sylius 1.0@dev) and followed the quick tutorial. Everything is working fine except the admin panel, where CSS and JS return 500 when accessed in dev mode (via app_dev.php). I can see that they are…
tchap
  • 3,412
  • 3
  • 29
  • 46
3
votes
1 answer

Using Omnipay gateway in Sylius with Payum + OmnipayBridge

I have implemented an Omnipay gateway that I now would like to use in Sylius which uses payum 1.3, payum-bundle 1.0, and omnipay-bridge 1.0. I have configured the gateway (it's a redirecting one that shows a separate payment page and, once payment…
vesse
  • 4,871
  • 26
  • 35
3
votes
1 answer

Sylius: Creating Product Combo, Promotional Package

I am new to Sylius, but have gone through all the documentation and it is a really nice, clean and elegant design (from a developers perspective). One of the requirements of the project is to be able to sell products in combo/packages. Say I have…
Ermal
  • 31
  • 4
3
votes
3 answers

Symfony Translation Doesn't Work In Production

I have a symfony (2.8) app (Sylius actually) and I'm overriding some parts of the translation from SyliusUserBundle in app/Resources/translations/messages.en.yml (namely, the translation key is sylius.customer.email.unique) It works like charm on…
Attila Fulop
  • 6,861
  • 2
  • 44
  • 50
3
votes
1 answer

Symfony 2 - sylius - doctrine is not available

I have big problem after composer update, Acctualy I am working with sylius e-commerce on symfony2 (2.8.3). And few moments ago I did composer update and my symfony version updated to 2.8.4-dev from 2.8.3 and my sylius e-commerce project is not…
user6067265
3
votes
1 answer

How to implement Sylius OrderBundle in an existing Symfony2 application

I need to implement syliusOrderBundle in my symfony2 apps, i have read the docs over and over again from their official site http://docs.sylius.org/en/latest/bundles/SyliusOrderBundle/installation.html i have ended up installing and enabled the…
Akoh Victor Gutz
  • 620
  • 7
  • 25
3
votes
0 answers

Symfony ArrayCollection of Entity Objects stored Session

I have this form which returns ArrayCollection $builder ->add('secondSubcategory', 'entity', array( 'required' => false, 'class' => 'AppBundle\Entity\SecondSubcategory', 'choice_label' =>…
andreop
  • 51
  • 7
3
votes
1 answer

Sylius: adding resource with translateable content

I am building an app based on Sylius standard edition. With the ResourceBundle i handled to integrate my own entities and the corresponding relations. This new resources should be related later to the products entity, but first i want to get it…
BNE
  • 55
  • 7
3
votes
2 answers

Sylius : How to filter products by attributes in Sylius?

Someone can tell me how to filter products by attributes in Sylius. For example I have an attribute color. And I want to get all product they are white. Thank you
binbin
  • 131
  • 1
  • 11
3
votes
1 answer

replace the authentication layer and user entity in sylius

I have created a symfony2 project and custom Authentication Provider (http://symfony.com/doc/current/cookbook/security/custom_authentication_provider.html) is used. my new task is to create an E-commerce application in sylius which should work…
Rajeev J S
  • 31
  • 3
3
votes
3 answers

Cannot load custom bundle in Sylius?

I want to create my own bundles in Sylius. I created in the directory src and named App like that src Sylius ....... App Bundle ShopBundle AppShopBundle.php In this file, I wrote very…
binbin
  • 131
  • 1
  • 11
3
votes
2 answers

Sylius Product Bundle configuration

I'm trying to integrate Sylius Product Bundle into my existing Symfony project. It already has doctrine configured. This is the error I am getting: [Symfony\Component\Config\Definition\Exception\InvalidConfigurationException] The child node…
softie
  • 237
  • 1
  • 2
  • 17
3
votes
1 answer

Sylius Not Remembering Cart After Adding an Item

I'm using the Sylius Cart and Order Bundles and trying to add an item to the cart and show a summary of the items in the cart. The problem I'm having is Symfony/Sylius forgets that it has made a cart and added items to it. If I click a link going…
Kogenta
  • 61
  • 4
3
votes
2 answers

Sylius installation doesn't work

I have a problem with the installation of Sylius. PHP Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 32 bytes) in…
MeTaLiKiD
  • 395
  • 3
  • 11
3
votes
1 answer

Symfony 2/Sylius - Bundle loaded in AppKernel but can't load resource

I've generated a bundle (@ShopfishApiBundle) using generate:bundle like I have many times. It has automatically registered the bundle in theAppKernel and it added the loading of the bundle's routing.yml to the app/Resource/config/routing.yml as…
Mirage
  • 992
  • 1
  • 7
  • 26