No content to show
User Activity
10-13-2023
hi @leonardo_ardila If you do not want to show cart item property on checkout you can achieve this functionality just applying _ on front of your cart item property key.
09-29-2023
Hello Shopify Community,I have a metafield named "product_discount_percent" associated with my products, containing the discount percentage. Now, I am facing an issue where I need to apply this discount specifically to line items when a user is logge...
09-28-2023
Hey SBD_ ,Thank you for your response butThis 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 ...
09-26-2023
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
Why i am getting undefined on data variable on checkout ui extension event when i run fetch product query then i am getting proper response const { query, applyCartLinesChange, i18n } = useApi()
//fetch customer tag
async function fetchCustom...