Landing page for full price products

Landing page for full price products

Via0405
New Member
4 0 0

Hi,

 

I want to create a landing page where all my products are on full price for a collab deal that is valid for a certain user base. I don't want this to interfere with my collection page where some other discount is going on.

 

Can someone please help.

 

Thanks!

Reply 1 (1)

Small_Task_Help
Shopify Partner
880 29 78

Hi,

 

Set up a collection for the collab deal with full-price products
Create landing page that links to this collection
Customize theme to ensure that full prices are displayed 

Logic to display full price code example

 

{% if collection.handle == 'collab-deal' %}
  {% assign show_discount = false %}
{% else %}
  {% assign show_discount = true %}
{% endif %}

{% for product in collection.products %}
  {% if show_discount %}
    <!-- Display discounted price -->
    <p>{{ product.price | money }}</p>
  {% else %}
    <!-- Display full price -->
    <p>{{ product.compare_at_price | money }}</p>
  {% endif %}
{% endfor %}

 

Update the navigation

To Get Shopify Experts Help, E-mail - hi@ecommercesmalltask.com
About Us - We are Shopify Expert India
At Google My Business - Ecommerce Small Task - Hire Shopify Developers Ahmedabad