Michel_Arteta
Shopify Partner
Contact Me
Status
Offline
Last Activity
‎01-11-2024 08:53 AM
Topic Started
2
Topics Started
Topic Solutions
2
Solutions
Post Count
33
Posts
Post Kudos
34
Likes

Community Badges

No content to show

User Activity

That's a wrong answer. This approach won't load the script on the checkout. you will need to access checkout.liquid but only PLUS users can edit it but this approach will be deprecated in August.  
With the Shopify script editor, I can modify the price of a line item, reducing it from 10 to, for example, 5. However, I haven't found this option in the new API. Is this functionality available, or are there plans to support it without resorting to...
For all applications the submenu is not showing. Is this a bug on Shopify? For Example Search and Filters, the settings, Search or Filter links are not showing. This is happening for ALL apps (  Shopify Apps and Third Party Apps )  
If we are not using these fields but still calling the REST API with deprecated fields would the app get unlisted? 
Hello @ReannanSelling just saw your question and not sure if you are still looking for a solution but you can try Easy Account Creation which does what you are trying to do. Here is the link https://apps.shopify.com/create-account and it works on Bas...
Have you tried using instance_variable_set to limit the quantity of items in your cart? It's pretty straightforward - See the script attached; it checks for a tag on each product in the cart that specifies a maximum quantity limit, and then modifies ...
Is the date of birth being passed to the admin as a note attribute or metafield? Are you utilizing an app for this process or relying on custom logic? It seems that the date of birth needs to be included in the order, but the sign-up form does not ad...
Have you tried doing a loop on product variants?  {% for variant in product.variants %} {{variant.metafields.YOUR_NAMESPACE.YOUR_MFIELD}} {% endfor %}
I created this app that remove this friction but the user will create the account from the Thank you confirmation page. https://apps.shopify.com/create-account I hope it helps
Try dataLayer = window.datalayer || [] and dataLayer.push instead of window.dataLayerMove your GTM script to the top and this dataLayer push do it right afterCheck if condition page.url works. 
{% if form.posted_successfully? %} will not work. I tried to assign form.posted_successfully? to a variable and grab its value couldn't make it work but you can try another alternative which is to pass a parameter to the success URL and set a trigger...
Check if you have your config folder. if it's missing Shopify will take this as invalid. If that doesn't work let me know. 
This widget could not be displayed.
This widget could not be displayed.