The Wayback Machine - https://web.archive.org/web/20200715040619/https://github.com/topics/sylius
Skip to content
#

sylius

Here are 150 public repositories matching this topic...

Sylius
jacquesbh
jacquesbh commented May 8, 2019

Hi!

In your routing you have:

sylius_sitemap_providers:
    resource: .
    type: sitemap

This 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 "
chougron
chougron commented Oct 1, 2018

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

artyom-wcd
artyom-wcd commented Apr 29, 2020

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

bindermuehle
bindermuehle commented Jan 6, 2020

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.

Improve this page

Add a description, image, and links to the sylius topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the sylius topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.