Questions tagged [sylius]

Sylius is a open sourced PHP ecommerce solution based on Symfony and developed by community and the Lakion company.

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

665 questions
3
votes
2 answers

Class does not implement "Symfony\Component\Form\FormTypeInterface" in Sylius

We are trying to extend from CustomerProfileType and we are getting error like: { "code": 500, "message": "Could not load type "abc\Form\Extension\AdminApi\CustomerProfileTypeExtension": class does not implement…
stefun
  • 893
  • 1
  • 20
  • 49
3
votes
0 answers

Q: How to add a custom form field to the checkout?

I've been trying to add a custom form field to the checkout step of the delivery method, where the customer can pick a date for delivery. I've added the delivery_date value to Shipment, it shows up in dump logs and mysql. I wrote a…
Niiv
  • 31
  • 1
3
votes
9 answers

Composer: PHP Fatal error: Out of memory || Setting memory_limit doesn't work

When I'm trying to install a new bundle with composer, I'm always running into this problem: PHP Fatal error: Out of memory (allocated 1690828800) (tried to allocate 268435456 bytes) in…
Lukas
  • 49
  • 1
  • 2
  • 8
3
votes
1 answer

Sylius/Payum/Stripe config error "boolean sandbox option must be set"

I have successfully set up the Stripe gateway, however when I try to submit the payment as a user, I get the error, "The boolean sandbox option must be set." I do not get this error with PayPal, only with Stripe. Here are my relevant config.yml…
rooter
  • 198
  • 3
  • 11
3
votes
1 answer

how to customize Sylius in order to sell free products (by default the min. price is 0.01)

I've got to make a shop based on sylius able to sell free products. In order to do so, I've followed the doc "Customizing Validation" and made thoses modifications :…
Bruno
  • 885
  • 10
  • 27
3
votes
1 answer

Sylius: Overwrite BackendMenuBuilder

I start developing a project based on Sylius and after install process I want to customize Backend Dashboard. As Sylius works with services, I found that BackendMenuBuilder is a service called "sylius.menu_builder.backend". With this in mind and…
3
votes
0 answers

Sylius - Taxon not Showing Products Assigned to it

I'm having some trouble getting products to show under the taxon they are assigned to. I've assigned multiple products to a top-level taxon. I've double-checked to make sure that this setting saved, and they're definitely associated. If I click on…
carbide20
  • 1,605
  • 4
  • 24
  • 46
3
votes
2 answers

what differ Sylius/Sylius and Sylius/Sylius-Standard?

What are Sylius/Sylius-Standard and Sylius/Sylius projects? Installation guide leads to Sylius/Sylius-Standard and http://demo.sylius.org/ shows Sylius/Sylius-Standard. So what is Sylius/Sylius?
Sruj
  • 1,047
  • 2
  • 17
  • 31
3
votes
3 answers

Sylius add to cart via CartItemController gives 0,00 total

We are currently developing an ERP-based webshop with Sylius. One of the features is that a customer can select multiple sizes and quantities and add them to their cart in one action. Normally Sylius would work with a request-based ItemResolver for…
spyral
  • 93
  • 4
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,334
  • 2
  • 24
  • 43
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,126
  • 22
  • 32
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 Mino
  • 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,055
  • 2
  • 39
  • 45
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
  • 540
  • 6
  • 20
1 2
3
44 45