How can i update cart line item price by using checkout ui extension
I am using action purchase.checkout.cart-line-item.render-after for rendering my code
Hey @AbhinavTiwari
Here’s a similar tutorial: https://shopify.dev/docs/apps/checkout/product-offers/pre-purchase/build?framework=remix&extension=react
Hey SBD_ ,
Thank you for your response but
This tutorial provide us a guideline how can we create a upsells product on checkout using checkout UI extension but i need to change price of existing line item do not want to add new one and they are using useApplyCartLinesChange() hook but you can se that hook not provide use to change item price.
I already use to create an discount and apply on it it works when one item prasent for second item coupon code also not working.
I am not reaching out the solution how can i do it.
