No content to show
User Activity
I can change how the products are sorted on the collection page on admin.But there isn't an option to sort by update time. So how can I sort products by update-time on my storefront?
Thanks, dude! it works perfectly! I'm wondering why I wrote lines of very complicated code for just a line of "window.location.href = '/checkout'" 藍
I can call Ajax API to add a product to cart then call below code to navigate users to the checkout page const response = await fetch('/cart', {
headers: {
'content-type': 'application/x-www-form-urlencoded',
},
method: 'POST',
body: 'updates%5B%5D...