No content to show
User Activity
HiYes, I found the solution. Actually, we can't show/hide the Delivery Options. So, for the restriction, I used the Checkout UI Extension. Then, based on product tags, I block the user from continuing if they select a restricted delivery option.For e...
Hi @dave_shipperhq,Thanks for your reply. Actually i was checking if i can hide Delivery Methods like Shipping, Local Pickup etc, not the Shipping methods.
Hi @JaroslavP,let me try to explain you.Create a metafield on Customer level, add a condition on Checkout button, e.g: if customer Age Verification metafield is True then redirect to checkout page otherwise redirect ot Verify age portal.Same thing yo...
Hi @Ettiene,did you find any solution for this to hide/show the delivery Methods?if Yes which function/extension you used to achieve this thing?your help will be very helpfull for us.
Hi,i'm creating an Checkout Extensibility/Functions app, using that app merchant can show/hide Delivery Methods based on the product tags. e.g: Shipping, Local Pickup.i'm able to pick the products tags but i don't know how to hide the Delivery Method...
Hi,i'm creating an Checkout Extensibility/Functions app, using that app merchant can show/hide Delivery Methods based on the product tags. e.g: Shipping, Local Pickup.i'm able to pick the products tags but i don't know how to hide the Delivery Method...
Hi @JaroslavP ,i also did the same thing like Age Varification before submiting the order.you can create a private/custom app for Age Varification, and once age is verified update the Customer metafield.e.g: On Go to Checkout button, add custom valid...
Hi @Liam,after fixing above error now i'm getting this error.can you please tell me how i can resolve this.my App only have Product Discount, Cart-checkout validation and Delivery Customization functions.
Hi Liam,thanks for you reply, actually when i'm trying to follow the same method, but i see this erroram not sure if i'm adding commads correctly or not. i'm trying to Install Extension only app with " Delivery Customization " function.
Hi, I have create Shopify Delivery Customization extension app and it is working fine locally, but not able to deploy on Azure Ubuntu server, the documentation Shopify itselft provided for Deployment have mention Docker file, but i don't have any Doc...