Display both Pre-Order and Sale labels on an item.

Solved

Display both Pre-Order and Sale labels on an item.

usdentalinc
Tourist
9 0 2

display both.png

See the picture above. When I discount an item by filling in compare-at-price in using the pre-order template, it only shows the sale label on the item when viewed in a collection. Is there a way to show both pre-order and sale labels, or even just show pre-order label with a slashed out price?

 

Theme I'm using is Athens 2.4.0
Thanks.

Accepted Solution (1)
Liquid_xPert_SJ
Shopify Partner
1388 144 216

This is an accepted solution.

@usdentalinc 

Steps to add custom preoder label to all the products of a collection:
1. Go to "Online Store" -> "Themes".
2. Click action button from the current theme and select "Edit code".
3. Locate the file "card-product.liquid" and search class named "card__badge".
4. Add the below code

 

{%- if card_product.tags contains 'pre-order' and card_product.available -%}
    <span 
    id="NoMediaStandardBadge-{{ section_id }}-{{ card_product.id }}" 
    class="badge badge--bottom-lef"
    PreOrder</span>
{%- endif -%}

 

hopefully you will get that what you need.

 

- If you need any technical assistance, feel free to send me a DM. You no longer have to search for answers without getting a response.
- Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
- Your Shopify Solution Specialist For further discussion contact: Email ID- Liqud_3xPert_SJ OR Whatsapp
- Buy a Coffee for me to get more frequently help 🙂
- Hire Me to unlock the full potential of your e-commerce store Now 🙂- If you need any technical assistance, feel free to send me a DM. You no longer have to search for answers without getting a response.
- Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
- Your Shopify Solution Specialist For further discussion contact: Email ID- Liqud_3xPert_SJ OR Whatsapp
- Buy a Coffee for me to get more frequently help 🙂
- Hire Me to unlock the full potential of your e-commerce store Now 🙂
- Need THEME UPDATES but have custom codes? No worries, for an affordable price.

View solution in original post

Replies 2 (2)

Liquid_xPert_SJ
Shopify Partner
1388 144 216

Hi @usdentalinc,

 

yes its possible to show 2 labels in one product pre-order and sale both can be displayed at one time you just need to write some custom code using some condition that if template is pre-order you can create your own label for pre-order beside the sale label.

 

Do let me know if you need my help 🙂

 

Thanks

- If you need any technical assistance, feel free to send me a DM. You no longer have to search for answers without getting a response.
- Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
- Your Shopify Solution Specialist For further discussion contact: Email ID- Liqud_3xPert_SJ OR Whatsapp
- Buy a Coffee for me to get more frequently help 🙂
- Hire Me to unlock the full potential of your e-commerce store Now 🙂- If you need any technical assistance, feel free to send me a DM. You no longer have to search for answers without getting a response.
- Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
- Your Shopify Solution Specialist For further discussion contact: Email ID- Liqud_3xPert_SJ OR Whatsapp
- Buy a Coffee for me to get more frequently help 🙂
- Hire Me to unlock the full potential of your e-commerce store Now 🙂
- Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Liquid_xPert_SJ
Shopify Partner
1388 144 216

This is an accepted solution.

@usdentalinc 

Steps to add custom preoder label to all the products of a collection:
1. Go to "Online Store" -> "Themes".
2. Click action button from the current theme and select "Edit code".
3. Locate the file "card-product.liquid" and search class named "card__badge".
4. Add the below code

 

{%- if card_product.tags contains 'pre-order' and card_product.available -%}
    <span 
    id="NoMediaStandardBadge-{{ section_id }}-{{ card_product.id }}" 
    class="badge badge--bottom-lef"
    PreOrder</span>
{%- endif -%}

 

hopefully you will get that what you need.

 

- If you need any technical assistance, feel free to send me a DM. You no longer have to search for answers without getting a response.
- Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
- Your Shopify Solution Specialist For further discussion contact: Email ID- Liqud_3xPert_SJ OR Whatsapp
- Buy a Coffee for me to get more frequently help 🙂
- Hire Me to unlock the full potential of your e-commerce store Now 🙂- If you need any technical assistance, feel free to send me a DM. You no longer have to search for answers without getting a response.
- Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
- Your Shopify Solution Specialist For further discussion contact: Email ID- Liqud_3xPert_SJ OR Whatsapp
- Buy a Coffee for me to get more frequently help 🙂
- Hire Me to unlock the full potential of your e-commerce store Now 🙂
- Need THEME UPDATES but have custom codes? No worries, for an affordable price.