Hello,
We have coded in the descriptions for the E-Liquids collection, But this is also showing on the Hardware collection.
The hardware collection bottom descriptions need to be different, I have tried a few various codes but with no change.
Hello,
We have coded in the descriptions for the E-Liquids collection, But this is also showing on the Hardware collection.
The hardware collection bottom descriptions need to be different, I have tried a few various codes but with no change.
Did you add that description ad hard code? if not please use this conditional statement for your description
{% if collection.handle == "e-liquids"%}
/// Your description
{% endif %}
thanks