#
api-ecommerce
Here are 3 public repositories matching this topic...
An ecommerce API made on top of Phoenix and Elixir to be used in web/mobile applications
-
Updated
May 20, 2021 - Elixir
ecommerce website with API (https://fakestoreapi.com/)
-
Updated
May 3, 2021 - HTML
Improve this page
Add a description, image, and links to the api-ecommerce topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the api-ecommerce topic, visit your repo's landing page and select "manage topics."
Sylius version affected: 1.12
Description
Disabling Sylius shop lead to a missing route in the admin bundle. This is due to this line: https://github.com/Sylius/Sylius/blob/1.12/src/Sylius/Bundle/AdminBundle/Resources/views/Layout/_channelLinks.html.twig#L9
Steps to reproduce
If you remove the Sylius shop routing, there's an error because of the missing route.
**Possible