checkout-js
checkout-js copied to clipboard
Optimized One-Page Checkout
The taxes_text field is not customizable by the lang.json files. My shop is written in German and I want to change the taxes field from "Tax" to "Davon Steuern". So...
Can anyone pls explain, why we need Unix based console for building the app?
The webpack is not watching and re-compiling the file changes after it has been initialized and hence requires us to hit the command `npm run dev` every time any changes...
I am testing my store and custom checkout locally. When checking out I can't proceed past the Shipping step. In network I see an error: 405 Method Not Allowed For...
In the `customers.mock.ts` file, there's a line item for the id/name of the Customer's group membership: https://github.com/bigcommerce/checkout-js/blob/13c66c5ea52b85ad597cf91f85525a496ae4093a/src/app/customer/customers.mock.ts#L41-L44 Since it's not already implemented in the project, what's the best way to...
There's an issue with the `customer.customerGroup` data being stale as returned by `checkoutState.data.getCustomer()`. To reproduce the error: 1. [back-office] ensure setting for "guest" customers is "-- No Group --" 2....
Seeing the issue [here](https://github.com/bigcommerce/checkout-js/blob/7e5c73d233b7a6c2d7976c284d5a22b64895b475/src/app/shipping/Shipping.tsx#L184-L190) This code looks the same in the current github library as it does in ours. Here’s what we are encountering in a nutshell: Before the code...
### Expected behavior 'Subscribe to newsletter' checkbox should stay checked throughout filling in checkout fields. ### Actual behavior 'Subscribe to newsletter' checkbox becomes unchecked when moving to the next section...
I download the checkout-js, did some changes, build it and then hosted the dist files under webdav/content/checkout folder, then update the checkout settings on backend. After those steps, the custom...
Not really an issue, but I strongly feel the Order Comments box should be a textarea element, as opposed to the input it currently is. This would be a much...