No content to show

User Activity

Hi, It's not really that complicated. First, you need to find the cart drawer file, I would dare to say that it's located in the snippets folder, and it must be called cart-drawer.liquid, however, file names depend on your theme.Open that file and fi...
 So I have this Electro theme that my customer purchased, but when un unzip the folder there's a folder called "upload-me". Inside of this folder there are these zip files, and each one of them cotains the shopify theme, but I don't understand, which...
So, I was wondering if these Shopify courses and certifications can make any difference in how customers may see you if you're freelancing as a Shopify Developer. What do you guys think, has anyone improved a curriculum with these certifications? 
the problem is that you're using overflow in your CSS code, remove that, and then give it a specific width to the class named "scrollable-wallpaper" 
Depends on the theme, but if you're looking for a solution that works for any theme, then you may include this code in the theme.liquid file right before the <head> tag: {%- if template contains 'index' -%}<script>window.location.href = '/products/ur...
Hey guys, I'm having a hard time trying to come up with a solution for a shopify implementation on the product page. It looks simple, but I'm struggling with it. Basically, this is a custom quantity selector. This store sells towals, so for the produ...
Hey!So I'm making this for loop:{% for product in collections['nameOfCollection'].products %} Do something...{% endfor %}Now, it works perfectly, but what if I don't want to hard code the 'nameOfCollection'?What if instead of that I'd like to put a v...
I'm trying to display the image of a variant in a label tag, but it isn't showing. The bold text is the code that I'm trying to use: <label for="option-{{ section.id }}-{{ forloop.parentloop.index0 }}-{{ forloop.index0 }}" class="ColorSwatch ColorSwa...
Hi, I'm using the prestige theme and I want to replace the background color of the color swatches with images of the variants of the product. So instead of those plain colors, I'd like pictures of the variants of the product to be displayed.  I've be...
Hey guys, I have a site using the prestige theme, and the owner of the site wants to display some related products by category right on the product page. He wants his site to look exactly like the following example:Is there any app that does this? Th...
My Accepted Solutions
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
Helpful From
Likes given to