swell-js icon indicating copy to clipboard operation
swell-js copied to clipboard

JS library for building storefronts and checkouts with Swell ecommerce.

Results 41 swell-js issues
Sort by recently updated
recently updated
newest added

I am currently integrating the SDK in a React Native app written mainly with TypeScript. So far Swell JS SDK works well, there are only two blocking issues: 1) Buffer...

enhancement

This library is a bit enormous. The worst offender is lodash. It could be remedied by referring to this repo https://github.com/you-dont-need/You-Dont-Need-Lodash-Underscore.

enhancement
performance

The error will look like this:   ![image](https://user-images.githubusercontent.com/56135641/76233616-85764500-6239-11ea-9dd5-a3fa0c01ad9e.png)

Could you please transpile the esm module without `require` so we can use swell-client with Vite for example? `try{var t=n&&n.require&&n.require("util").types`

enhancement

3.17.7 contains fix for isomorphic fetch, can you release it on npm ? Also, where is the development branch ? I only see stale branches

Could you please have a look at this? https://community.swell.is/discussion/656/cannot-create-a-cart-anymore

bug

Hi. Any update on this? https://community.swell.is/discussion/577/shipping-services-problem Running `PUT /settings/shipments?currency=XYZ` does the trick, but that cannot be the end solution, right?

bug

Hi, I have a product with a subscription pricing od 140 euro. I added a 14-day trial period. Now I created a promotion too, which discounts 60 euro off the...

Hi, I have created a product with a 1 day trial. I set up my custom FE so that even if the capture amount is 0, I still ask for...

Fixed getting `zip_check` after creating a payment method in `stripe`. Added `Stripe` types to function arguments and return values. It was investigated that we should not fix the behavior in...