Shopify / buy-button-js

BuyButton.js is a highly customizable UI library for adding ecommerce functionality to any website.

Home Page:http://shopify.github.io/buy-button-js/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Customer cannot order a second time without seeing old order

ianjosephwilson opened this issue · comments

This library seems to depend on completedAt being set but people in the js buy sdk issue tracker say it is not being set:

if (checkout.completedAt) {

Discussion is here: Shopify/js-buy-sdk#917

I am having this problem now and am not sure how the work-around in that issue would work with this library. A customer cannot order twice without seeing their stale past order. Is anyone else having this problem?

Seems like no one uses this lib but me but the storefront api started returning the correct values yesterday for me.