When i open my “All Products” collection it doesn’t matter which item i click on, it allways shows the same one Product.
How can i fix that ?
Hi @Venezimo
Please share your website, it seems this only applies to you
If you’re experiencing the issue where clicking on any item in the “All Products” collection shows the same product, it’s likely that there’s an issue with the code or settings related to the collection or product display. Here are a few troubleshooting steps you can follow:
-
Check the collection settings: Go to your Shopify admin, navigate to “Products” → “Collections,” and click on the “All Products” collection. Make sure that the collection is set to display all products and doesn’t have any specific filters or conditions that could be causing the issue.
-
Verify the product URLs: Check if the product URLs in your “All Products” collection are correct and unique. Each product should have its own distinct URL. If multiple products have the same URL, it could lead to the same product being displayed regardless of which item you click on.
-
Review the product loop code: In your theme’s liquid files, locate the code responsible for displaying the products within the “All Products” collection. This code is typically found in the collection template or a section that handles product listings. Ensure that the code is correctly looping through each product and displaying the appropriate information.
Hello @NomtechSolution ,
thanks for your replie.
- I checked and it should be everything right.
- The URLs are also fine.
- I don’t know anything about coding so I don’t know what exactly to look for. Can you maybe
in theme.liquid are these two codes the only i can find
1.________________________________________________________________________________________________________
–collection-card-image-padding: {{ settings.collection_card_image_padding | divided_by: 10.0 }}rem;
–collection-card-corner-radius: {{ settings.collection_card_corner_radius | divided_by: 10.0 }}rem;
–collection-card-text-alignment: {{ settings.collection_card_text_alignment }};
–collection-card-border-width: {{ settings.collection_card_border_thickness | divided_by: 10.0 }}rem;
–collection-card-border-opacity: {{ settings.collection_card_border_opacity | divided_by: 100.0 }};
–collection-card-shadow-opacity: {{ settings.collection_card_shadow_opacity | divided_by: 100.0 }};
–collection-card-shadow-visible: {% if settings.collection_card_shadow_opacity > 0 %}1{% else %}0{% endif %};
–collection-card-shadow-horizontal-offset: {{ settings.collection_card_shadow_horizontal_offset | divided_by: 10.0 }}rem;
–collection-card-shadow-vertical-offset: {{ settings.collection_card_shadow_vertical_offset | divided_by: 10.0 }}rem;
–collection-card-shadow-blur-radius: {{ settings.collection_card_shadow_blur | divided_by: 10.0 }}rem;
2.________________________________________________________________________________________________________
.collection-list__item.grid__item .card.card--standard.card--media { position: relative; } .collection-list__item.grid__item .card.card--standard.card--media::before { content:""; display: block; height: 100%; position: absolute; top: 0; left: 0; width: 100%; z-index:99; background-color: rgba(0, 0, 0, .5); } .collection-list__item.grid__item .card__heading { position: relative; z-index: 999; }@Venezimo i’ve checked your store it’s working accurately. Can you check it again with the all collections.
It is still not working for me.
You can see the problem in the video bellow.
[email removed] i think you have put something wrong url to redirect to the product using (anchor tag) . you can checked it out when you click on the product title so , it will be redirect to the right product.
No URL are fine It worked yesterday fine. But i thing as i wantend to change the font size yesterday of my collection i somhowe changed the product size. Because i can click anywhere on the side and it will bring me to just this one product.
Hi @Venezimo
Please open your website in incognito browser if the problem still persist. I cannot replicate the issue in my end. This image below is what shows when I click the All Products button

