No content to show
User Activity
05-21-2024
Yes, I did manage to get it to work. I couldn't have done it without this wonderful repository as a reference: https://github.com/osseonews/commerce/tree/customer At the end of the readme you'll see where he implements all the customer account funct...
Something that complicates this a bit would be the following: what if I want to query archived or draft products in a certain locale? Only the Storefront API has an inContext directive, and only the Admin API can query archived or draft products, rig...
03-01-2024
Did it work now?
03-01-2024
Ok, I found a hack to fix this. As of today, the relevant css that's set to the img while it's loading is `max-width: min(100%, 1003px)`. Don't ask me why.So what I did is create a logo image with these dimensions, and align the logo to the left and ...
02-20-2024
I'm trying to implement a passwordless authentication with the new Customer Account API in Next.js.I'm facing problems in the local environment because when I get redirected, I get an access denied error. The steps I'm following are these: 1) I have ...
I'm trying to implement the passwordless login but I'm getting an "access denied" error. @futbolpal I would greatly appreciate if you could share a working example. I'd be willing to compensate economically, because I really need this done. Thank you...
Hi, I'm also interested, as @kansasauctions says, in keeping track of which orders are purchased as a bundle and with aren't. I'm able to create an order by adding the constituent products of a bundle, but this way there's no way to know it was bough...
Thanks a lot James! That helps
Hi @ikkifujiwara and @Luke_K . Thanks for exploring the possibilities.I would appreciate if either of you could clarify how to go about creating and order and adding discounts to line items through APIs. Would it be something like this?1. Create an o...