marello icon indicating copy to clipboard operation
marello copied to clipboard

Marello

Results 18 marello issues
Sort by recently updated
recently updated
newest added

For some reason it's very useful to allow extending dataBlocks in twig templates. For instance prepend to [this set](https://github.com/marellocommerce/marello/blob/1a6e4842329a1d135e43cd5092e0a40660ddb3fd/src/Marello/Bundle/ProductBundle/Resources/views/Product/view.html.twig#L234) {% set data = { 'dataBlocks': dataBlocks, } %} this code...

It's not possible to override templates if you use twig paths with colons. This is deprecated ([Symfony Doc](https://symfony.com/doc/3.4/templating/namespaced_paths.html)). In the past, Symfony used a different syntax to refer to templates....

can't support magento2 Configurable products?

H, creating packing slip require weight of product. If weight is not set creating packing slip fails. Solution is to change requireness of weight information in packing slip or product...

Silence is golden.... So do not expose any data from the ajax call.

There are various parts of the API that return the same error: ```json { "errors": [ { "status": "400", "title": "filter constraint", "detail": "The filter is not supported.", "source": {...

question

Hi, make Customer extendable to configure and extend with entity management. thanks

This PR prevents duplication of item in the order creation process. If an order has multiple times the same SKU, it will lead to an error on packing slip generation,...

Actually, with the default Workflow (WF), it is not possible to cancel an order after `pick and pack` transition. If, for specific needs, you declare the `cancel_action` available on other...