-
Hello,
My database has a 400k products, our target is 2mln, 3k taxons.
Every product have a minimum 2 attributes, so product_attributes table have a huge size.
If I try run taxon page then I have…
-
_This proposal come from real experience. We are actually migrating a quite big ecommerce store to Sylius. We will probably do all this work on our side before anything will be decided or done in core…
-
Actually this plugin set the "refunded" state on an order.
Refunded is something related to payment. An order can still be completed or whatever while it's payment is refunded.
Moreover Sylius a…
-
The expected order in `product/product_list_latest_2_response` is `LOGAN_HAT_CODE`, `LOGAN_MUG_CODE`. The order in the database should be equal to the fixtures; smallest id is `LOGAN_MUG_CODE` and lar…
-
Hi, i tried to customise pdf template like other bundle but nothing change : /
my path is Templates/SyliusInvoicingPlugin/Invoice/Download/ ..
edit : the path is actually : Templates/bundles/Sy…
itwhy updated
5 years ago
-
Sometimes a customer calls the ecommerce administrator, and for multiple reasons you have to set the password from the administration panel. (the client has forgotten the password, you have had to c…
-
Hello,
Invoicing plugin has billing_data to store some information of the buyer. Why don't we do the same here in credit memo ?
As it, plugin won't be used without being extended by companies as…
-
Composer 2.0 is incompatible with all currently available packages that require a plugin. That's by design of course, but the unresolvable conflict spreads pretty quickly across dependency chains and …
-
When I see references to a workflow system, I think of a State Machine or PHP libraries like https://github.com/winzou/state-machine and https://github.com/symfony/workflow. However it seems based on…
-
Hi there,
after fresh Sylius 1.4.0 installation (Symfony 4.2.3) I can not edit the channel anymore:
> Neither the property "billingData" nor one of the methods "getBillingData()", "billingData()"…