How to hide SKU on the front-end of a dropshipping store?

Hello,

I have a dropshipping store which filters products through from the supplier with the SKU included. This is useful for me but definitely not required for customers.

Is there any code I can add to my theme to hide the SKU from the front-end of the store?

I am using the theme “Debut” and my store is: www.chicaffluence.co.uk

Thank you!

@chicaffluence

Hello,

In which page is the SKU showing up?

It is appearing all over the store - a few links here, here and here.

It is there for most products and I have too many to try and remove it individually.

Hey,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. In your theme.liquid file, find the (press CTRL + F or command + F on Mac)
  3. paste this code right above the tag:

Please let me know whether it works.

Kind regards,
Diego

Hi,

I have added this as you suggested - unfortunately, it didn’t work and SKU is still appearing.

@chicaffluence

Indeed, there was a typo in the code. Please remove the previous one and use this:


1 Like

Thank you so much! This has worked :slightly_smiling_face:

@chicaffluence

You’re welcome!

By the way, since you’re using the Debut theme, this may eventually be useful for you.

Wishing you a nice week ahead.

Kind regards,
Diego

1 Like

Hi there, I have a prestige theme, would you be able to help with the same issue, or would it be the same coding? Thanks so much :slightly_smiling_face:

Thanks for this.

I have applied it to the page. Now what am I to see? Do I go to the variant and find an option to hide as I cannot see anything different.

Im not sure I am in the same situation but I have 1 product. 4 Variants. And I only want 3 of the variants to be visible.

In short-

I am stocking a product that is a pack of 10. We are not selling the pack of 10 but we are selling it in packs of 30/60/90.

The fulfillment house is storing inventory in packs of 10 and therefore I am putting it in shopify like this. And then it will be taken from stock as 30/60/90 etc.

But I dont want to show that the packet of 10 is available for sale.

Thanks for your insights!

I am also looking for a similar scenario as Tareko. We want to offer a pre-sale to our users but want to limit the SKUs that are offered. Is there a simple way to do this?