Luis Sanchez

Results 40 comments of Luis Sanchez

Our current Optimized One-Page Checkout uses Checkout SDK internally. We support SagePay and we haven't experienced this issue. What we have done for SagePay is, we have added a `beforeunload`...

Once the customer pays using SagePay, we expect the customer to get redirected back to the checkout page. From the screenshots that you attached, it seems the flow behaves as...

@XBS-Nathan any updates on how it went?

We might be adding examples using different payment providers to our SDK example checkout. Different payment methods require different flows so we understand the current example is insufficient. However, SagePay...

I think what you are looking for are promotion.banners. They belong to the checkout object https://github.com/bigcommerce/checkout-sdk-js/blob/master/docs/interfaces/checkout.md#promotions

Checkout SDK only shows discounts applied to carts, but won't tell you exactly the name of the applied promotion/discount. Would be good to understand what's the exact requirement from your...

Thanks for your feedback. We do expose some of these messages but not all. Could look into expanding the set of messages we expose.

We have created an internal ticket to track this issue CHECKOUT-5413

Hi kzhang-dsg, As you have mentioned, digital items dont need a shipping address. You can check the cart line items and if you dont have physical items, you can assume...

Hi Fab, Currently BC supports guest customer flow, which does not require a user to register in order to make a purchase. Creating an account should not be a blocker...