flyingL123

Results 17 issues of flyingL123

The [comments in the code here](https://github.com/helpers/handlebars-helpers/blob/master/lib/array.js#L249) say that `itemAt` is a block helper. Is this right? The example given is not using it as a block helper.

Have you considered improving the experience of swiping to navigate between images? Currently the image doesn’t change until after the swipe motion is complete. In other libraries I have seen...

Is there any way to access the shipping addresses on the order from the confirmation page with the SDK? After calling `service.loadOrder(orderId)`, then `state.data.getOrder()` I do not see any part...

enhancement

Is there any way to access to cart status messages within the sdk? I'm referring to the messages that you can access in stencil via handlebars `{{ cart.status_messages }}`. These...

enhancement

In our checkout we offer PayPal and AmazonPay as "Express Checkout" options: ![image](https://user-images.githubusercontent.com/2486712/100828800-f136b880-342d-11eb-8b06-08c66818cacf.png) These buttons are created using the `createCheckoutButtonInitializer` from the sdk. We would also like to offer an...

integrations

In my checkout I had been manually calling `executeSpamCheck` when they payment step was loaded. It's nice to be in control of when this method is called. For example, I...

bug

If an order does not require payment, for example if a customer can pay for their entire order with store credit, a billing address should not be required to successfully...

investigate

If you are developing a custom checkout locally with stencil, your store is likely running on `localhost:3000` or something similar. However, when you access the `state.data.getConfig().links` object, all of the...

The promise returned by the [signOutCustomer method](https://github.com/bigcommerce/checkout-sdk-js/blob/master/docs/classes/checkoutservice.md#signoutcustomer) is supposed to resolve to the current state. When `signOutCustomer()` is called without options, it resolves correctly. However, if it's called for Amazon...

I'm using a fresh installation of Foundation for Email, and have the following test set up: Thanks for your order! I expected the logo and the title to be vertically...