-
Line 36 (for loop) doesn't seem correct, the if should probably be a separate statement or make use of `|filter` like Sylius default theme does:
```
{% for address in addresses if default_address …
-
Hello!
I'm Mateusz, Sylius Core Team Member, I'm also responsible for reviewing submitted Sylius plugins. Thank you for the submission though :) I have a few questions/doubts regarding the plugin.
…
-
Being in 2020 and all I do believe it's time to think about removing the dependency on jQuery and definitely Semantic JS in the frontend. I believe this process could be done in an incremental way by …
-
I spend some time to add wkhtmlt o pdf with a builder image and then a copy to php alpine as no wkhtmltopdf package directly available but I still fail
```dockerfile
# the different stages of this…
-
I have an active wallabag 2.5.2 setup and facing some rewrite problems after upgrade to 2.5.4.
Here is my composer setup (without certificate) to recreate; just make sure you create the instance with…
4Syno updated
9 months ago
-
Hello,
It seems that this plugin isn't working with Sylius 1.12.8.
"Next" or "Create new" button don't do anything.
Any known issue ?
Thanks by advance.
-
Hello,
On a fresh Sulius 1.11.7 install :
> $ composer create-project sylius/sylius-standard dev
> $ cd dev
> $ composer update sylius/sylius --with-all-dependencies
> [some settings in confi…
-
Hi there,
I'm wondering if you guys have also the same error when adding a product to cart with customer option (File type) with Sylius >= v1.10
it say a form error : The value is not valid.
I …
-
**Sylius version affected**: 1.9.3
**Description**
I installed a fresh Sylius, created and switched on my custom theme, it's visible in the debug bar, but no changes take effect and the CSS is l…
-
Hello, the bootstrap child theme did not work on sylius 1.12
I followed the documentary https://docs.sylius.com/en/latest/book/themes/bootstrap-theme.html but not working.
I have the default the…