Mircea_Piturca
Shopify Partner
Contact Me
Status
Offline
Last Activity
‎02-29-2024 07:12 AM
Topic Started
6
Topics Started
Topic Solutions
44
Solutions
Post Count
1547
Posts
Post Kudos
344
Likes

Community Badges

My post-checkout upsell/cross-sell app was recently accepted into the App Store. One of the requirements is "Upsell offer text cannot be modified by merchants. The app can offer different options of ...
Hello, My application got approved into the App Store. I am really excited about this It is a simple application but being my first Shopify app took me quite some time to figure some things...
Hello, I've watched the Getting Ready for the Shopify App Store workshop. Thank you for the time and effort put into this, it is really helpful. I have few questions regarding the ...
Hi, According to the docs the images global object returns the image object of that file: "The images object lets you access any image in your store by its filename" h...
Hello all, I've created a product quiz section. You can see the basic demo at https://sections.design/pages/quiz The code is available at https://github.com/mirceapiturca/Sections/...
The Automatic Discount is a great feature. Lots of my clients want to take advantage of it, expecially for Black Friday/Hollydays sales. I was unable to find APIs refferences to it, maybe I a...
Hi, Currently we are using all sorts of "magic" to create nested menus. This would really help out a lot of developers and store owners. Do we have an estime untill the Beta https://help.sho...
Hi, On a Plus account I am trying to add additional information to the checkout.note or order.note from checkout.liquid not cart.liquid. Tried few things that would of worked on cart....
In the APPs supported libraries Node is listed as a 3rd party library, https://help.shopify.com/api/guides/supported-libraries Is an APP that is using Node eligible to get into the APP S...
Sections are great and solve lots of problems. One thing I was unable to do is to include a section on a product template and also be able to access the section blocks data. From...
I am looking trought the documentation on how to add cart notes with the Shopify JavaScript Buy SDK. Is this emplemented? Is there any way of sending aditional data using this SDK? Thank y...
I am working on a product customization. The product has around 240 - 250 images. Its up to the limit. I am developing this on a copy theme, each time I preview the changes the Shopify server time...
I need to pass parameters to a collection page. Based on the URL params custom markup will be generated in Liquid. I've seen that you can create an alternate template, collection?view=foo, bu...
I've been bumping myself with this issue and I see some people on the forums asking for this. This following solution is not elegant but will work. You can take a look at http://test-5...
I can not find a way, except hardcoded, to create a link in Liquid to collections/all. If any other collection can be accesed trough collections['handle'].url there is no collections['...
The current way of adding featured product on home page is a bit painful right now. The user have to create a new collection, named "featured", add products to it and if the user wants to also edit t...
I want to implement Google's AMP on Shopify. The speck and docs can be found here: https://www.ampproject.org/ Inorder to implement it, each time the store owner publishes a blog post or arti...
I am writting a theme. I plan to, hopefully, get the theme listed into the Shopify theme store. One of the things I want to improve is the overall loading performance, an aspect witch I ...
On a product page the quantity can be increased or decrease using the +/- buttons. The input is authored as an input type number in product.liquid. On load ajaxify.js.liquid will replace th...
I am working on a template for the Theme Store and added the Breadcrumbs Rich snippets as recommended by Google: https://support.google.com/webmasters/answer/185417?hl=en. It is s...
I want to include SVG files in my liquid template. I can put the SVG code inside the liquid file but this makes the code less readable especially with big SVG files. For images the...
I am using BEM style selectors especially for sites with complex interactions. Instead of: .header {/* something */} .header .cart {/* something */} .header .cart a&nb...
Hello, I am writing my first Shopify template. Until not everything is straight forward, however I do not know from where to get good quality product images. What type of license should the images...
Hello, I am new to Shopify and started to build a store. Now I am writing my own Javascript lightbox. I need to get a list with different image resolutions so I can display in...
No content to show

User Activity

Deploying and publishing a new app version via the CLI solved the issue for me.If you have this problem, try a fresh version deployment and see if it works. 
Any luck with this?One of my apps also has this issue. Merchants are starting to complain.Thanks
Here is a free Shopify section FAQ: https://sections.design/blogs/shopify/faq-rich-snippets-sectionIts a section, so you can use all Shopify features such as metafields and translation tools to customize it per your needs. Hope it helps
It is the File API: https://shopify.dev/docs/api/admin-graphql/2023-01/interfaces/file
It can be this: https://community.shopify.com/c/shopify-discussions/warning-collections-vendors-can-be-a-huge-security-risk-for-your/td-p/1886921 Shopify has a vulnerability that allows attackers to create dynamic pages on your store. See: https://su...
I noticed the same thing. I was expecting the heroku.yml variables to be passed to docker. It looks like it only works when hard coded. Poor documentation on CLI and Docker, all is a bit of a mess 
@GabbyElan The section does not provide this functionality but you could modify the code and pass this data as line items to the order.It can be complicated but possible.
Happy to hear that.Feel free to submit bugs and improvements at https://github.com/mirceapiturca/Sections/tree/master/FAQ Thanks
@andylewie I've updated the GitHub code to support multiple instances. Please have a look at https://github.com/mirceapiturca/Sections/tree/master/FAQHere is a quick demo with 2 instances added on one page: https://machinelearning.myshopify.com/pages...
@andylewie Please see @LitCommerce solution.The faq.js needs to be included only once. Please make the suggested changes and let me know if all is OK. Thank you
This FAQ component was designed to only work for 1 instance, 1 section per page. This is because this component contains Google's FAQ rich snippet schema that can be only included once per page. It should be possible to make it work on multiple secti...
Hi @andylewie ,Sorry for the delay. Please let me have a look into this and I will get back to you today or tomorrow.Thanks 
@FakhriAshour you need to set a max-width on that sections.Just add this into your theme CSS file: .tooltips-section { max-width: 73.8rem; margin: 0 auto; }
@FakhriAshour It is a CSS issue. Your theme is interfering with the section code.Please post here the URL and we will be able to tell what is wrong.
Delay loading CSS is a powerful optimization technique. Some build systems create a minimal critical inline CSS and load the rest of the styles after the initial load. This ensures a fast initial paint and no CLS as the critical inline CSS gives the ...
This widget could not be displayed.
This widget could not be displayed.