"Coming Soon" Products / Targeting a specific collection

Hi @robinskinstudio ,

Sorry for the late reply

You can follow the instruction below:

  1. Go to Online Store->Theme->Edit code
  2. template->/theme.liquid->Paste the code below before :
{% if template contains 'collection' and collection.handle == 'dkm' %}

{% endif %}

If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.

1 Like