sylius
Here are 150 public repositories matching this topic...
-
Updated
Mar 4, 2020 - JavaScript
This is the definition:
bitbag_sylius_cms_plugin_shop_block_render:
path: /block/{code}
methods: [GET]
defaults:
_controller: bitbag_sylius_cms_plugin.controller.block:renderBlockAction
_sylius:
repository:
method: findOneByCode
arguments:
- $codeThe bottom part is ignored:
Steps to reproduce:
git clone [email protected]:Sylius/Sylius-Standard.gitdocker-compose up- wait for it to build

- docker-compose exec php sh
- vendor/bin/ecs
What happens:
you receive the error below:
/srv/sylius # vendor/bin/ecs
Fatal error: Uncaught Type
-
Updated
Jun 4, 2020 - PHP
-
Updated
Jul 11, 2020 - HTML
-
Updated
May 14, 2020 - PHP
Hi!
In your routing you have:
sylius_sitemap_providers:
resource: .
type: sitemapThis causes a problem when we make a mistake in our own routing. If so, it returns always this error:
Exception thrown when handling an exception (Symfony\Component\Config\Exception\LoaderLoadException: Do not add the "sitemap" loader twice in . (which is being imported from "
I would add somewhere in the README that to be able to launch the database commands, you have to modify the .env files in tests/Application with your database credentials.
Also, I had to search in the database if there was any admin users created, and by chance the password is the same as the username, so I would also add in the readme that you can access the admin panel with the username **syl
-
Updated
Jul 7, 2020 - PHP
in vendor/sylius/admin-order-creation-plugin/src/Resources/views/Order/preview.html.twig:31
{{ flags.fromLocaleCode(order.localeCode) }}{{ order.localeCode|locale }}
there is an error when creating an order (on order preview page /admin/orders/new/24/DE_SHOP/preview)
Text of the error: Uncaught PHP Exception Twig\Error\SyntaxError: "Unknown "locale" filter. Did you mean "locale_name", "sylius
The add to wishlist button in the example template supplied at /tests/Application/templates/ShopBundle/Product/Show/_addToCart.html.twig adds the product to the cart instead of the wishlist.
When a user unsubscribes using the link from MailChimp's template, it is not synced with the sylius project (the user still appears as subscribed in the database).
Making it optional
Is it possible to use this great package as Sylius plugin? It would be great to have step by step guide on "How to use eZ Platform with existing Sylius project".
-
Updated
Jan 10, 2019 - PHP
Brand image previews are not rendered unless I load following command in a javascript file:
$(document).previewUploadedImage('#loevgaard_sylius_brand_brand_images');
This can be done in the browser console to test.
I assume that this is a new bug since this bug has been solved before.
If you can confirm this bug I can provide a PR to solve it.
-
Updated
Mar 31, 2020 - PHP
After I installed the plugin, I wasn't aware that the documents are also available as a standalone page, with their own URL.
Only after I saw the routing yaml file, hinted by @loevgaard, I realised that.
Imho, the readme should be improved with a mention regarding the paths.
-
Updated
Jun 12, 2020 - PHP
-
Updated
Feb 7, 2019 - PHP
Hey, the new release is great ! Thanks a lot for the good work.
The data fetcher are so easy to create but filter lack documentation tbh, could you please help a bit about that ? Thanks !
-
Updated
Sep 26, 2019 - PHP
-
Updated
Apr 29, 2020 - PHP
-
Updated
Apr 17, 2020 - PHP
Improve this page
Add a description, image, and links to the sylius topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the sylius topic, visit your repo's landing page and select "manage topics."


Sylius docs version: 1.7
Description
I've installed a fresh sylius app v1.7. Just after, I tried to follow this documentation concerning PlatformSH :
https://docs.sylius.com/en/latest/cookbook/deployment/platform-sh.html
The error happen during the build hook, when it
yarn install. It give me :