Ardi94
Shopify Partner
Contact Me
Status
Offline
Last Activity
‎02-18-2023 01:31 PM
Topic Started
10
Topics Started
Topic Solutions
3
Solutions
Post Count
104
Posts
Post Kudos
32
Likes

Community Badges

Hello, I have a few duplicate product pages because I wanted to show some variants as separate products on collection pages without messing up the pagination. To avoid having them flagged as duplic...
Hi, Let's say I have a main collection "all" and want to get all its tags on a different page. This is what I'd use {% for tag in collections['all'].all_tags %} now, what if I want to show all tag...
Hey all, Let's say we have a product with Size: small, medium, large colour: red, blue, yellow and yellow is not available in small. Now if someone has chosen small and then chooses yellow, I wan...
Hello, I have a code that if my product has option2, it will show them as separate products on the collection page. Now usually there are multiple sizes of each option2 that are stored in option1. ...
Hello, I have this code to change a text on my product page when the variant is changed based on the selected variant(using metafields) It works fine when there is a text, but when there isn't one,...
Hello, I'm trying to hide and show variant images based on selected variants. I was able to do this using the older Debut version, but the new one doesn't have jQuery. Since I'm reading about jQuery...
Hello, I have put an if statement in my collection template that: if product option 2 isn't blank, show all the variants from option 2 as separate products on the collection page. Now since pagina...
Hi, What's the purpose of this code in header.liquid What's the outcome in the two different situations and when are they used? Thanks <div> {% if request.page_type == 'index' %} ...
Hello, I've been trying to get this to work the whole day. Basically, my products have a few metafields such as Dimension all stored in Namespace: productdetails now I created a snippet which ...
Hello, I've customized my collection page template to filter products using two sets of filters that operate separately. The first set of tags is shown by using collection.all_tags if the first ...
Hi, I have a pet supply store and currently get my products from two wholesalers, some items are much more expensive for me to sell in my store than well-established corporations. I'm not su...
These are instructions to enable thumbnail slider for all screen sizes using Debut. I have updated Tejas_Nadpara 's codes from this post and put them here All credit goes to Tejas Nadpara ...
Hi, I have created this code in section: product-template to process pre-orders {% if variant_inventory_quantity >= 1 %} {{ 'products.product.add_to_ca...
Hi, I want to available pre-orders on my website but not by "continue selling when out of stock" since It needs to provide extra content on the page when the product is sold out. I can't seem to fi...
Hi, I have a pet accessory store and would like my customers to be able to add their pets as sub-accounts to be able to retrieve the information quickly every time they need it. I'm not looking for...
Hi, I'm trying to add my partners' logos at the bottom of the main page. The problem is I have a lot of brands I'm working with so the best way to add them is to make the list a slider. Nothing too ...
I want to have two logos at the top of my pages, One is going to be the actual logo on the left side, the other one is going to be the name of the store in the middle. So imagine the Shopify logo wit...
No content to show

User Activity

Thanks,Yeah, I did something similar (for anyone curious, my workaround is below). The placeholder I created is to be able to show different versions for all "list" types I use. (basically show dimensions like 12 × 12 × 5 while showing weight like 10...
I should mention that all I want to do here is to show the metafield like this<p>recommended weight:<p> <p>0 - 10 g</p>
Hello,I have trouble returning  {{ product.metafields.namespace.key }}   which has the following value[{"value":0.0,"unit":"g"},{"value":10.0,"unit":"g"}] now by using the liquid tag above, I get the value as it's shown. However, I can't access the f...
Hello,I'm looking for an app that retrieves some data from a product and its variant fields (some metafields as well) and puts them in a final metafield (along with some HTML code) every time the product is updated or with a click of a button.I'm not...
Yes, I just tried it. If you duplicate your theme, the issue is still there. You have to redownload your theme. (Unless there's a way that I don't know about)
If the location has inventory, then maybe the settings need to be changed.Check: Settings > Shipping and delivery > Local pickup And make sure it says the location offers pickup
My previous versions of Dawn are working properly but the new version doesn't show any template in the theme customization. But the templates are there in the codes. I even tried creating a new template in code editor to see if it shows up but no.
@samantham Can you send me the password too? I need to be able to look at the product page to find it. you can message me directly so it's not here
@samantham So I'm assuming it's a vintage theme, not OS 2.0, right? Are you using a free theme from Shopify? What's it called? I can take a look at the original codes and tell you where it is.Also, if you post your URL here I might be able to tell yo...
Seems like you've accidentally deleted that part in your codes, I suggest you download a new Dawn theme and compare it with you current code. You only need to check the footer section so not a lot of searching hopefully 
Is the text editor not working or am I missing something?In theme customization scroll all the way down and click on Footer.  now one of the blocks says Heading, just click on it and change the texts like a normal block. The text editor might be on t...
Well if you are using an OS 2.0 theme, this is very easy. Just go to theme customization and create a new template and apply to these products, and just remove the price section.If you're using the older version of themes, go to theme codes, create a...
This is great news. Filtering by metafield is a great addition. it'll take some time to apply new metafields to all our products but it will definitely be worth doing. There are two things I hope Shopify adds soon, right now filter by metafield is on...
For supply go to theme.js.liquid  and search for productVariantCallback: function(variant)scroll down a little bit and you see the closing "}," just add your code above it and you can get the variant price with variant.pricemake your calculations and...
It depends on which theme you are using. But before you start, save a backup of your theme and don't work on your live theme.I would go to the main javascript file, usually it's called theme.js or global.js, make sure it is the javascript file that u...
This widget could not be displayed.
This widget could not be displayed.