Open Sp2021bca opened 1 month ago
can you share code your example code we have followed which not update address in cart . also we need something when we create cart that we can add address
The example works perfectly for me.
Also, to set buyer identity, you just need to pass the buyer detail in the CartInput buyerIdentity
can you share code while creating cart how can we add buyerIdentity
Please check the cart example
ok i will check and try to update if not work i will share code
Check out url not showing up updated address as pre filled when we log cart it's showing up data in log but not pre-filled on checkout url force update required on checkout url.
Can you add what you are getting?
I am not able to replicate the issue you are getting.
On Thu, 19 Sep 2024, 6:52 pm SAHIL PATEL, @.***> wrote:
Check out url not showing up updated address as pre filled when we log cart it's showing up data in log but not pre-filled on checkout url force update required on checkout url.
— Reply to this email directly, view it on GitHub https://github.com/imsujan276/shopify_flutter/issues/80#issuecomment-2360937914, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACVH7MPJ4VRY55CV6S3S7V3ZXLD7RAVCNFSM6AAAAABOFOIVI2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNRQHEZTOOJRGQ . You are receiving this because you commented.Message ID: @.***>
when we update buyer buyerIdentity address data not getting prefilled on checkout page when we navigate vie cart.checkout address date gets added in cart variable we tried log(updatedCart) it's shows updated address data but we we open checkouturl it's showing balnk on each address feilds
Have you tried the example app?
I am not facing the issue you are describing.
In the example app
Yes I have followed provided steps still no luck.
On Fri, 20 Sep, 2024, 2:39 pm Sujan Gainju, @.***> wrote:
Have you tried the example app?
I am not facing the issue you are describing.
In the example app
- go to cart tab
- add cart item
- click on person icon in app bar decide cart icon and a bottomsheet modal should pop up.
- click refresh icon in bottonsheet to set random buyer identity
- go to checkout URL and you see the data pre filled
— Reply to this email directly, view it on GitHub https://github.com/imsujan276/shopify_flutter/issues/80#issuecomment-2363240685, or unsubscribe https://github.com/notifications/unsubscribe-auth/AWIRN6GMLR5GWCMQIQ4TWZDZXPQ6NAVCNFSM6AAAAABOFOIVI2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNRTGI2DANRYGU . You are receiving this because you authored the thread.Message ID: @.***>
Still we have same issue can provide force refresh option which refresh cart url cache data getting updated in cart variable but checkout url still not populating address details
Can you provide more context?
I have tested that and worked for me.