-
### Prerequisites
- [X] I have carried out troubleshooting steps and I believe I have found a bug.
- [X] I have searched for similar bugs in both open and closed issues and cannot find a duplicate.
…
-
## Problem
Since saleor core and the storefront is heavily focused on next.js and providing fast performance storefronts, I suggest adding `base64` placeholder generation for the [`next/image` …
-
## Problem
All Saleor entities are driven by graphQL, so a "build time" configuration must be performed in the runtime - and also can be broken (be deleting/updating).
There are some cases of me…
-
Develop the create sales invoice endpoint as described here
https://thepos.stoplight.io/docs/thepos/b3A6MjMwNDAyNzk-post-sales-invoice
-
I have a model named Products and I use in frontend. I have a serious performance problem when extend from NgRestModel.
When I extend from NgRestModel
![image](https://user-images.githubusercontent…
-
## Problem
During the checkout, we don't lock it which means that checkout.total could change in the meantime. Processing the payment via transaction API is a separate mutation from finalizing the ch…
-
## Problem
While graphQL solves problems with strict contracts between Saleors and their clients, not everything can be achieved with graphQL
There are several cases where API contract is fragil…
-
### Prerequisites
- [X] I understand and accept the project's [code of conduct](https://github.com/PrestaShop/PrestaShop/blob/develop/CODE_OF_CONDUCT.md).
- [X] I have already [searched in existing i…
-
Code from readme fails in Odoo v10 (Rails 4 or 5 and Ruby 2.3.1) with Ooor master branch:
```
so = SaleOrder.new
so.on_change('onchange_partner_id', :partner_id, 1, 1, false)
```
This fails…
-
### What are you trying to achieve?
Install Saleor using the documentation here https://docs.saleor.io/docs/3.x/setup/docker-compose
The first hurdle is that "docker compose build" throws a vers…