Guy Marriott

Results 38 issues of Guy Marriott

It would be useful to be able to display the countries that a product can ship to on a product page, before the checkout and even before adding an item...

enhancement

The advice for Commerce.js advocates that websites take advantage of static rendering to ensure that product display pages are fast and lightweight to render, as well as getting other benefits...

enhancement

It would be nice if we could have immediate cart state when a page renders by using browser local storage to save cart state. We could also apply a "stale...

enhancement

The API paginates products to 25 items per page by default. We should improve the documentation around pagination (maybe only for `commerce.products.list`) so that it's clearer what to do when...

enhancement
docs

Right now you can't actually customise specific request attributes for individual calls using the SDK. This is especially relevant for the `Chec-Version` header as you can't actually specify a specific...

enhancement

In many cases, we can probably know what version of the API is supported by the version of Commerce.js. Right now, as the API changes we can only recommend that...

enhancement

Sometimes we know before we even make a request that there'll be a 422 response. For instance, if you ask for subdivisions without providing a country, you will always get...

enhancement

Right now you will have to create a commerce instance for every merchant, but it would be nice to have this configurable somehow.

enhancement

![CleanShot 2021-01-27 at 16 10 37](https://user-images.githubusercontent.com/3260989/106072240-ad260400-60bc-11eb-82f7-a67c3d986dfd.gif) I think that this isn't as much of problem when using `@chec/react-commercejs-hooks` as the cart uses `swr` to allow the cart to persist on...

bug