marquinhos
Shopify Partner
Contact Me
Status
Offline
Last Activity
‎07-21-2020 04:24 PM
Topic Started
1
Topics Started
Topic Solutions
1
Solution
Post Count
21
Posts
Post Kudos
5
Likes

Community Badges

Has someone a code example of how to sort products in collection page without page refresh? How can i use ajax to sort? If possible using a pure javascript example. Thanks.
I would like to do a section with an image like the debut theme collection.liquid does. But, i want to display completely different images for mobile and for desktop... so the trick to handle the ima...
Hello everyone! I am new at shopify and i am trying understanding how shopify handles the javascript files. I've created a javascript file named theme.js and added inside the <header>...
No content to show

User Activity

i solved this issue simulating another http request. var request = new XMLHttpRequest(); request.open("GET", ""); request.onload = function() { SPR.registerCallbacks(); SPR.initRatingHandler(); ...
I am using Ajaxinate to have endless scroll in my colletion template. Shopify product review badge only appears for the first products of the pagination. I've noticed that SPR need to be reinit/refreshed everytime that a http request is made. So how ...
My Accepted Solutions
This widget could not be displayed.
This widget could not be displayed.
Likes given to